Update menu syntax

Sections and submenus can have IDs. Also, change the code to better
reflect the documented grammar.
This commit is contained in:
James Westman 2023-04-09 15:26:07 -05:00
parent 75055ac967
commit dd3c75d2c7
6 changed files with 44 additions and 33 deletions

View file

@ -7,7 +7,7 @@ menu my-menu {
}
item {
label: "test item";
label: C_("context", "test translated item");
}
item ("test item shorthand 1")