diff options
author | Marvin Borner | 2018-06-28 21:15:57 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-28 21:15:57 +0200 |
commit | 15793496e8d56769c792cf39673c6e6dea3ec4d9 (patch) | |
tree | 1038f86603cdb52d7d9be5f125e5a88a25086995 /main/app/sprinkles/admin/schema/requests/group/create.yaml | |
parent | 8781338896a0cfb47c871a0ecb13cd3fdee09d8e (diff) |
Preparing for complete rewrite..
Diffstat (limited to 'main/app/sprinkles/admin/schema/requests/group/create.yaml')
-rw-r--r-- | main/app/sprinkles/admin/schema/requests/group/create.yaml | 35 |
1 files changed, 0 insertions, 35 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: |