field_group.field_group_formatter_plugin.schema.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. field_group.field_group_formatter_plugin.accordion:
  2. type: field_group.field_group_formatter_plugin.base
  3. label: 'Mapping for the accordion formatter settings'
  4. mapping:
  5. effect:
  6. type: string
  7. label: 'Effect on the accordion'
  8. field_group.field_group_formatter_plugin.accordion_item:
  9. type: field_group.field_group_formatter_plugin.base
  10. label: 'Mapping for the accordion item formatter settings'
  11. mapping:
  12. formatter:
  13. type: string
  14. label: 'Formatting of the item'
  15. description:
  16. type: string
  17. label: 'description of the item'
  18. required_fields:
  19. type: boolean
  20. label: 'Mark for required fields'
  21. field_group.field_group_formatter_plugin.details:
  22. type: field_group.field_group_formatter_plugin.base
  23. label: 'Mapping for the details formatter settings'
  24. mapping:
  25. open:
  26. type: boolean
  27. label: 'Display element open by default.'
  28. required_fields:
  29. type: boolean
  30. label: 'Mark for required fields'
  31. field_group.field_group_formatter_plugin.fieldset:
  32. type: field_group.field_group_formatter_plugin.base
  33. label: 'Mapping for the fieldset formatter settings'
  34. mapping:
  35. description:
  36. type: string
  37. label: 'description of the item'
  38. required_fields:
  39. type: boolean
  40. label: 'Mark for required fields'
  41. field_group.field_group_formatter_plugin.html_element:
  42. type: field_group.field_group_formatter_plugin.base
  43. label: 'Mapping for the html element formatter settings'
  44. mapping:
  45. element:
  46. type: string
  47. label: 'html element tag to be used'
  48. show_label:
  49. type: boolean
  50. label: 'show the label'
  51. label_element:
  52. type: string
  53. label: 'html element tag to be used for the label'
  54. attributes:
  55. type: string
  56. label: 'html attributes for the element'
  57. effect:
  58. type: string
  59. label: 'effect on the element'
  60. speed:
  61. type: string
  62. label: 'speed of the effect'
  63. required_fields:
  64. type: boolean
  65. label: 'Mark for required fields'
  66. field_group.field_group_formatter_plugin.tab:
  67. type: field_group.field_group_formatter_plugin.base
  68. label: 'Mapping for the tab formatter settings'
  69. mapping:
  70. formatter:
  71. type: string
  72. label: 'default state for the tab'
  73. description:
  74. type: string
  75. label: 'description of the tab'
  76. required_fields:
  77. type: boolean
  78. label: 'Mark for required fields'
  79. field_group.field_group_formatter_plugin.tabs:
  80. type: field_group.field_group_formatter_plugin.base
  81. label: 'Mapping for the tab formatter settings'
  82. mapping:
  83. direction:
  84. type: string
  85. label: 'Direction of the tabs'
  86. field_group.field_group_formatter_plugin.base:
  87. type: mapping
  88. label: 'Mapping for the base formatter settings'
  89. mapping:
  90. label:
  91. type: string
  92. label: 'Label of the fieldgroup'
  93. classes:
  94. type: string
  95. label: 'Classes of the fieldgroup'
  96. id:
  97. type: string
  98. label: 'Html id of the fieldgroup'