mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
empty directus data dump + README.md explaining how to do so also document how to push data
35 lines
684 B
JSON
35 lines
684 B
JSON
[
|
|
{
|
|
"name": "Administrator",
|
|
"icon": "verified",
|
|
"description": "$t:admin_description",
|
|
"ip_access": null,
|
|
"enforce_tfa": false,
|
|
"admin_access": true,
|
|
"app_access": true,
|
|
"roles": [
|
|
{
|
|
"role": "_sync_default_admin_role",
|
|
"sort": null
|
|
}
|
|
],
|
|
"_syncId": "_sync_default_admin_policy"
|
|
},
|
|
{
|
|
"name": "$t:public_label",
|
|
"icon": "public",
|
|
"description": "$t:public_description",
|
|
"ip_access": null,
|
|
"enforce_tfa": false,
|
|
"admin_access": false,
|
|
"app_access": false,
|
|
"roles": [
|
|
{
|
|
"role": null,
|
|
"sort": 1
|
|
}
|
|
],
|
|
"_syncId": "_sync_default_public_policy"
|
|
}
|
|
]
|