field_layout.schema.yml 454 B

12345678910111213141516
  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'