squidex
squidex.apps.{app}.clients
squidex.apps.{app}.clients.read
squidex.apps.{app}.contents
squidex.apps.{app}.contents.{schema}
squidex.apps.{app}.contents.{schema}.read
squidex.apps.{app}.contents.{schema}.create
{app}
and {schema}
are placeholder that will be replaced with your current app name or schema name.squidex
gives you all permissions and makes you an adminstrator.squidex.apps.{app}
gives you all permissions for a specific app and makes you the app owner.squidex.apps.{app}.contents.*.read
gives you read access to all schemas in your app, but now write access.squidex.apps.{app}.contents.pages|posts|articles.*
gives you full access to the three schemas pages, posts and articles.squidex.apps.{app}.contents.^settings.*
gives you full access to all schemas except to the settings schema.squidex.apps.{app}.common
gives you the minimum permissions to access and app. If you create a role that can view content only, this role also needs the permissions to query the configured languages and published schemas for an app. Therefore all app roles have this permissions implicitly.{app}
is your app name.squidex.apps.{app}
: All permissionssquidex.apps.{app}.api
: Can use the api section the Management UIsquidex.apps.{app}.assets
: Can view and manage assetssquidex.apps.{app}.contents
: Can view and manage contents.squidex.apps.{app}.patterns
: Can view and manage patterns.squidex.apps.{app}.rules
: Can view and manage rules.squidex.apps.{app}.schemas
: Can manage schemas (Viewing schemas is an implicit permission).squidex.apps.{app}.assets
: Can view and manage assetssquidex.apps.{app}.contents
: Can view and manage content.squidex.apps.{app}.contents.*.read
: Can view content.squidex.apps.{app}
automatically, otherwise you would be able to create roles that give you permissions to another app.squidex
) or permissions for alls apps (squidex.apps
) he will not see them in the apps overview in the administration UI. A Squidex instance can have have thousands of apps (like our cloud) and the user interface is not designed for that. Either assign him an explicit to an app, like squidex.apps.{app}
or enter the url manually.