fix(docs): Updated README and configs
Use dash instead of underscore as parameter name separator Will break alot of configs but people like to work!
This commit is contained in:
parent
a891f3e53b
commit
2af0d0845d
18 changed files with 1138 additions and 260 deletions
include/modules
|
@ -130,8 +130,8 @@ namespace modules {
|
|||
static constexpr auto TAG_LABEL_TOGGLE = "<label-toggle>";
|
||||
static constexpr auto TAG_MENU = "<menu>";
|
||||
|
||||
static constexpr auto EVENT_MENU_OPEN = "menu_open-";
|
||||
static constexpr auto EVENT_MENU_CLOSE = "menu_close";
|
||||
static constexpr auto EVENT_MENU_OPEN = "menu-open-";
|
||||
static constexpr auto EVENT_MENU_CLOSE = "menu-close";
|
||||
|
||||
label_t m_labelopen;
|
||||
label_t m_labelclose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue