You are here

entityform.schema.yml in Entityform 8.3

config/schema/entityform.schema.yml

File

config/schema/entityform.schema.yml
View source
  1. # Schema for the configuration files of the node module.
  2. # todo add setttings
  3. entityform.type.*:
  4. type: config_entity
  5. label: 'Entityform type'
  6. mapping:
  7. name:
  8. type: label
  9. label: 'Name'
  10. type:
  11. type: string
  12. label: 'Machine-readable name'
  13. description:
  14. type: text
  15. label: 'Description'
  16. help:
  17. type: text
  18. label: 'Explanation or submission guidelines'
  19. form_status:
  20. type: string
  21. label: 'Form Status'
  22. resubmit_action:
  23. type: string
  24. label: 'Resubmit Action'
  25. roles:
  26. type: sequence
  27. sequence:
  28. type: string
  29. label: 'Roles'
  30. preview_page:
  31. type: boolean
  32. label: 'Preview Page'
  33. submission_page_title:
  34. type: string
  35. label: 'Submission Page Title'
  36. submission_text:
  37. type: mapping
  38. label: 'Submission Text'
  39. mapping:
  40. format:
  41. type: string
  42. label: 'Format'
  43. value:
  44. type: string
  45. label: 'Value'