Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Separator and titol in config page #147

Closed
marcolino7 opened this issue Feb 25, 2022 · 1 comment
Closed

Separator and titol in config page #147

marcolino7 opened this issue Feb 25, 2022 · 1 comment

Comments

@marcolino7
Copy link
Contributor

marcolino7 commented Feb 25, 2022

Hi,
it would be great to have separator line and/or title in config page, to better group settings, in example General, MQTT, etc
To achieve this, a special json could be added to configuration.json, for example:

{
        "name": "-separator-"
},
{
        "name": "-heading-",
        "value": "MQTT",
},

This could be rendered and added to config page.

Thanks in advance
Marco

@maakbaas
Copy link
Owner

maakbaas commented Sep 4, 2022

The fields below can be used for purposes of the HTML page (both in configuration.json and dashboard.json) and will have no functional impact:

{
    "type": "separator"
},
{
    "type": "header",
    "text": "Header text here"
},
{
    "type": "label",
    "text": "Label text here"
},

@maakbaas maakbaas closed this as completed Sep 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants