field_group.entity_display.schema.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. core.entity_view_display.*.*.*.third_party.field_group:
  2. type: sequence
  3. label: 'Field group settings on entity view'
  4. sequence:
  5. - type: mapping
  6. label: A field group
  7. mapping:
  8. children:
  9. type: sequence
  10. label: 'The fields belonging to the group'
  11. sequence:
  12. - type: string
  13. label: 'The field name'
  14. label:
  15. type: string
  16. label: Readable name of the group
  17. parent_name:
  18. type: string
  19. label: 'The parent group of this group'
  20. weight:
  21. type: integer
  22. label: 'The weight of the group'
  23. format_type:
  24. type: string
  25. label: 'The formatter of the group'
  26. format_settings:
  27. type: field_group.field_group_formatter_plugin.[%parent.format_type]
  28. core.entity_form_display.*.*.*.third_party.field_group:
  29. type: sequence
  30. label: 'Field group settings on entity form'
  31. sequence:
  32. - type: mapping
  33. label: A field group
  34. mapping:
  35. children:
  36. type: sequence
  37. label: 'The fields belonging to the group'
  38. sequence:
  39. - type: string
  40. label: 'The field name'
  41. label:
  42. type: string
  43. label: Readable name of the group
  44. parent_name:
  45. type: string
  46. label: 'The parent group of this group'
  47. weight:
  48. type: integer
  49. label: 'The weight of the group'
  50. format_type:
  51. type: string
  52. label: 'The formatter of the group'
  53. format_settings:
  54. type: field_group.field_group_formatter_plugin.[%parent.format_type]