You are here

blocktabs.schema.yml in Block Tabs 8

config/schema/blocktabs.schema.yml

File

config/schema/blocktabs.schema.yml
View source
  1. blocktabs.blocktabs.*:
  2. type: config_entity
  3. label: 'blocktabs instance'
  4. mapping:
  5. name:
  6. type: string
  7. label:
  8. type: string
  9. label: 'Label'
  10. event:
  11. type: string
  12. label: 'Event'
  13. style:
  14. type: string
  15. label: 'Tabs Style'
  16. tabs:
  17. type: sequence
  18. sequence:
  19. type: mapping
  20. mapping:
  21. id:
  22. type: string
  23. title:
  24. type: text
  25. label: 'Tab title'
  26. data:
  27. type: blocktabs.tab.[%parent.id]
  28. weight:
  29. type: integer
  30. uuid:
  31. type: string
  32. blocktabs.tab.*:
  33. type: mapping
  34. label: 'Tab settings'
  35. blocktabs.tab.block:
  36. type: mapping
  37. label: 'block'
  38. mapping:
  39. block_uuid:
  40. label: 'Block UUID'
  41. type: string