You are here

component_blocks.schema.yml in Component blocks 1.0.x

config/schema/component_blocks.schema.yml

File

config/schema/component_blocks.schema.yml
View source
  1. component_blocks.context_variable:
  2. type: mapping
  3. label: Context variable
  4. mapping:
  5. type:
  6. type: string
  7. label: 'Formatter'
  8. source:
  9. type: string
  10. label: 'Source field'
  11. value:
  12. type: string
  13. label: 'Fixed value'
  14. settings:
  15. type: field.formatter.settings.[%parent.type]
  16. label: 'Settings'
  17. block.settings.component_blocks:*:*:
  18. type: block_settings
  19. label: 'Component block settings'
  20. mapping:
  21. variables:
  22. type: sequence
  23. label: 'Properties'
  24. sequence:
  25. type: component_blocks.context_variable