From 4d33eb21733cca8a714e4fb260b8da01b5f74252 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Wed, 21 Oct 2015 12:22:04 +0200 Subject: [PATCH] Add access to account blueprint --- system/blueprints/user/account.yaml | 13 +++++++++++++ system/blueprints/user/group.yaml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/system/blueprints/user/account.yaml b/system/blueprints/user/account.yaml index 207421ae0..a1e23cc3a 100644 --- a/system/blueprints/user/account.yaml +++ b/system/blueprints/user/account.yaml @@ -54,3 +54,16 @@ form: default: 'en' help: PLUGIN_ADMIN.LANGUAGE_HELP + access.admin: + type: array + label: PLUGIN_ADMIN.ADMIN_ACCESS + multiple: false + validate: + type: array + + access.site: + type: array + label: PLUGIN_ADMIN.SITE_ACCESS + multiple: false + validate: + type: array \ No newline at end of file diff --git a/system/blueprints/user/group.yaml b/system/blueprints/user/group.yaml index 27c144e09..e627a7c9e 100644 --- a/system/blueprints/user/group.yaml +++ b/system/blueprints/user/group.yaml @@ -31,14 +31,14 @@ form: access.admin: type: array - label: PLUGIN_ADMIN_PRO.ADMIN_ACCESS + label: PLUGIN_ADMIN.ADMIN_ACCESS multiple: false validate: type: array access.site: type: array - label: PLUGIN_ADMIN_PRO.SITE_ACCESS + label: PLUGIN_ADMIN.SITE_ACCESS multiple: false validate: type: array \ No newline at end of file