-
Notifications
You must be signed in to change notification settings - Fork 0
Profile
Damian Dominella edited this page Mar 8, 2018
·
3 revisions
Profile page, is a simple page like all the other pages defined in your setup.json. Here is an example of its configuration:
{
"pages": [
{
"path": "profile",
"type": "profile",
"params": {
"menu": {
"title": "Profile",
"sidebar": false,
"breadcrumbLevel": 1
}
}
}
]
}
Inside this page, you can create forms, tables (FUTURE SUPPORT), and if your backend support multi-lang, you can change from here the language of it. For further information about languages, please read here
-
File examples