From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- .../admin/schema/requests/role/edit-field.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 main/app/sprinkles/admin/schema/requests/role/edit-field.yaml (limited to 'main/app/sprinkles/admin/schema/requests/role/edit-field.yaml') diff --git a/main/app/sprinkles/admin/schema/requests/role/edit-field.yaml b/main/app/sprinkles/admin/schema/requests/role/edit-field.yaml new file mode 100755 index 0000000..05c1b2d --- /dev/null +++ b/main/app/sprinkles/admin/schema/requests/role/edit-field.yaml @@ -0,0 +1,24 @@ +--- +name: + validators: + length: + label: "&NAME" + min: 1 + max: 255 + message: VALIDATE.LENGTH_RANGE + transformations: + - trim +slug: + validators: + length: + label: "&SLUG" + min: 1 + max: 255 + message: VALIDATE.LENGTH_RANGE + transformations: + - trim +description: +permissions: + validators: + array: + message: VALIDATE.ARRAY -- cgit v1.2.3