Enable theme overrides permissions to be set on a per role basis (#20899)

This commit is contained in:
daedalus
2023-12-27 12:58:47 -05:00
committed by GitHub
parent cc1a903ee7
commit 99ea01aa74
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
---
'@directus/api': minor
'@directus/app': minor
---
Enabled theme override permissions to be set on a per role basis

View File

@@ -102,8 +102,6 @@
- appearance
- theme_light
- theme_dark
- theme_light_overrides
- theme_dark_overrides
- tfa_secret
- status
- role

View File

@@ -350,8 +350,6 @@ export const appMinimalPermissions: Partial<Permission>[] = [
'appearance',
'theme_light',
'theme_dark',
'theme_light_overrides',
'theme_dark_overrides',
'tfa_secret',
'status',
'role',