You are here

layout_builder_restrictions.schema.yml in Layout Builder Restrictions 8

Same filename and directory in other branches
  1. 8.2 config/schema/layout_builder_restrictions.schema.yml
config/schema/layout_builder_restrictions.schema.yml

File

config/schema/layout_builder_restrictions.schema.yml
View source
  1. core.entity_view_display.*.*.*.third_party.layout_builder_restrictions:
  2. type: layout_builder_restrictions.third_party_settings
  3. layout_builder_restrictions.third_party_settings:
  4. type: mapping
  5. label: 'Per-view-mode Layout Builder Restrictions settings'
  6. mapping:
  7. allowed_blocks:
  8. type: sequence
  9. label: 'Allowed blocks by category'
  10. sequence:
  11. type: sequence
  12. label: 'Allowed blocks'
  13. sequence:
  14. type: string
  15. label: 'Block ID'
  16. allowed_layouts:
  17. type: sequence
  18. label: 'Allowed layouts by category'
  19. sequence:
  20. type: sequence
  21. label: 'Allowed layouts'
  22. sequence:
  23. type: string
  24. label: 'Layout ID'