aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/admin/schema/requests/role/create.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/admin/schema/requests/role/create.yaml')
-rw-r--r--main/app/sprinkles/admin/schema/requests/role/create.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/app/sprinkles/admin/schema/requests/role/create.yaml b/main/app/sprinkles/admin/schema/requests/role/create.yaml
deleted file mode 100644
index 8004184..0000000
--- a/main/app/sprinkles/admin/schema/requests/role/create.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-name:
- validators:
- required:
- label: "&NAME"
- message: VALIDATE.REQUIRED
- length:
- label: "&NAME"
- min: 1
- max: 255
- message: VALIDATE.LENGTH_RANGE
- transformations:
- - trim
-slug:
- validators:
- required:
- label: "&SLUG"
- message: VALIDATE.REQUIRED
- length:
- label: "&SLUG"
- min: 1
- max: 255
- message: VALIDATE.LENGTH_RANGE
- transformations:
- - trim
-description: