aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/admin/schema/requests/group
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/admin/schema/requests/group')
-rw-r--r--main/app/sprinkles/admin/schema/requests/group/create.yaml35
-rw-r--r--main/app/sprinkles/admin/schema/requests/group/edit-info.yaml27
-rw-r--r--main/app/sprinkles/admin/schema/requests/group/get-by-slug.yaml6
3 files changed, 0 insertions, 68 deletions
diff --git a/main/app/sprinkles/admin/schema/requests/group/create.yaml b/main/app/sprinkles/admin/schema/requests/group/create.yaml
deleted file mode 100644
index 8f5261c..0000000
--- a/main/app/sprinkles/admin/schema/requests/group/create.yaml
+++ /dev/null
@@ -1,35 +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
-icon:
- validators:
- length:
- label: "&ICON"
- min: 1
- max: 100
- message: VALIDATE.LENGTH_RANGE
- required:
- message: VALIDATE.REQUIRED
-description:
diff --git a/main/app/sprinkles/admin/schema/requests/group/edit-info.yaml b/main/app/sprinkles/admin/schema/requests/group/edit-info.yaml
deleted file mode 100644
index 6aa3f28..0000000
--- a/main/app/sprinkles/admin/schema/requests/group/edit-info.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-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
-icon:
- validators:
- length:
- label: "&ICON"
- min: 1
- max: 100
- message: VALIDATE.LENGTH_RANGE
-description:
diff --git a/main/app/sprinkles/admin/schema/requests/group/get-by-slug.yaml b/main/app/sprinkles/admin/schema/requests/group/get-by-slug.yaml
deleted file mode 100644
index 2aa41b5..0000000
--- a/main/app/sprinkles/admin/schema/requests/group/get-by-slug.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-slug:
- validators:
- required:
- label: "&SLUG"
- message: VALIDATE.REQUIRED