external.yaml 966 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. title: PLUGIN_ADMIN:EXTERNAL
  2. extends@:
  3. type: default
  4. context: blueprints://pages
  5. form:
  6. validation: loose
  7. fields:
  8. tabs:
  9. type: tabs
  10. active: 1
  11. fields:
  12. content:
  13. fields:
  14. header.title:
  15. type: text
  16. autofocus: true
  17. style: horizontal
  18. label: PLUGIN_ADMIN.TITLE
  19. content:
  20. unset@: true
  21. header.media_order:
  22. unset@: true
  23. header.external_url:
  24. type: text
  25. label: PLUGIN_ADMIN.EXTERNAL_URL
  26. placeholder: https://getgrav.org
  27. validate:
  28. required: true
  29. options:
  30. fields:
  31. publishing:
  32. fields:
  33. header.date:
  34. unset@: true
  35. header.metadata:
  36. unset@: true
  37. taxonomies:
  38. unset@: true