REFACTORING: updated the base template with some examples, also added annotations for autocomplete in the core view and controller core.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"navigation" :
|
||||
{
|
||||
"Home": { "link": "/", "tooltip": "Home", "icon": "icon icon-home", "footer": "false" }
|
||||
"Home": { "link": "/", "tooltip": "Home", "icon": "icon icon-home", "footer": "false" },
|
||||
"Controller": { "link": "/controller", "tooltip": "Controller", "icon": "icon icon-pencil", "footer": "false" },
|
||||
"Forms": { "link": "/forms", "tooltip": "Forms", "icon": "icon icon-clipboard", "footer": "false" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user