fix: add meta field editor permission to role view. fixes #195

pull/196/head
Jeroen Pinoy 2024-11-28 20:55:57 +01:00
parent 0ed3bef000
commit e0f1daac43
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ echo $this->element(
'path' => 'perm_sync',
'type' => 'boolean'
],
[
'key' => __('Meta field editor permission'),
'path' => 'perm_meta_field_editor',
'type' => 'boolean'
],
[
'key' => __('Default role'),
'path' => 'is_default',