esp8266-iot-framework icon indicating copy to clipboard operation
esp8266-iot-framework copied to clipboard

Separator and titol in config page

Open marcolino7 opened this issue 3 years ago • 0 comments

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

marcolino7 avatar Feb 25 '22 19:02 marcolino7