mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Enable theme overrides permissions to be set on a per role basis (#20899)
This commit is contained in:
6
.changeset/chilled-humans-report.md
Normal file
6
.changeset/chilled-humans-report.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@directus/api': minor
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
Enabled theme override permissions to be set on a per role basis
|
||||
@@ -102,8 +102,6 @@
|
||||
- appearance
|
||||
- theme_light
|
||||
- theme_dark
|
||||
- theme_light_overrides
|
||||
- theme_dark_overrides
|
||||
- tfa_secret
|
||||
- status
|
||||
- role
|
||||
|
||||
@@ -350,8 +350,6 @@ export const appMinimalPermissions: Partial<Permission>[] = [
|
||||
'appearance',
|
||||
'theme_light',
|
||||
'theme_dark',
|
||||
'theme_light_overrides',
|
||||
'theme_dark_overrides',
|
||||
'tfa_secret',
|
||||
'status',
|
||||
'role',
|
||||
|
||||
Reference in New Issue
Block a user