field_group.entity_display.schema.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. region:
  21. type: string
  22. label: 'The region of this group'
  23. weight:
  24. type: integer
  25. label: 'The weight of the group'
  26. format_type:
  27. type: string
  28. label: 'The formatter of the group'
  29. format_settings:
  30. type: field_group.field_group_formatter_plugin.[%parent.format_type]
  31. core.entity_form_display.*.*.*.third_party.field_group:
  32. type: sequence
  33. label: 'Field group settings on entity form'
  34. sequence:
  35. - type: mapping
  36. label: A field group
  37. mapping:
  38. children:
  39. type: sequence
  40. label: 'The fields belonging to the group'
  41. sequence:
  42. - type: string
  43. label: 'The field name'
  44. label:
  45. type: string
  46. label: Readable name of the group
  47. region:
  48. type: string
  49. label: 'The region of this group'
  50. parent_name:
  51. type: string
  52. label: 'The parent group of this group'
  53. weight:
  54. type: integer
  55. label: 'The weight of the group'
  56. format_type:
  57. type: string
  58. label: 'The formatter of the group'
  59. format_settings:
  60. type: field_group.field_group_formatter_plugin.[%parent.format_type]