You are here

fieldblock.schema.yml in Field as Block 8.2

config/schema/fieldblock.schema.yml

File

config/schema/fieldblock.schema.yml
View source
  1. # Schema for the configuration files of the Field as Block module.
  2. block.settings.fieldblock:*:
  3. type: block_settings
  4. label: 'Field as Block'
  5. mapping:
  6. label_from_field:
  7. type: boolean
  8. lable: 'Use field label as block title'
  9. field_name:
  10. type: string
  11. label: 'Field name'
  12. formatter_id:
  13. type: string
  14. label: 'Format type machine name'
  15. formatter_settings:
  16. type: field.formatter.settings.[%parent.formatter_id]
  17. label: 'Settings'
  18. fieldblock.settings:
  19. type: config_object
  20. label: 'Field Block settings'
  21. mapping:
  22. enabled_entity_types:
  23. type: sequence
  24. label: 'Entity types to create for which to create Field Blocks.'
  25. sequence:
  26. type: string
  27. label: 'Entity type'