Skip to content

Commit

Permalink
Remove language settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
grezniczek committed Feb 7, 2020
1 parent 11ec938 commit bb68b3a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
},
"enable-every-page-hooks-on-system-pages": true,
"system-settings": [
{
"key": "system_language",
"name": "<b>Language file:</b><br>Language file to use for this module. This setting can be overridden in the project configuration of this module",
"type": "dropdown",
"choices": [
{ "value": "English", "name": "English" },
{ "value": "Deutsch", "name": "Deutsch" }
],
"hidden": false,
"tt_hidden": "module_langselector_hidden"
},
{
"key": "msg_startup",
"name": "Message to log to the console upon module initialization",
Expand All @@ -60,17 +49,6 @@
}
],
"project-settings": [
{
"key": "project_language",
"name": "<b>Language file:</b><br>Language file to use for this module in this project (leave blank for system setting to apply)",
"type": "dropdown",
"choices": [
{ "value": "English", "name": "English" },
{ "value": "Deutsch", "name": "Deutsch" }
],
"hidden": false,
"tt_hidden": "module_langselector_hidden"
},
{
"key": "count",
"name": "Count up to",
Expand Down

0 comments on commit bb68b3a

Please sign in to comment.