diff --git a/templates/Roles/view.php b/templates/Roles/view.php index f16ae39..f8a43ae 100644 --- a/templates/Roles/view.php +++ b/templates/Roles/view.php @@ -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',