You are here

addanother.schema.yml in Add Another 8

config/schema/addanother.schema.yml

File

config/schema/addanother.schema.yml
View source
  1. # Schema for the configuration files of the addanother module.
  2. addanother.settings:
  3. type: config_object
  4. label: 'Node settings'
  5. mapping:
  6. default_button:
  7. type: boolean
  8. label: 'Default settings for displaying Add another button on node add form.'
  9. default_message:
  10. type: boolean
  11. label: 'Default settings for displaying Add another message after node creation.'
  12. default_tab:
  13. type: boolean
  14. label: 'Default settings for displaying Add another tab.'
  15. default_tab_edit:
  16. type: boolean
  17. label: 'Default settings for displaying Add another tab on edit page.'
  18. button:
  19. type: sequence
  20. label: 'Add another buttons'
  21. sequence:
  22. type: boolean
  23. label: 'Add another button'
  24. message:
  25. type: sequence
  26. label: 'Add another messages'
  27. sequence:
  28. type: boolean
  29. label: 'Add another message'
  30. tab:
  31. type: sequence
  32. label: 'Add another tabs'
  33. sequence:
  34. type: boolean
  35. label: 'Add another tab'
  36. tab_edit:
  37. type: sequence
  38. label: 'Add another edit tabs'
  39. sequence:
  40. type: boolean
  41. label: 'Add another edit tab'