Skip to content

Please migrate admin UI configuration to jsonConfig #508

Description

@ioBroker-Bot

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions