dymu_config/menu
Tom Peltonen 469440c608 bug: added moe app values 2025-12-10 00:07:21 +11:00
..
README.md Missed change 2025-11-18 07:46:40 +11:00
de_menu_selfserve.json feat: Added German 2025-11-20 20:44:06 +11:00
en_menu_selfserve.json bug: added moe app values 2025-12-10 00:07:21 +11:00
it_menu_selfserve.json feat: added Italian 2025-11-20 20:54:56 +11:00
kr_menu_selfserve.json fix: minor correction 2025-11-20 20:36:03 +11:00
menu_full.json Seeding files 2025-11-17 08:52:47 +11:00
menu_selfserve.json Changed Order 2025-11-17 23:48:36 +00:00
menu_staff.json Updating menus 2025-11-17 19:30:58 +11:00
menu_user.json updating menus and adding self serve 2025-11-17 09:54:53 +11:00
sv_menu_selfserve.json feat: Adding languages support 2025-11-20 18:31:30 +11:00

README.md

Menu items

The menu definitions are stored in files which are processed by the server based controller, which returns the list of entitled menus to the web browser which then displays them according to its style.

Self Serve

If you edit the menu_selfserve.json file, you can see the changes in the web side after update / refresh immeditaley.

If you do change the file start slowly such as changing:

  • label
  • intent (try a different web location)

It is easy to corrupt the JSON file with wrong format, so caution is advised.

If you feel confident, you can add a new item, and when doing so please select a function id that already exists because otherwise the menu item is unlikely to appear due to the entitlement check.