You are here

field_group.field_group_formatter_plugin.schema.yml in Field Group 8.3

Same filename and directory in other branches
  1. 8 config/schema/field_group.field_group_formatter_plugin.schema.yml
config/schema/field_group.field_group_formatter_plugin.schema.yml

File

config/schema/field_group.field_group_formatter_plugin.schema.yml
View source
  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: text
  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. description:
  29. type: text
  30. label: 'Description of the element'
  31. required_fields:
  32. type: boolean
  33. label: 'Mark for required fields'
  34. field_group.field_group_formatter_plugin.details_sidebar:
  35. type: field_group.field_group_formatter_plugin.details
  36. label: 'Mapping for the details sidebar formatter settings'
  37. mapping:
  38. weight:
  39. type: integer
  40. label: 'Weight'
  41. field_group.field_group_formatter_plugin.fieldset:
  42. type: field_group.field_group_formatter_plugin.base
  43. label: 'Mapping for the fieldset formatter settings'
  44. mapping:
  45. description:
  46. type: text
  47. label: 'Description of the item'
  48. required_fields:
  49. type: boolean
  50. label: 'Mark for required fields'
  51. field_group.field_group_formatter_plugin.html_element:
  52. type: field_group.field_group_formatter_plugin.base
  53. label: 'Mapping for the html element formatter settings'
  54. mapping:
  55. element:
  56. type: string
  57. label: 'html element tag to be used'
  58. show_label:
  59. type: boolean
  60. label: 'show the label'
  61. label_element:
  62. type: string
  63. label: 'html element tag to be used for the label'
  64. label_element_classes:
  65. type: string
  66. label: 'html classes to be used for the label'
  67. attributes:
  68. type: string
  69. label: 'html attributes for the element'
  70. effect:
  71. type: string
  72. label: 'effect on the element'
  73. speed:
  74. type: string
  75. label: 'speed of the effect'
  76. required_fields:
  77. type: boolean
  78. label: 'Mark for required fields'
  79. field_group.field_group_formatter_plugin.tab:
  80. type: field_group.field_group_formatter_plugin.base
  81. label: 'Mapping for the tab formatter settings'
  82. mapping:
  83. formatter:
  84. type: string
  85. label: 'default state for the tab'
  86. description:
  87. type: text
  88. label: 'Description of the tab'
  89. required_fields:
  90. type: boolean
  91. label: 'Mark for required fields'
  92. field_group.field_group_formatter_plugin.tabs:
  93. type: field_group.field_group_formatter_plugin.base
  94. label: 'Mapping for the tab formatter settings'
  95. mapping:
  96. formatter:
  97. type: string
  98. label: 'default state for the tabs'
  99. description:
  100. type: text
  101. label: 'description of the tabs'
  102. required_fields:
  103. type: boolean
  104. label: 'Mark for required fields'
  105. direction:
  106. type: string
  107. label: 'Direction of the tabs'
  108. width_breakpoint:
  109. type: integer
  110. label: 'Disable Tabs widget if the window width is equal or smaller'
  111. field_group.field_group_formatter_plugin.base:
  112. type: mapping
  113. label: 'Mapping for the base formatter settings'
  114. mapping:
  115. label:
  116. type: label
  117. label: 'Label of the fieldgroup'
  118. classes:
  119. type: string
  120. label: 'Classes of the fieldgroup'
  121. show_empty_fields:
  122. type: boolean
  123. label: 'Show Empty Fields'
  124. id:
  125. type: string
  126. label: 'Html id of the fieldgroup'