mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* adjust seed structure to support multiple projects * fix gitignore * seed the role a user has when registered properly
31 lines
661 B
JSON
31 lines
661 B
JSON
[
|
|
{
|
|
"name": "Administrator",
|
|
"icon": "verified",
|
|
"description": "$t:admin_description",
|
|
"parent": null,
|
|
"_syncId": "_sync_default_admin_role"
|
|
},
|
|
{
|
|
"name": "Registrated",
|
|
"icon": "paragliding",
|
|
"description": null,
|
|
"parent": null,
|
|
"_syncId": "role-registrated"
|
|
},
|
|
{
|
|
"name": "Editor",
|
|
"icon": "supervised_user_circle",
|
|
"description": null,
|
|
"parent": null,
|
|
"_syncId": "a65f6094-ba98-42d3-940b-07934959e3fb"
|
|
},
|
|
{
|
|
"name": "Würdekompass Admin",
|
|
"icon": "supervised_user_circle",
|
|
"description": null,
|
|
"parent": null,
|
|
"_syncId": "faa59737-2277-4f8a-a2ab-23940f566ab5"
|
|
}
|
|
]
|