You are here

entityblock.schema.yml in Entityblock 8

config/schema/entityblock.schema.yml

File

config/schema/entityblock.schema.yml
View source
  1. # Schema for the configuration files of the EntityBlock module.
  2. field.widget.settings.entityblock_default:
  3. type: mapping
  4. label: 'EntityBlock format settings'
  5. mapping:
  6. view_modes:
  7. type: sequence
  8. label: 'Available view modes'
  9. sequence:
  10. - type: string
  11. force_enabled:
  12. type: boolean
  13. label: 'Force "Display as block"'
  14. force_title:
  15. type: boolean
  16. label: 'Force "Block title"'
  17. field.field_settings.entityblock:
  18. type: mapping
  19. label: 'EntityBlock settings'
  20. mapping:
  21. enabled:
  22. type: boolean
  23. label: 'Block enabled'
  24. title:
  25. type: label
  26. label: 'Block title'
  27. view_mode:
  28. type: string
  29. label: 'View mode'