Merge pull request #196 from Wachizungu/add-meta-editor-permission-to-role-view

fix: add meta field editor permission to role view. fixes #195
develop
Andras Iklody 2024-11-29 09:38:17 +01:00 committed by GitHub
commit 45876e803c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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',