Skip to content

Commit

Permalink
fix: add meta field editor permission to role view. fixes cerebrate-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wachizungu committed Nov 28, 2024
1 parent 0ed3bef commit e0f1daa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/Roles/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
'path' => 'perm_sync',
'type' => 'boolean'
],
[
'key' => __('Meta field editor permission'),
'path' => 'perm_meta_field_editor',
'type' => 'boolean'
],
[
'key' => __('Default role'),
'path' => 'is_default',
Expand Down

0 comments on commit e0f1daa

Please sign in to comment.