field_layout.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/field_layout/config/schema/field_layout.schema.yml
  2. 10 core/modules/field_layout/config/schema/field_layout.schema.yml
  3. 11.x core/modules/field_layout/config/schema/field_layout.schema.yml
core/modules/field_layout/config/schema/field_layout.schema.yml

File

core/modules/field_layout/config/schema/field_layout.schema.yml

View source
  1. core.entity_view_display.*.*.*.third_party.field_layout:
  2. type: field_layout.third_party_settings
  3. core.entity_form_display.*.*.*.third_party.field_layout:
  4. type: field_layout.third_party_settings
  5. field_layout.third_party_settings:
  6. type: mapping
  7. label: 'Per-view-mode field layout settings'
  8. mapping:
  9. id:
  10. type: string
  11. label: 'Layout ID'
  12. settings:
  13. type: layout_plugin.settings.[%parent.id]
  14. label: 'Layout settings'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.