1
0
pines/elements/menubar.json
2023-06-20 09:56:18 -04:00

10 lines
456 B
JSON

{
"data" : {
"menuBarOpen" : "A boolean value that signifies whether the menu bar is opened or closed.",
"menuBarMenu" : "The menu bar that is currently opened. (example: 'file', 'edit', etc.)"
},
"alert_notification" : {
"title" : "Create your own menu",
"description" : "You can define your own menu by duplicating one of the existing menus and changing the name. You can then add your own menu items."
}
}