new_folder.yaml 527 B

12345678910111213141516171819202122232425262728293031
  1. rules:
  2. slug:
  3. pattern: '[a-zA-Zа-яA-Я0-9_\-]+'
  4. min: 1
  5. max: 200
  6. form:
  7. validation: loose
  8. fields:
  9. section:
  10. type: section
  11. title: PLUGIN_ADMIN.ADD_FOLDER
  12. folder:
  13. type: text
  14. label: PLUGIN_ADMIN.FOLDER_NAME
  15. help: PLUGIN_ADMIN.FOLDER_NAME_HELP
  16. validate:
  17. rule: slug
  18. required: true
  19. route:
  20. type: parents
  21. label: PLUGIN_ADMIN.PARENT_PAGE
  22. classes: fancy
  23. validate:
  24. required: true
  25. blueprint:
  26. type: blueprint