From ef6ec100f2768eb215a6eac8007820ea89435ff1 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 10 Jan 2020 15:17:36 -0800 Subject: [PATCH] Added custom field page_access for new access selector --- system/blueprints/pages/partials/security.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/system/blueprints/pages/partials/security.yaml b/system/blueprints/pages/partials/security.yaml index 5eee7f3ab..67427c537 100644 --- a/system/blueprints/pages/partials/security.yaml +++ b/system/blueprints/pages/partials/security.yaml @@ -19,6 +19,16 @@ form: validate: type: bool + + header.page_access: + type: page_access + label: PLUGIN_ADMIN.PAGE_ACCESS + help: PLUGIN_ADMIN.PAGE_ACCESS_HELP + ignore_empty: true + validate: + type: array + value_type: bool + header.access: type: permissions toggleable: true