allow use of custom form components, add textarea component, add checkbox input, use more absolute imports
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
"icon": "icon-contacts"
|
||||
},
|
||||
{
|
||||
"name": "FormDemo",
|
||||
"to": "/formdemo",
|
||||
"icon": "icon-contacts"
|
||||
"name": "Settings",
|
||||
"to": "/settings",
|
||||
"icon": "icon-cog"
|
||||
}
|
||||
],
|
||||
"profile": [
|
||||
@@ -65,7 +65,6 @@
|
||||
{
|
||||
"name": "Settings",
|
||||
"to": "/settings",
|
||||
"icon": "icon-cog",
|
||||
"content": "<settings></settings>"
|
||||
},
|
||||
{
|
||||
@@ -79,4 +78,4 @@
|
||||
"content": "<h2>Profil anpassen</h2>"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user