You are here

layout_library.schema.yml in Layout builder library 8

config/schema/layout_library.schema.yml

File

config/schema/layout_library.schema.yml
View source
  1. core.entity_view_display.*.*.*.third_party.layout_library:
  2. type: mapping
  3. label: 'Per-view-mode Layout Library settings'
  4. mapping:
  5. enable:
  6. type: boolean
  7. label: 'Whether the Layout Library is enabled for this display'
  8. layout_library.layout.*:
  9. type: config_entity
  10. label: 'Layout'
  11. mapping:
  12. id:
  13. type: string
  14. label: 'ID'
  15. label:
  16. type: label
  17. label: 'Label'
  18. targetEntityType:
  19. type: string
  20. label: 'Entity type'
  21. targetBundle:
  22. type: string
  23. label: 'Bundle'
  24. layout:
  25. label: 'Layout'
  26. type: sequence
  27. sequence:
  28. type: layout_builder.section