Skip to content

Commit

Permalink
Merge pull request #196 from Wachizungu/add-meta-editor-permission-to…
Browse files Browse the repository at this point in the history
…-role-view

fix: add meta field editor permission to role view. fixes #195
  • Loading branch information
iglocska authored Nov 29, 2024
2 parents 50b6502 + e0f1daa commit 45876e8
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 45876e8

Please sign in to comment.