Please migrate existing adminUI configuration to jsonConfig.
Information about jsonCOnfig can be found here: https://github.com/ioBroker/ioBroker.admin/blob/master/packages/jsonConfig/README.md
Create and populate admin/jsonConfig.json and adapt io-package.json to specify adminUI.config: 'json'.
Create i18n translation files based on words.js using short form admin/i18n/#language#.json (for example admin/i18n/de.json).
Define all available size attributes (xs, sm, md, lg, xl) using values producing a good responvie design.
Config data and types must not be changed. Data within system.config... must be kept unchanged, so no code change should be required.
So do not change the names of all configuration parameters.
If adding jsonConfig custom components is required, this is allowed but should be used only if no other possibility exists.
Existing config files (for example index.html, index_m.html) should be removed.
words.js should be removed if it is not used anywhere within code.
Please migrate existing adminUI configuration to jsonConfig.
Information about jsonCOnfig can be found here: https://github.com/ioBroker/ioBroker.admin/blob/master/packages/jsonConfig/README.md
Create and populate
admin/jsonConfig.jsonand adaptio-package.jsonto specifyadminUI.config: 'json'.Create i18n translation files based on
words.jsusing short formadmin/i18n/#language#.json(for exampleadmin/i18n/de.json).Define all available size attributes (xs, sm, md, lg, xl) using values producing a good responvie design.
Config data and types must not be changed. Data within
system.config...must be kept unchanged, so no code change should be required.So do not change the names of all configuration parameters.
If adding jsonConfig custom components is required, this is allowed but should be used only if no other possibility exists.
Existing config files (for example
index.html,index_m.html) should be removed.words.jsshould be removed if it is not used anywhere within code.