@total_onion/onion-library 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (719) hide show
  1. package/.github/workflows/npm-publish.yml +34 -0
  2. package/.prettierrc +22 -0
  3. package/README.md +33 -0
  4. package/__spec__/copyBlockComponent.spec.js +94 -0
  5. package/__spec__/copyFile.spec.js +78 -0
  6. package/__spec__/copyFileKeeping.spec.js +74 -0
  7. package/__spec__/files/source.txt +1 -0
  8. package/__spec__/update-all-components.spec.js +99 -0
  9. package/__spec__/update-component.spec.js +165 -0
  10. package/components/admin-filter-pages-by-block/filter-pages-by-block.php +81 -0
  11. package/components/admin-resizable-editor-sidebar/resizable-editor-sidebar.php +224 -0
  12. package/components/block-animated-sections/animated-sections-extra.scss +631 -0
  13. package/components/block-animated-sections/animated-sections.js +1642 -0
  14. package/components/block-animated-sections/animated-sections.php +14 -0
  15. package/components/block-animated-sections/animated-sections.scss +470 -0
  16. package/components/block-animated-sections/animated-sections.twig +324 -0
  17. package/components/block-animated-sections/group_63f350c04d418.json +4122 -0
  18. package/components/block-back-to-top-button/back-to-top-button-extra.scss +6 -0
  19. package/components/block-back-to-top-button/back-to-top-button.js +12 -0
  20. package/components/block-back-to-top-button/back-to-top-button.php +14 -0
  21. package/components/block-back-to-top-button/back-to-top-button.scss +71 -0
  22. package/components/block-back-to-top-button/back-to-top-button.twig +40 -0
  23. package/components/block-back-to-top-button/group_63e24e04a1e61.json +315 -0
  24. package/components/block-bambuser-display/bambuser-display-extra.scss +6 -0
  25. package/components/block-bambuser-display/bambuser-display.js +43 -0
  26. package/components/block-bambuser-display/bambuser-display.php +14 -0
  27. package/components/block-bambuser-display/bambuser-display.scss +7 -0
  28. package/components/block-bambuser-display/bambuser-display.twig +43 -0
  29. package/components/block-bambuser-display/group_671658042eba7.json +489 -0
  30. package/components/block-bazaarvoice-display/bazaarvoice-display-extra.scss +5 -0
  31. package/components/block-bazaarvoice-display/bazaarvoice-display.js +7 -0
  32. package/components/block-bazaarvoice-display/bazaarvoice-display.php +14 -0
  33. package/components/block-bazaarvoice-display/bazaarvoice-display.scss +42 -0
  34. package/components/block-bazaarvoice-display/bazaarvoice-display.twig +38 -0
  35. package/components/block-bazaarvoice-display/group_64f744285585d.json +382 -0
  36. package/components/block-better-reviews/better-reviews-extra.scss +5 -0
  37. package/components/block-betterreviews-display/betterreviews-display-extra.scss +309 -0
  38. package/components/block-betterreviews-display/betterreviews-display.js +8 -0
  39. package/components/block-betterreviews-display/betterreviews-display.php +14 -0
  40. package/components/block-betterreviews-display/betterreviews-display.scss +25 -0
  41. package/components/block-betterreviews-display/betterreviews-display.twig +31 -0
  42. package/components/block-betterreviews-display/group_651c206555d43.json +331 -0
  43. package/components/block-breadcrumb-display/breadcrumb-display-extra.scss +6 -0
  44. package/components/block-breadcrumb-display/breadcrumb-display.js +8 -0
  45. package/components/block-breadcrumb-display/breadcrumb-display.php +14 -0
  46. package/components/block-breadcrumb-display/breadcrumb-display.scss +17 -0
  47. package/components/block-breadcrumb-display/breadcrumb-display.twig +50 -0
  48. package/components/block-breadcrumb-display/group_652aea92326b9.json +211 -0
  49. package/components/block-card-carousel-v2/card-carousel-v2.js +138 -0
  50. package/components/block-card-carousel-v2/card-carousel-v2.php +17 -0
  51. package/components/block-card-carousel-v2/card-carousel-v2.scss +408 -0
  52. package/components/block-card-carousel-v2/card-carousel-v2.twig +145 -0
  53. package/components/block-card-carousel-v2/group_64f46e5ea695b.json +1171 -0
  54. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2-extra.js +1 -0
  55. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2-extra.scss +5 -0
  56. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2.js +223 -0
  57. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2.php +17 -0
  58. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2.scss +155 -0
  59. package/components/block-carousel-multi-layout-v2/carousel-multi-layout-v2.twig +137 -0
  60. package/components/block-carousel-multi-layout-v2/group_63f1ff16340b1.json +687 -0
  61. package/components/block-carousel-thumbnail-gallery/carousel-thumbnail-gallery-extra.scss +6 -0
  62. package/components/block-carousel-thumbnail-gallery/carousel-thumbnail-gallery.js +89 -0
  63. package/components/block-carousel-thumbnail-gallery/carousel-thumbnail-gallery.php +17 -0
  64. package/components/block-carousel-thumbnail-gallery/carousel-thumbnail-gallery.scss +87 -0
  65. package/components/block-carousel-thumbnail-gallery/carousel-thumbnail-gallery.twig +70 -0
  66. package/components/block-carousel-thumbnail-gallery/group_63dfd38732f6c.json +605 -0
  67. package/components/block-collection-carousel/collection-carousel-extra.scss +5 -0
  68. package/components/block-collection-carousel/collection-carousel.js +132 -0
  69. package/components/block-collection-carousel/collection-carousel.php +14 -0
  70. package/components/block-collection-carousel/collection-carousel.scss +59 -0
  71. package/components/block-collection-carousel/collection-carousel.twig +87 -0
  72. package/components/block-collection-carousel/group_645b93da4e5d5.json +225 -0
  73. package/components/block-current-post-info/current-post-info-extra.js +1 -0
  74. package/components/block-current-post-info/current-post-info-extra.scss +6 -0
  75. package/components/block-current-post-info/current-post-info.js +11 -0
  76. package/components/block-current-post-info/current-post-info.php +17 -0
  77. package/components/block-current-post-info/current-post-info.scss +173 -0
  78. package/components/block-current-post-info/current-post-info.twig +44 -0
  79. package/components/block-current-post-info/group_681f29c027d42.json +2535 -0
  80. package/components/block-debrain-label-shop/debrain-label-shop.js +7 -0
  81. package/components/block-debrain-label-shop/debrain-label-shop.php +73 -0
  82. package/components/block-debrain-label-shop/debrain-label-shop.scss +4 -0
  83. package/components/block-debrain-label-shop/debrain-label-shop.twig +116 -0
  84. package/components/block-debrain-label-shop/group_63935b63f198c.json +1613 -0
  85. package/components/block-debrain-wtb/debrain-wtb-extra.scss +6 -0
  86. package/components/block-debrain-wtb/debrain-wtb.js +8 -0
  87. package/components/block-debrain-wtb/debrain-wtb.php +14 -0
  88. package/components/block-debrain-wtb/debrain-wtb.scss +7 -0
  89. package/components/block-debrain-wtb/debrain-wtb.twig +18 -0
  90. package/components/block-debrain-wtb/group_66349f620692e.json +73 -0
  91. package/components/block-divider/divider-extra.scss +5 -0
  92. package/components/block-divider/divider.js +8 -0
  93. package/components/block-divider/divider.php +14 -0
  94. package/components/block-divider/divider.scss +86 -0
  95. package/components/block-divider/divider.twig +48 -0
  96. package/components/block-divider/group_63a4486b818b1.json +888 -0
  97. package/components/block-event-details-banner/event-details-banner-extra.scss +15 -0
  98. package/components/block-event-details-banner/event-details-banner.js +9 -0
  99. package/components/block-event-details-banner/event-details-banner.php +14 -0
  100. package/components/block-event-details-banner/event-details-banner.scss +216 -0
  101. package/components/block-event-details-banner/event-details-banner.twig +78 -0
  102. package/components/block-event-details-banner/group_63d934fc2895a.json +736 -0
  103. package/components/block-floating-links/floating-links-extra.scss +4 -0
  104. package/components/block-floating-links/floating-links.js +8 -0
  105. package/components/block-floating-links/floating-links.php +14 -0
  106. package/components/block-floating-links/floating-links.scss +73 -0
  107. package/components/block-floating-links/floating-links.twig +25 -0
  108. package/components/block-floating-links/group_63d7ab19e9b15.json +531 -0
  109. package/components/block-gradient-layer/gradient-layer-extra.scss +6 -0
  110. package/components/block-gradient-layer/gradient-layer.js +7 -0
  111. package/components/block-gradient-layer/gradient-layer.php +14 -0
  112. package/components/block-gradient-layer/gradient-layer.scss +11 -0
  113. package/components/block-gradient-layer/gradient-layer.twig +17 -0
  114. package/components/block-gradient-layer/group_6787dab17f83e.json +215 -0
  115. package/components/block-group-container/group-container-extra.scss +2 -0
  116. package/components/block-group-container/group-container.js +8 -0
  117. package/components/block-group-container/group-container.php +14 -0
  118. package/components/block-group-container/group-container.scss +34 -0
  119. package/components/block-group-container/group-container.twig +49 -0
  120. package/components/block-group-container/group_644ce9a48943b.json +5097 -0
  121. package/components/block-iframe-container/group_645d4a0c3e5ca.json +459 -0
  122. package/components/block-iframe-container/iframe-container-extra.scss +2 -0
  123. package/components/block-iframe-container/iframe-container.js +31 -0
  124. package/components/block-iframe-container/iframe-container.php +14 -0
  125. package/components/block-iframe-container/iframe-container.scss +26 -0
  126. package/components/block-iframe-container/iframe-container.twig +23 -0
  127. package/components/block-list-builder/group_640ebbadc584f.json +739 -0
  128. package/components/block-list-builder/list-builder-extra.scss +6 -0
  129. package/components/block-list-builder/list-builder.js +7 -0
  130. package/components/block-list-builder/list-builder.php +14 -0
  131. package/components/block-list-builder/list-builder.scss +62 -0
  132. package/components/block-list-builder/list-builder.twig +47 -0
  133. package/components/block-map-container/group_670fe49f73f13.json +406 -0
  134. package/components/block-map-container/map-container-extra.scss +2 -0
  135. package/components/block-map-container/map-container.js +230 -0
  136. package/components/block-map-container/map-container.php +14 -0
  137. package/components/block-map-container/map-container.scss +70 -0
  138. package/components/block-map-container/map-container.twig +35 -0
  139. package/components/block-menu-presentation/group_63d7ea144187d.json +489 -0
  140. package/components/block-menu-presentation/menu-presentation-extra.scss +2 -0
  141. package/components/block-menu-presentation/menu-presentation.js +11 -0
  142. package/components/block-menu-presentation/menu-presentation.php +14 -0
  143. package/components/block-menu-presentation/menu-presentation.scss +111 -0
  144. package/components/block-menu-presentation/menu-presentation.twig +60 -0
  145. package/components/block-mikmak-wtb/group_6674604cd3920.json +54 -0
  146. package/components/block-mikmak-wtb/mikmak-wtb-extra.scss +6 -0
  147. package/components/block-mikmak-wtb/mikmak-wtb.js +7 -0
  148. package/components/block-mikmak-wtb/mikmak-wtb.php +14 -0
  149. package/components/block-mikmak-wtb/mikmak-wtb.scss +7 -0
  150. package/components/block-mikmak-wtb/mikmak-wtb.twig +19 -0
  151. package/components/block-nav-menu-container/group_65d29435959e5.json +185 -0
  152. package/components/block-nav-menu-container/nav-menu-container-extra.scss +6 -0
  153. package/components/block-nav-menu-container/nav-menu-container.js +21 -0
  154. package/components/block-nav-menu-container/nav-menu-container.php +14 -0
  155. package/components/block-nav-menu-container/nav-menu-container.scss +13 -0
  156. package/components/block-nav-menu-container/nav-menu-container.twig +19 -0
  157. package/components/block-post-info/group_64ef2bc27ec59.json +13315 -0
  158. package/components/block-post-info/post-info/article-description.twig +7 -0
  159. package/components/block-post-info/post-info/bazaarvoice-inline.twig +10 -0
  160. package/components/block-post-info/post-info/better-reviews.twig +13 -0
  161. package/components/block-post-info/post-info/buy-now.twig +79 -0
  162. package/components/block-post-info/post-info/cocktail-glass-type.twig +21 -0
  163. package/components/block-post-info/post-info/cocktail-ingredients-description.twig +7 -0
  164. package/components/block-post-info/post-info/cocktail-ingredients-title.twig +7 -0
  165. package/components/block-post-info/post-info/cocktail-instructions-description.twig +7 -0
  166. package/components/block-post-info/post-info/cocktail-instructions-title.twig +7 -0
  167. package/components/block-post-info/post-info/cocktail-prep-time.twig +26 -0
  168. package/components/block-post-info/post-info/cocktail-recipe-ingredients.twig +132 -0
  169. package/components/block-post-info/post-info/cocktail-recipe-instructions.twig +19 -0
  170. package/components/block-post-info/post-info/cocktail-skill-level.twig +26 -0
  171. package/components/block-post-info/post-info/cocktail-taste.twig +26 -0
  172. package/components/block-post-info/post-info/cocktail-tasting-notes.twig +5 -0
  173. package/components/block-post-info/post-info/divider.twig +3 -0
  174. package/components/block-post-info/post-info/drink-description.twig +7 -0
  175. package/components/block-post-info/post-info/global-image.twig +23 -0
  176. package/components/block-post-info/post-info/gradient-overlay.twig +6 -0
  177. package/components/block-post-info/post-info/person-email.twig +10 -0
  178. package/components/block-post-info/post-info/person-name.twig +7 -0
  179. package/components/block-post-info/post-info/person-questionaire.twig +15 -0
  180. package/components/block-post-info/post-info/person-rating.twig +24 -0
  181. package/components/block-post-info/post-info/post-author.twig +7 -0
  182. package/components/block-post-info/post-info/post-categories.twig +6 -0
  183. package/components/block-post-info/post-info/post-headline.twig +6 -0
  184. package/components/block-post-info/post-info/post-image.twig +47 -0
  185. package/components/block-post-info/post-info/post-info-description.twig +5 -0
  186. package/components/block-post-info/post-info/post-info-subtitle.twig +5 -0
  187. package/components/block-post-info/post-info/post-link.twig +40 -0
  188. package/components/block-post-info/post-info/post-name.twig +5 -0
  189. package/components/block-post-info/post-info/post-publish-date.twig +7 -0
  190. package/components/block-post-info/post-info/post-tags.twig +16 -0
  191. package/components/block-post-info/post-info/post-text-alternative-style.twig +5 -0
  192. package/components/block-post-info/post-info/post-title.twig +5 -0
  193. package/components/block-post-info/post-info/product-abv.twig +7 -0
  194. package/components/block-post-info/post-info/product-age-statement.twig +8 -0
  195. package/components/block-post-info/post-info/product-cask-type.twig +7 -0
  196. package/components/block-post-info/post-info/product-country.twig +7 -0
  197. package/components/block-post-info/post-info/product-details-brand.twig +5 -0
  198. package/components/block-post-info/post-info/product-details-description.twig +5 -0
  199. package/components/block-post-info/post-info/product-details-name.twig +5 -0
  200. package/components/block-post-info/post-info/product-details-price.twig +5 -0
  201. package/components/block-post-info/post-info/product-finish.twig +7 -0
  202. package/components/block-post-info/post-info/product-history.twig +7 -0
  203. package/components/block-post-info/post-info/product-logo.twig +3 -0
  204. package/components/block-post-info/post-info/product-name.twig +5 -0
  205. package/components/block-post-info/post-info/product-nose.twig +7 -0
  206. package/components/block-post-info/post-info/product-price.twig +5 -0
  207. package/components/block-post-info/post-info/product-taste.twig +7 -0
  208. package/components/block-post-info/post-info/product-whisky-type.twig +7 -0
  209. package/components/block-post-info/post-info/reservebar-add-to-cart.twig +28 -0
  210. package/components/block-post-info/post-info/shopify-add-to-cart.twig +31 -0
  211. package/components/block-post-info/post-info/social-media-item.twig +34 -0
  212. package/components/block-post-info/post-info/spacer-v2.twig +5 -0
  213. package/components/block-post-info/post-info/treat-recipe-ingredients.twig +83 -0
  214. package/components/block-post-info/post-info-extra.js +1 -0
  215. package/components/block-post-info/post-info-extra.scss +14 -0
  216. package/components/block-post-info/post-info.js +11 -0
  217. package/components/block-post-info/post-info.php +17 -0
  218. package/components/block-post-info/post-info.scss +174 -0
  219. package/components/block-post-info/post-info.twig +51 -0
  220. package/components/block-post-type-filter-grid-v2/group_64690c62487bc.json +4359 -0
  221. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/better-reviews-widget.vue +15 -0
  222. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/buy-now-widget.vue +72 -0
  223. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/cocktail-category.vue +54 -0
  224. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/cocktail-tasting-notes.vue +15 -0
  225. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/divider-widget.vue +11 -0
  226. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/drink-tastes.vue +26 -0
  227. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/featured-post-component.vue +61 -0
  228. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/global-image-widget.vue +23 -0
  229. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/media-widget.vue +23 -0
  230. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/person-email-widget.vue +20 -0
  231. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/person-name-widget.vue +15 -0
  232. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/person-questionaire-widget.vue +17 -0
  233. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/person-rating-widget.vue +25 -0
  234. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-author-widget.vue +15 -0
  235. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-category-widget.vue +20 -0
  236. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-component.vue +130 -0
  237. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-headline-widget.vue +16 -0
  238. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-image-widget.vue +60 -0
  239. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-info-description.vue +14 -0
  240. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-info-subtitle.vue +14 -0
  241. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-link-widget.vue +44 -0
  242. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-publish-widget.vue +44 -0
  243. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-tags-widget.vue +20 -0
  244. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-text-alternative-style.vue +18 -0
  245. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/post-title-widget.vue +20 -0
  246. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/pre-render-posts-html.twig +17 -0
  247. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-abv.vue +18 -0
  248. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-age-statement.vue +17 -0
  249. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-bazaarvoice.vue +15 -0
  250. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-brand.vue +16 -0
  251. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-cask-type.vue +16 -0
  252. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-country.vue +14 -0
  253. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-description.vue +15 -0
  254. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-details-name.vue +18 -0
  255. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-details-price.vue +15 -0
  256. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-finish.vue +15 -0
  257. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-history.vue +16 -0
  258. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-link.vue +15 -0
  259. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-logo-widget.vue +22 -0
  260. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-name.vue +17 -0
  261. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-nose.vue +16 -0
  262. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-price.vue +15 -0
  263. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-slug.vue +14 -0
  264. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-taste.vue +16 -0
  265. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/product-whisky-type.vue +25 -0
  266. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/ptfg-posts.twig +404 -0
  267. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/ptfg-utils.vue +38 -0
  268. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/shopify-add-to-cart.vue +31 -0
  269. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/social-media-item.vue +58 -0
  270. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/spacer-widget.vue +13 -0
  271. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2/text-search.vue +10 -0
  272. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2-extra.scss +6 -0
  273. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2.js +15 -0
  274. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2.php +48 -0
  275. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2.scss +989 -0
  276. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2.twig +148 -0
  277. package/components/block-post-type-filter-grid-v2/post-type-filter-grid-v2.vue +888 -0
  278. package/components/block-post-type-scroller/group_65de1e6cda9fd.json +405 -0
  279. package/components/block-post-type-scroller/post-type-scroller-extra.scss +6 -0
  280. package/components/block-post-type-scroller/post-type-scroller.js +15 -0
  281. package/components/block-post-type-scroller/post-type-scroller.php +14 -0
  282. package/components/block-post-type-scroller/post-type-scroller.scss +4 -0
  283. package/components/block-post-type-scroller/post-type-scroller.twig +14 -0
  284. package/components/block-responsive-image/responsive-image.js +14 -0
  285. package/components/block-responsive-image/responsive-image.scss +3 -0
  286. package/components/block-responsive-table/group_6617ecc987ddd.json +461 -0
  287. package/components/block-responsive-table/responsive-table-extra.scss +6 -0
  288. package/components/block-responsive-table/responsive-table.js +7 -0
  289. package/components/block-responsive-table/responsive-table.php +14 -0
  290. package/components/block-responsive-table/responsive-table.scss +51 -0
  291. package/components/block-responsive-table/responsive-table.twig +45 -0
  292. package/components/block-section-separator/group_63e635d6a198a.json +576 -0
  293. package/components/block-section-separator/section-separator.js +8 -0
  294. package/components/block-section-separator/section-separator.php +14 -0
  295. package/components/block-section-separator/section-separator.scss +38 -0
  296. package/components/block-section-separator/section-separator.twig +46 -0
  297. package/components/block-single-column-container/group_656858f72acd7.json +1065 -0
  298. package/components/block-single-column-container/single-column-container-extra.scss +6 -0
  299. package/components/block-single-column-container/single-column-container.js +8 -0
  300. package/components/block-single-column-container/single-column-container.php +14 -0
  301. package/components/block-single-column-container/single-column-container.scss +20 -0
  302. package/components/block-single-column-container/single-column-container.twig +31 -0
  303. package/components/block-single-content-box/group_65b776f4d75a3.json +1734 -0
  304. package/components/block-single-content-box/single-content-box-extra.scss +7 -0
  305. package/components/block-single-content-box/single-content-box.js +15 -0
  306. package/components/block-single-content-box/single-content-box.php +14 -0
  307. package/components/block-single-content-box/single-content-box.scss +13 -0
  308. package/components/block-single-content-box/single-content-box.twig +21 -0
  309. package/components/block-single-lottie/group_65ccfe68d38cb.json +232 -0
  310. package/components/block-single-lottie/single-lottie-extra.scss +6 -0
  311. package/components/block-single-lottie/single-lottie.js +10 -0
  312. package/components/block-single-lottie/single-lottie.php +14 -0
  313. package/components/block-single-lottie/single-lottie.scss +10 -0
  314. package/components/block-single-lottie/single-lottie.twig +16 -0
  315. package/components/block-single-responsive-image/group_65a6674d41afa.json +354 -0
  316. package/components/block-single-responsive-image/single-responsive-image-extra.scss +7 -0
  317. package/components/block-single-responsive-image/single-responsive-image.js +7 -0
  318. package/components/block-single-responsive-image/single-responsive-image.php +14 -0
  319. package/components/block-single-responsive-image/single-responsive-image.scss +9 -0
  320. package/components/block-single-responsive-image/single-responsive-image.twig +17 -0
  321. package/components/block-single-video/group_65afa6aedbeac.json +280 -0
  322. package/components/block-single-video/single-video-extra.js +1 -0
  323. package/components/block-single-video/single-video-extra.scss +6 -0
  324. package/components/block-single-video/single-video.js +12 -0
  325. package/components/block-single-video/single-video.php +14 -0
  326. package/components/block-single-video/single-video.scss +36 -0
  327. package/components/block-single-video/single-video.twig +21 -0
  328. package/components/block-site-copyright-notice/group_66296c3716b4f.json +287 -0
  329. package/components/block-site-copyright-notice/site-copyright-notice-extra.scss +5 -0
  330. package/components/block-site-copyright-notice/site-copyright-notice.js +7 -0
  331. package/components/block-site-copyright-notice/site-copyright-notice.php +14 -0
  332. package/components/block-site-copyright-notice/site-copyright-notice.scss +32 -0
  333. package/components/block-site-copyright-notice/site-copyright-notice.twig +26 -0
  334. package/components/block-site-logo-container/group_65dda9cbda1a0.json +182 -0
  335. package/components/block-site-logo-container/site-logo-container-extra.scss +6 -0
  336. package/components/block-site-logo-container/site-logo-container.js +7 -0
  337. package/components/block-site-logo-container/site-logo-container.php +14 -0
  338. package/components/block-site-logo-container/site-logo-container.scss +30 -0
  339. package/components/block-site-logo-container/site-logo-container.twig +42 -0
  340. package/components/block-site-title-and-tagline/group_65d258a4d4ee1.json +393 -0
  341. package/components/block-site-title-and-tagline/site-title-and-tagline-extra.scss +5 -0
  342. package/components/block-site-title-and-tagline/site-title-and-tagline.js +7 -0
  343. package/components/block-site-title-and-tagline/site-title-and-tagline.php +14 -0
  344. package/components/block-site-title-and-tagline/site-title-and-tagline.scss +19 -0
  345. package/components/block-site-title-and-tagline/site-title-and-tagline.twig +24 -0
  346. package/components/block-slide-in-panel/group_644e7531c41b6.json +533 -0
  347. package/components/block-slide-in-panel/slide-in-panel-extra.scss +9 -0
  348. package/components/block-slide-in-panel/slide-in-panel.js +23 -0
  349. package/components/block-slide-in-panel/slide-in-panel.php +14 -0
  350. package/components/block-slide-in-panel/slide-in-panel.scss +40 -0
  351. package/components/block-slide-in-panel/slide-in-panel.twig +33 -0
  352. package/components/block-spacer-v2/group_64060dc280525.json +139 -0
  353. package/components/block-spacer-v2/spacer-v2.js +8 -0
  354. package/components/block-spacer-v2/spacer-v2.php +14 -0
  355. package/components/block-spacer-v2/spacer-v2.scss +20 -0
  356. package/components/block-spacer-v2/spacer-v2.twig +13 -0
  357. package/components/block-standard-content-v2/group_63a06c993ad35.json +2718 -0
  358. package/components/block-standard-content-v2/standard-content-v2-extra.js +1 -0
  359. package/components/block-standard-content-v2/standard-content-v2-extra.scss +21 -0
  360. package/components/block-standard-content-v2/standard-content-v2.js +51 -0
  361. package/components/block-standard-content-v2/standard-content-v2.php +17 -0
  362. package/components/block-standard-content-v2/standard-content-v2.scss +25 -0
  363. package/components/block-standard-content-v2/standard-content-v2.twig +20 -0
  364. package/components/block-sticky-link/group_63d78d7f41d23.json +134 -0
  365. package/components/block-sticky-link/sticky-link-extra.scss +1 -0
  366. package/components/block-sticky-link/sticky-link.js +8 -0
  367. package/components/block-sticky-link/sticky-link.php +14 -0
  368. package/components/block-sticky-link/sticky-link.scss +41 -0
  369. package/components/block-sticky-link/sticky-link.twig +25 -0
  370. package/components/block-sub-group-container/group_65de580781a2b.json +1524 -0
  371. package/components/block-sub-group-container/sub-group-container-extra.scss +2 -0
  372. package/components/block-sub-group-container/sub-group-container.js +9 -0
  373. package/components/block-sub-group-container/sub-group-container.php +14 -0
  374. package/components/block-sub-group-container/sub-group-container.scss +26 -0
  375. package/components/block-sub-group-container/sub-group-container.twig +42 -0
  376. package/components/block-sub-tabbed-content/group_6629506ec3a1e.json +1091 -0
  377. package/components/block-sub-tabbed-content/sub-tabbed-content-extra.scss +2 -0
  378. package/components/block-sub-tabbed-content/sub-tabbed-content.js +38 -0
  379. package/components/block-sub-tabbed-content/sub-tabbed-content.php +14 -0
  380. package/components/block-sub-tabbed-content/sub-tabbed-content.scss +74 -0
  381. package/components/block-sub-tabbed-content/sub-tabbed-content.twig +50 -0
  382. package/components/block-tabbed-content-v2/group_6471dffc728cf.json +1270 -0
  383. package/components/block-tabbed-content-v2/tabbed-content-v2-extra.scss +1 -0
  384. package/components/block-tabbed-content-v2/tabbed-content-v2.js +38 -0
  385. package/components/block-tabbed-content-v2/tabbed-content-v2.php +14 -0
  386. package/components/block-tabbed-content-v2/tabbed-content-v2.scss +73 -0
  387. package/components/block-tabbed-content-v2/tabbed-content-v2.twig +58 -0
  388. package/components/block-theme-switcher/group_674e319102e49.json +167 -0
  389. package/components/block-theme-switcher/theme-switcher-extra.scss +6 -0
  390. package/components/block-theme-switcher/theme-switcher.js +17 -0
  391. package/components/block-theme-switcher/theme-switcher.php +14 -0
  392. package/components/block-theme-switcher/theme-switcher.scss +7 -0
  393. package/components/block-theme-switcher/theme-switcher.twig +29 -0
  394. package/components/cache-cta-styles/cache-cta-styles.php +54 -0
  395. package/components/cache-custom-cache-config/custom-cache-config.php +8 -0
  396. package/components/cache-custom-cache-config/group_66f3e16f8c024.json +79 -0
  397. package/components/cache-global-settings/cache-global-settings.php +36 -0
  398. package/components/cache-market-settings/cache-market-settings.php +39 -0
  399. package/components/cache-themes/cache-themes.php +53 -0
  400. package/components/cache-typography/cache-typography.php +53 -0
  401. package/components/component-accent-image/accent-image.twig +75 -0
  402. package/components/component-accent-image/group_6265189d8a694.json +890 -0
  403. package/components/component-accent-image-v2/accent-image-v2.twig +114 -0
  404. package/components/component-accent-image-v2/group_6595613d07b2d.json +951 -0
  405. package/components/component-accent-text/accent-text-extra.scss +6 -0
  406. package/components/component-accent-text/accent-text.scss +61 -0
  407. package/components/component-accent-text/accent-text.twig +11 -0
  408. package/components/component-accent-text/group_63e10c602d136.json +220 -0
  409. package/components/component-accordion-v2/accordion-v2-extra.scss +6 -0
  410. package/components/component-accordion-v2/accordion-v2.js +113 -0
  411. package/components/component-accordion-v2/accordion-v2.scss +172 -0
  412. package/components/component-accordion-v2/accordion-v2.twig +38 -0
  413. package/components/component-accordion-v2/group_65086e92b21c1.json +516 -0
  414. package/components/component-accordion-v3/accordion-v3.js +113 -0
  415. package/components/component-accordion-v3/accordion-v3.scss +183 -0
  416. package/components/component-accordion-v3/accordion-v3.twig +39 -0
  417. package/components/component-accordion-v3/group_66ab7edfc6d63.json +535 -0
  418. package/components/component-acf-wysiwyg-options/acf-wysiwyg-options.php +221 -0
  419. package/components/component-animations/animations.scss +117 -0
  420. package/components/component-animations/animations.twig +18 -0
  421. package/components/component-animations/group_659e9c280bdda.json +458 -0
  422. package/components/component-animations-style/animations-style.twig +5 -0
  423. package/components/component-athena-body-close/athena-body-close.twig +1 -0
  424. package/components/component-athena-body-open/athena-body-open.twig +32 -0
  425. package/components/component-athena-head/athena-head.twig +4 -0
  426. package/components/component-better-reviews/better-reviews-extra.scss +5 -0
  427. package/components/component-better-reviews/better-reviews.scss +356 -0
  428. package/components/component-better-reviews/better-reviews.twig +6 -0
  429. package/components/component-better-reviews-display-settings/group_671f47cc17aa9.json +91 -0
  430. package/components/component-block-padding/block-padding.scss +62 -0
  431. package/components/component-block-padding/block-padding.twig +53 -0
  432. package/components/component-block-padding/group_638f4148bc10b.json +889 -0
  433. package/components/component-block-settings/block-settings.scss +42 -0
  434. package/components/component-block-settings/block-settings.twig +31 -0
  435. package/components/component-block-settings/group_65a45ada4e128.json +699 -0
  436. package/components/component-blockquote/blockquote.scss +64 -0
  437. package/components/component-blockquote/blockquote.twig +55 -0
  438. package/components/component-blockquote/group_659d2bbc948e1.json +280 -0
  439. package/components/component-box-shadow/box-shadow.scss +9 -0
  440. package/components/component-box-shadow/box-shadow.twig +7 -0
  441. package/components/component-box-shadow/group_666ed2bece4c3.json +210 -0
  442. package/components/component-buy-now-button/buy-now-button.js +15 -0
  443. package/components/component-buy-now-button/buy-now-button.twig +97 -0
  444. package/components/component-buy-now-button/group_658430fa58bf1.json +717 -0
  445. package/components/component-carousel-standard/group_6282c52bf38d7.json +2844 -0
  446. package/components/component-child-pattern-settings/group_670b7ac92563c.json +76 -0
  447. package/components/component-classic-nav-items-center/classic-nav-items-center.js +58 -0
  448. package/components/component-classic-nav-items-center/classic-nav-items-center.scss +811 -0
  449. package/components/component-classic-nav-items-center/classic-nav-items-center.twig +144 -0
  450. package/components/component-classic-nav-items-center/group_66a2b63ae5cad.json +277 -0
  451. package/components/component-code-block/code-block.scss +10 -0
  452. package/components/component-code-block/code-block.twig +7 -0
  453. package/components/component-code-block/group_657eeb3aeb09e.json +58 -0
  454. package/components/component-competition-selection/competition-selection.twig +5 -0
  455. package/components/component-content-container/content-container.js +92 -0
  456. package/components/component-content-container/content-container.scss +57 -0
  457. package/components/component-content-container/content-container.twig +34 -0
  458. package/components/component-content-container/group_65e3707a7a50f.json +89 -0
  459. package/components/component-content-container-settings/content-container-settings.scss +213 -0
  460. package/components/component-content-container-settings/content-container-settings.twig +156 -0
  461. package/components/component-content-container-settings/group_65b58da6d24b8.json +2495 -0
  462. package/components/component-content-image-v2/content-image-v2.scss +33 -0
  463. package/components/component-content-image-v2/content-image-v2.twig +85 -0
  464. package/components/component-content-image-v2/group_63d7ba80aeac7.json +647 -0
  465. package/components/component-content-tooltip/content-tooltip-extra.scss +6 -0
  466. package/components/component-content-tooltip/content-tooltip.js +44 -0
  467. package/components/component-content-tooltip/content-tooltip.scss +41 -0
  468. package/components/component-countdown/countdown-extra.scss +6 -0
  469. package/components/component-countdown/countdown.js +58 -0
  470. package/components/component-countdown/countdown.scss +15 -0
  471. package/components/component-countdown/countdown.twig +16 -0
  472. package/components/component-countdown/group_6520a0c1ae809.json +334 -0
  473. package/components/component-cover-link/cover-link.scss +11 -0
  474. package/components/component-cover-link/cover-link.twig +4 -0
  475. package/components/component-cover-link/group_65ca55f45368c.json +103 -0
  476. package/components/component-cta-selection/cta-selection.twig +313 -0
  477. package/components/component-cta-selection/group_64b24a4e10761.json +1262 -0
  478. package/components/component-eager-loading/eager-loading.twig +4 -0
  479. package/components/component-eager-loading/group_654bee047f2f0.json +55 -0
  480. package/components/component-element-positioning/element-positioning.scss +21 -0
  481. package/components/component-element-positioning/element-positioning.twig +34 -0
  482. package/components/component-element-positioning/group_65b0e17675b81.json +471 -0
  483. package/components/component-form-selection/form-selection-extra.scss +6 -0
  484. package/components/component-form-selection/form-selection.js +18 -0
  485. package/components/component-form-selection/form-selection.scss +41 -0
  486. package/components/component-form-selection/form-selection.twig +23 -0
  487. package/components/component-form-selection/group_63f4889ebf085.json +161 -0
  488. package/components/component-global-content-max-width/global-content-max-width.twig +11 -0
  489. package/components/component-global-content-max-width/group_63c83de4f0a99.json +55 -0
  490. package/components/component-global-image/group_65b7c7e412941.json +256 -0
  491. package/components/component-gradient-overlay/gradient-overlay.scss +46 -0
  492. package/components/component-gradient-overlay/gradient-overlay.twig +58 -0
  493. package/components/component-gradient-overlay/group_65995d4f1a4b5.json +467 -0
  494. package/components/component-grid-layout-container/grid-layout-container.scss +61 -0
  495. package/components/component-grid-layout-container/grid-layout-container.twig +38 -0
  496. package/components/component-grid-layout-container/group_6504a88c17463.json +886 -0
  497. package/components/component-grid-layout-element/grid-layout-element.scss +27 -0
  498. package/components/component-grid-layout-element/grid-layout-element.twig +39 -0
  499. package/components/component-grid-layout-element/group_6504a81a0623c.json +705 -0
  500. package/components/component-inline-raw-svg/group_6714e19ec95cc.json +55 -0
  501. package/components/component-lottie-animations/group_65cb36d6cb82e.json +250 -0
  502. package/components/component-lottie-animations/lottie-animations-extra.scss +2 -0
  503. package/components/component-lottie-animations/lottie-animations.js +25 -0
  504. package/components/component-lottie-animations/lottie-animations.scss +13 -0
  505. package/components/component-lottie-animations/lottie-animations.twig +8 -0
  506. package/components/component-market-selector/group_66a7b8ec15615.json +53 -0
  507. package/components/component-market-selector/market-selector-extra.scss +2 -0
  508. package/components/component-market-selector/market-selector.js +71 -0
  509. package/components/component-market-selector/market-selector.scss +247 -0
  510. package/components/component-market-selector/market-selector.twig +16 -0
  511. package/components/component-nav-menu/group_64b814182a570.json +432 -0
  512. package/components/component-nav-menu/nav-menu.scss +44 -0
  513. package/components/component-nav-menu/nav-menu.twig +76 -0
  514. package/components/component-nav-menu-slide-in-panel/group_65db1f6c9cba8.json +172 -0
  515. package/components/component-nav-menu-slide-in-panel/nav-menu-slide-in-panel-extra.scss +7 -0
  516. package/components/component-nav-menu-slide-in-panel/nav-menu-slide-in-panel.js +176 -0
  517. package/components/component-nav-menu-slide-in-panel/nav-menu-slide-in-panel.scss +638 -0
  518. package/components/component-nav-menu-slide-in-panel/nav-menu-slide-in-panel.twig +95 -0
  519. package/components/component-page-properties/page-properties.twig +27 -0
  520. package/components/component-parallax-animations/parallax-animations.js +40 -0
  521. package/components/component-post-author/group_67a1430a08630.json +482 -0
  522. package/components/component-post-author/post-author-extra.scss +6 -0
  523. package/components/component-post-author/post-author.scss +46 -0
  524. package/components/component-post-author/post-author.twig +80 -0
  525. package/components/component-post-image/group_65b375fc0d10d.json +460 -0
  526. package/components/component-post-tags/group_67090920e08e5.json +100 -0
  527. package/components/component-responsive-image/group_6258aff982b23.json +2415 -0
  528. package/components/component-responsive-image/responsive-image.scss +61 -0
  529. package/components/component-responsive-image/responsive-image.twig +138 -0
  530. package/components/component-responsive-show-hide/group_645a741c8da2e.json +108 -0
  531. package/components/component-responsive-show-hide/responsive-show-hide.twig +9 -0
  532. package/components/component-responsive-video/responsive-video.scss +8 -0
  533. package/components/component-scrolling-banner/group_626472bf26f5c.json +501 -0
  534. package/components/component-scrolling-banner/scrolling-banner-extra.scss +5 -0
  535. package/components/component-scrolling-banner/scrolling-banner.js +118 -0
  536. package/components/component-scrolling-banner/scrolling-banner.scss +98 -0
  537. package/components/component-scrolling-banner/scrolling-banner.twig +31 -0
  538. package/components/component-scrolling-posts/group_65de1ebc8e0bc.json +404 -0
  539. package/components/component-scrolling-posts/scrolling-posts.js +16 -0
  540. package/components/component-scrolling-posts/scrolling-posts.scss +52 -0
  541. package/components/component-scrolling-posts/scrolling-posts.twig +76 -0
  542. package/components/component-shopify/shop-shopify.js +390 -0
  543. package/components/component-shopify/shop.js +104 -0
  544. package/components/component-shopify/shopify.scss +250 -0
  545. package/components/component-single-image/single-image.twig +7 -0
  546. package/components/component-social-media-share/group_6807bb08ab942.json +596 -0
  547. package/components/component-social-media-share/social-media-share-extra.scss +6 -0
  548. package/components/component-social-media-share/social-media-share.js +69 -0
  549. package/components/component-social-media-share/social-media-share.scss +128 -0
  550. package/components/component-social-media-share/social-media-share.twig +213 -0
  551. package/components/component-social-networks/group_668c110442111.json +467 -0
  552. package/components/component-social-networks/social-networks.scss +65 -0
  553. package/components/component-social-networks/social-networks.twig +38 -0
  554. package/components/component-spotify-embed/group_67d04c4c4cf78.json +123 -0
  555. package/components/component-spotify-embed/spotify-embed-extra.scss +5 -0
  556. package/components/component-spotify-embed/spotify-embed.js +7 -0
  557. package/components/component-spotify-embed/spotify-embed.scss +17 -0
  558. package/components/component-spotify-embed/spotify-embed.twig +4 -0
  559. package/components/component-standard-content-box/group_62a5ca6aa81d7.json +973 -0
  560. package/components/component-standard-content-box/standard-content-box.twig +64 -0
  561. package/components/component-standard-content-box-v2/group_6580636e7794b.json +136 -0
  562. package/components/component-standard-content-box-v2/standard-content-box-v2.twig +89 -0
  563. package/components/component-text-editor-settings/group_657305390de77.json +1236 -0
  564. package/components/component-truncated-text/group_677bd1bc69968.json +379 -0
  565. package/components/component-truncated-text/truncated-text-extra.scss +6 -0
  566. package/components/component-truncated-text/truncated-text.js +76 -0
  567. package/components/component-truncated-text/truncated-text.scss +42 -0
  568. package/components/component-truncated-text/truncated-text.twig +31 -0
  569. package/components/component-typography-style-select/group_6511f390d8357.json +83 -0
  570. package/components/component-video-standard/group_6258a8ba5e629.json +887 -0
  571. package/components/controller-password-protected/password-protected.css +46 -0
  572. package/components/controller-password-protected/password-protected.php +14 -0
  573. package/components/controller-password-protected/password-protected.twig +9 -0
  574. package/components/entrypoint-data-attribute/entry-point-data-attribute.twig +6 -0
  575. package/components/entrypoint-entry-point-classes/entry-point-classes.twig +13 -0
  576. package/components/entrypoint-entry-point-html/entry-point-html.twig +36 -0
  577. package/components/entrypoint-entry-point-style/entry-point-style.twig +14 -0
  578. package/components/entrypoint-preview-info/entry-point-preview-info.twig +7 -0
  579. package/components/fields-add-manage-patterns/add-manage-patterns-menu-link.php +13 -0
  580. package/components/fields-add-svg-support/add-svg-support.php +50 -0
  581. package/components/fields-allowed-block-types/allowed-block-types.php +34 -0
  582. package/components/fields-animations-style/animations-style.twig +2 -0
  583. package/components/fields-archive-pages/group_635e777ce46d4.json +135 -0
  584. package/components/fields-background-image-body/background-image-body.twig +16 -0
  585. package/components/fields-background-image-footer/background-image-footer.twig +8 -0
  586. package/components/fields-background-image-main/background-image-main.twig +8 -0
  587. package/components/fields-background-video-body/background-video-body.twig +14 -0
  588. package/components/fields-bazaarvoice-review/bazaarvoice-review.scss +10 -0
  589. package/components/fields-block-categories/block-categories.php +18 -0
  590. package/components/fields-block-editor-assets/block-editor-assets.php +17 -0
  591. package/components/fields-blockquote/blockquote.scss +64 -0
  592. package/components/fields-blockquote/blockquote.twig +55 -0
  593. package/components/fields-blocks-post-type-public/blocks-post-type-public.php +18 -0
  594. package/components/fields-box-shadow/box-shadow.scss +9 -0
  595. package/components/fields-check-file-type/check-file-type.php +13 -0
  596. package/components/fields-cloudflare-configuration/cloudflare-configuration.php +72 -0
  597. package/components/fields-cocktail-info/group_64c29b7f188ca.json +1461 -0
  598. package/components/fields-content-image-v2/content-image-v2.scss +30 -0
  599. package/components/fields-content-image-v2/content-image-v2.twig +73 -0
  600. package/components/fields-core-acf-wysiwyg-toolbars/core-acf-wysiwyg-toolbars.php +38 -0
  601. package/components/fields-core-athena-block-render-function/core-athena-block-render-function.php +50 -0
  602. package/components/fields-core-colour-data-config/core-colour-data-config.js +2 -0
  603. package/components/fields-core-colour-data-config/core-colour-data-config.php +60 -0
  604. package/components/fields-core-critical/core-critical.scss +6 -0
  605. package/components/fields-core-critical-css/core-critical-css.php +6 -0
  606. package/components/fields-core-css-modules/core-css-modules.scss +12 -0
  607. package/components/fields-core-css-sizing-vars/core-css-sizing-vars.scss +156 -0
  608. package/components/fields-core-cta/core-cta.php +240 -0
  609. package/components/fields-core-cta/core-cta.scss +280 -0
  610. package/components/fields-core-design-settings/core-design-settings.twig +6 -0
  611. package/components/fields-core-design-system/core-design-system.php +44 -0
  612. package/components/fields-core-editor-cta-style-select/core-editor-cta-style-select.js +16 -0
  613. package/components/fields-core-editor-cta-style-select/core-editor-cta-style-select.php +18 -0
  614. package/components/fields-core-editor-theme-select/core-editor-theme-select.js +16 -0
  615. package/components/fields-core-editor-theme-select/core-editor-theme-select.php +19 -0
  616. package/components/fields-core-font-modifiers/core-font-modifiers.php +46 -0
  617. package/components/fields-core-font-modifiers/group_65abf0fc06efd.json +489 -0
  618. package/components/fields-core-functions/core-functions.scss +111 -0
  619. package/components/fields-core-generic/core-generic.scss +132 -0
  620. package/components/fields-core-gradient-designer/core-gradient-designer.scss +92 -0
  621. package/components/fields-core-mixins/core-mixins.scss +1076 -0
  622. package/components/fields-core-root-variables/core-root-variables.scss +48 -0
  623. package/components/fields-core-themes/core-themes.php +65 -0
  624. package/components/fields-core-typography/core-typography.php +194 -0
  625. package/components/fields-core-typography/core-typography.scss +384 -0
  626. package/components/fields-core-wordpress-block-editor-preview/core-wordpress-block-editor-preview.js +121 -0
  627. package/components/fields-core-wordpress-block-editor-preview/core-wordpress-block-editor-preview.scss +101 -0
  628. package/components/fields-cover-link/cover-link.scss +11 -0
  629. package/components/fields-cover-link/cover-link.twig +4 -0
  630. package/components/fields-cta-icon-map/cta-icon-map.php +11 -0
  631. package/components/fields-cta-icons/group_677ed96c3c64f.json +677 -0
  632. package/components/fields-cta-styles/group_65abe1a526214.json +3238 -0
  633. package/components/fields-cta-styles-ui-page/ui_options_page_66000817bcbaf.json +22 -0
  634. package/components/fields-data-enables/data-enables.twig +21 -0
  635. package/components/fields-debrain-label-shop/group_63dd19dc3ba18.json +271 -0
  636. package/components/fields-default-theme/group_663c9818d16ea.json +79 -0
  637. package/components/fields-design-system/group_63e7fd39c8e35.json +966 -0
  638. package/components/fields-dynamic-critical-css/dynamic-critical-css.php +113 -0
  639. package/components/fields-dynamic-critical-css/group_65abcd463e8d0.json +126 -0
  640. package/components/fields-dynamic-image-preload/group_665f1f240337a.json +56 -0
  641. package/components/fields-e-shop-settings/e-shop-settings.twig +69 -0
  642. package/components/fields-e-shop-settings/group_650b24b4e623d.json +702 -0
  643. package/components/fields-get-asset-uri/get-asset-uri.php +36 -0
  644. package/components/fields-get-pattern/get-pattern.php +639 -0
  645. package/components/fields-get-raw-svg/get_raw_svg.php +24 -0
  646. package/components/fields-get-svg-icon-content/get-svg-icon-content.php +10 -0
  647. package/components/fields-global-images/group_6519888a76006.json +121 -0
  648. package/components/fields-global-preload/global-preload.twig +18 -0
  649. package/components/fields-global-preload/group_65e0bd35e781b.json +289 -0
  650. package/components/fields-global-settings/ui_options_page_65d2558ee2392.json +22 -0
  651. package/components/fields-grid-gap-mults/grid-gap-mults.twig +10 -0
  652. package/components/fields-header-and-footer-patterns/group_67224e439992d.json +107 -0
  653. package/components/fields-image-management-service/group_677813165b633.json +149 -0
  654. package/components/fields-image-sizes/image-sizes.php +24 -0
  655. package/components/fields-imagekit-configuration/imagekit-configuration.php +250 -0
  656. package/components/fields-inline-css-file/inline-css-file.php +24 -0
  657. package/components/fields-library-images/blue-brick.svg +19 -0
  658. package/components/fields-library-images/brick.svg +19 -0
  659. package/components/fields-library-images/chevron-library.svg +3 -0
  660. package/components/fields-library-images/green-brick.svg +19 -0
  661. package/components/fields-market-settings-ui-page/ui_options_page_65d4926a854a9.json +22 -0
  662. package/components/fields-noscript/noscript.twig +11 -0
  663. package/components/fields-notes/group_66573c9838918.json +55 -0
  664. package/components/fields-pantheon-page-cache-config/pantheon-page-cache-config.php +61 -0
  665. package/components/fields-people/group_6525b74551434.json +179 -0
  666. package/components/fields-post-info/group_64c29bf97fba2.json +963 -0
  667. package/components/fields-preload/preload.twig +2 -0
  668. package/components/fields-product-info/group_64c29a6750b1c.json +501 -0
  669. package/components/fields-registers-menus/registers-menus.php +18 -0
  670. package/components/fields-reservebar-popup/reservebar-popup.js +44 -0
  671. package/components/fields-reservebar-popup/reservebar-popup.scss +33 -0
  672. package/components/fields-site-copyright-notice/group_66317dcfcb01a.json +78 -0
  673. package/components/fields-site-logos/group_67b50a5b01f1d.json +120 -0
  674. package/components/fields-site-menus/site-menus.php +19 -0
  675. package/components/fields-text-style/group_6509a986674f1.json +328 -0
  676. package/components/fields-text-style/text-style.twig +14 -0
  677. package/components/fields-theme-attribute/core-theme-attribute.twig +15 -0
  678. package/components/fields-theme-font-select/group_64e627319dd51.json +68 -0
  679. package/components/fields-themes/group_65ac3c7583bdf.json +1086 -0
  680. package/components/fields-themes-ui-page/ui_options_page_660007a245fa0.json +22 -0
  681. package/components/fields-twig-filters-functions/twig-filters-functions.php +321 -0
  682. package/components/fields-typography-settings/group_657438bf04b09.json +5668 -0
  683. package/components/fields-typography-ui-page/ui_options_page_65ff1174bed38.json +22 -0
  684. package/components/fields-upload-file-size-limit/upload-file-size-limit.php +36 -0
  685. package/components/fields-upload-filesize-limit/group_659d259760a1d.json +56 -0
  686. package/components/fields-video-management-services/group_67b4cac05cb30.json +144 -0
  687. package/components/fields-wysiwyg-add-content-tooltip/wysiwyg-add-content-tooltip.php +45 -0
  688. package/components/security-password-protected/password-protected.php +25 -0
  689. package/createJsAssets.js +31 -0
  690. package/createNewBlock.js +163 -0
  691. package/createNewChildBlock.js +76 -0
  692. package/duplicateBlock.js +215 -0
  693. package/esbuild.mjs +18 -0
  694. package/exportAllBlocks.js +121 -0
  695. package/exportBlock.js +109 -0
  696. package/exportChildBlock.js +102 -0
  697. package/exportCustomCachesToLibrary.js +73 -0
  698. package/exportEntrypointToLibrary.js +62 -0
  699. package/exportImagesToLibrary.js +68 -0
  700. package/exportSEOExtrasToLibrary.js +73 -0
  701. package/exportToLibrary.js +437 -0
  702. package/fields.json +4 -0
  703. package/importBlock.js +90 -0
  704. package/importChildBlock.js +76 -0
  705. package/index.js +0 -0
  706. package/install-component.js +206 -0
  707. package/list-components.js +9 -0
  708. package/new-block-templates/template-acf-pattern.js +25 -0
  709. package/new-block-templates/template-acf.js +19 -0
  710. package/new-block-templates/template-cypress.js +9 -0
  711. package/new-block-templates/template-default.js +31 -0
  712. package/new-block-templates/template-swiper.js +127 -0
  713. package/new-block-templates/template-vue.js +59 -0
  714. package/package.json +32 -0
  715. package/public/.gitkeep +0 -0
  716. package/public/block-back-to-top-button/back-to-top-button.js +15 -0
  717. package/public/block-divider/divider.js +10 -0
  718. package/update-all-components.js +134 -0
  719. package/update-component.js +543 -0
@@ -0,0 +1,2495 @@
1
+ {
2
+ "key": "group_65b58da6d24b8",
3
+ "title": "Component: Content Container Settings",
4
+ "fields": [
5
+ {
6
+ "key": "field_65b6964717c71",
7
+ "label": "General",
8
+ "name": "",
9
+ "aria-label": "",
10
+ "type": "tab",
11
+ "instructions": "",
12
+ "required": 0,
13
+ "conditional_logic": 0,
14
+ "wrapper": {
15
+ "width": "",
16
+ "class": "",
17
+ "id": ""
18
+ },
19
+ "wpml_cf_preferences": 3,
20
+ "user_roles": [
21
+ "administrator"
22
+ ],
23
+ "placement": "top",
24
+ "endpoint": 0,
25
+ "no_preference": 0,
26
+ "selected": 0
27
+ },
28
+ {
29
+ "key": "field_63a06c994141e",
30
+ "label": "Content Box background",
31
+ "name": "content_box_background",
32
+ "aria-label": "",
33
+ "type": "color_picker",
34
+ "instructions": "",
35
+ "required": 0,
36
+ "conditional_logic": 0,
37
+ "wrapper": {
38
+ "width": "",
39
+ "class": "",
40
+ "id": ""
41
+ },
42
+ "wpml_cf_preferences": 3,
43
+ "user_roles": [
44
+ "administrator"
45
+ ],
46
+ "default_value": "",
47
+ "enable_opacity": 1,
48
+ "return_format": "string",
49
+ "display": "default",
50
+ "button_label": "Select Color",
51
+ "color_picker": true,
52
+ "absolute": false,
53
+ "input": true,
54
+ "allow_null": true,
55
+ "theme_colors": false,
56
+ "colors": []
57
+ },
58
+ {
59
+ "key": "field_64245a897bd26",
60
+ "label": "Content Box aspect ratio",
61
+ "name": "content_box_aspect_ratio",
62
+ "aria-label": "",
63
+ "type": "text",
64
+ "instructions": "Css aspect ratio format (eg. 16 \/ 9)",
65
+ "required": 0,
66
+ "conditional_logic": 0,
67
+ "wrapper": {
68
+ "width": "",
69
+ "class": "",
70
+ "id": ""
71
+ },
72
+ "wpml_cf_preferences": 2,
73
+ "user_roles": [
74
+ "administrator"
75
+ ],
76
+ "default_value": 0,
77
+ "maxlength": "",
78
+ "placeholder": "",
79
+ "prepend": "",
80
+ "append": ""
81
+ },
82
+ {
83
+ "key": "field_64e3940256999",
84
+ "label": "Content box overflow",
85
+ "name": "content_box_overflow",
86
+ "aria-label": "",
87
+ "type": "select",
88
+ "instructions": "",
89
+ "required": 0,
90
+ "conditional_logic": 0,
91
+ "wrapper": {
92
+ "width": "",
93
+ "class": "",
94
+ "id": ""
95
+ },
96
+ "wpml_cf_preferences": 3,
97
+ "user_roles": [
98
+ "administrator"
99
+ ],
100
+ "choices": {
101
+ "__hidden": "Hidden",
102
+ "__visible": "Visible"
103
+ },
104
+ "default_value": "__hidden",
105
+ "return_format": "value",
106
+ "multiple": 0,
107
+ "max": "",
108
+ "prepend": "",
109
+ "append": "",
110
+ "allow_null": 0,
111
+ "ui": 0,
112
+ "ajax": 0,
113
+ "placeholder": "",
114
+ "allow_custom": 0,
115
+ "search_placeholder": "",
116
+ "min": ""
117
+ },
118
+ {
119
+ "key": "field_63a06c9941460",
120
+ "label": "Content box max width (%)",
121
+ "name": "content_box_max_width",
122
+ "aria-label": "",
123
+ "type": "range",
124
+ "instructions": "Note: The content box width can never be smaller than the longest word. This setting does not apply to mobile devices, only to desktop and tablet.",
125
+ "required": 0,
126
+ "conditional_logic": 0,
127
+ "wrapper": {
128
+ "width": "",
129
+ "class": "",
130
+ "id": ""
131
+ },
132
+ "wpml_cf_preferences": 3,
133
+ "user_roles": [
134
+ "administrator"
135
+ ],
136
+ "default_value": 100,
137
+ "min": "",
138
+ "max": "",
139
+ "step": "",
140
+ "prepend": "",
141
+ "append": ""
142
+ },
143
+ {
144
+ "key": "field_64e3941f5699a",
145
+ "label": "Enable advanced content box padding",
146
+ "name": "enable_advanced_content_box_settings",
147
+ "aria-label": "",
148
+ "type": "true_false",
149
+ "instructions": "",
150
+ "required": 0,
151
+ "conditional_logic": 0,
152
+ "wrapper": {
153
+ "width": "",
154
+ "class": "",
155
+ "id": ""
156
+ },
157
+ "wpml_cf_preferences": 3,
158
+ "message": "",
159
+ "default_value": 1,
160
+ "ui_on_text": "",
161
+ "ui_off_text": "",
162
+ "ui": 1,
163
+ "style": ""
164
+ },
165
+ {
166
+ "key": "field_63a06c994155c",
167
+ "label": "Content box visible while video plays",
168
+ "name": "content_box_visible_with_video",
169
+ "aria-label": "",
170
+ "type": "true_false",
171
+ "instructions": "Enable this to keep your text on top of a background video",
172
+ "required": 0,
173
+ "conditional_logic": 0,
174
+ "wrapper": {
175
+ "width": "",
176
+ "class": "",
177
+ "id": ""
178
+ },
179
+ "wpml_cf_preferences": 3,
180
+ "user_roles": [
181
+ "administrator"
182
+ ],
183
+ "message": "",
184
+ "default_value": 0,
185
+ "ui_on_text": "",
186
+ "ui_off_text": "",
187
+ "ui": 1,
188
+ "style": ""
189
+ },
190
+ {
191
+ "key": "field_65ae5befb82cb",
192
+ "label": "Desktop",
193
+ "name": "",
194
+ "aria-label": "",
195
+ "type": "tab",
196
+ "instructions": "",
197
+ "required": 0,
198
+ "conditional_logic": 0,
199
+ "wrapper": {
200
+ "width": "",
201
+ "class": "",
202
+ "id": ""
203
+ },
204
+ "wpml_cf_preferences": 3,
205
+ "user_roles": [
206
+ "administrator"
207
+ ],
208
+ "placement": "top",
209
+ "endpoint": 0,
210
+ "no_preference": 0,
211
+ "selected": 0
212
+ },
213
+ {
214
+ "key": "field_63a06c99413da",
215
+ "label": "Content Box Horizontal alignment",
216
+ "name": "content_box_horizontal_alignment",
217
+ "aria-label": "",
218
+ "type": "radio",
219
+ "instructions": "",
220
+ "required": 0,
221
+ "conditional_logic": 0,
222
+ "wrapper": {
223
+ "width": "",
224
+ "class": "",
225
+ "id": ""
226
+ },
227
+ "wpml_cf_preferences": 3,
228
+ "user_roles": [
229
+ "administrator"
230
+ ],
231
+ "choices": {
232
+ "__flex-start": "Left",
233
+ "__center": "Center",
234
+ "__flex-end": "Right",
235
+ "__stretch": "Stretch"
236
+ },
237
+ "default_value": "__center",
238
+ "return_format": "value",
239
+ "allow_null": 0,
240
+ "other_choice": 0,
241
+ "layout": "horizontal",
242
+ "save_other_choice": 0
243
+ },
244
+ {
245
+ "key": "field_63a06c9941398",
246
+ "label": "Content Box Vertical alignment",
247
+ "name": "content_box_vertical_alignment",
248
+ "aria-label": "",
249
+ "type": "radio",
250
+ "instructions": "",
251
+ "required": 0,
252
+ "conditional_logic": 0,
253
+ "wrapper": {
254
+ "width": "",
255
+ "class": "",
256
+ "id": ""
257
+ },
258
+ "wpml_cf_preferences": 3,
259
+ "user_roles": [
260
+ "administrator"
261
+ ],
262
+ "choices": {
263
+ "__flex-start": "Top",
264
+ "__center": "Center",
265
+ "__flex-end": "Bottom",
266
+ "__stretch": "Stretch"
267
+ },
268
+ "default_value": "__center",
269
+ "return_format": "value",
270
+ "allow_null": 0,
271
+ "other_choice": 0,
272
+ "layout": "horizontal",
273
+ "save_other_choice": 0
274
+ },
275
+ {
276
+ "key": "field_6415d588936b9",
277
+ "label": "Content items vertical alignment",
278
+ "name": "content_items_alignment",
279
+ "aria-label": "",
280
+ "type": "radio",
281
+ "instructions": "",
282
+ "required": 0,
283
+ "conditional_logic": 0,
284
+ "wrapper": {
285
+ "width": "",
286
+ "class": "",
287
+ "id": ""
288
+ },
289
+ "wpml_cf_preferences": 3,
290
+ "choices": {
291
+ "__flex-start": "Top",
292
+ "__center": "Center",
293
+ "__flex-end": "Bottom",
294
+ "__space-between": "Space between",
295
+ "__space-around": "Space around"
296
+ },
297
+ "default_value": "__center",
298
+ "return_format": "value",
299
+ "allow_null": 0,
300
+ "other_choice": 0,
301
+ "layout": "horizontal",
302
+ "save_other_choice": 0
303
+ },
304
+ {
305
+ "key": "field_63a06c99414d1",
306
+ "label": "Content box padding",
307
+ "name": "content_box_padding",
308
+ "aria-label": "",
309
+ "type": "range",
310
+ "instructions": "",
311
+ "required": 0,
312
+ "conditional_logic": [
313
+ [
314
+ {
315
+ "field": "field_64e3941f5699a",
316
+ "operator": "!=",
317
+ "value": "1"
318
+ }
319
+ ]
320
+ ],
321
+ "wrapper": {
322
+ "width": "",
323
+ "class": "",
324
+ "id": ""
325
+ },
326
+ "wpml_cf_preferences": 3,
327
+ "default_value": 0,
328
+ "min": "",
329
+ "max": 4,
330
+ "step": "0.125",
331
+ "prepend": "",
332
+ "append": ""
333
+ },
334
+ {
335
+ "key": "field_63a06c9941517",
336
+ "label": "Content container margin",
337
+ "name": "content_container_margin",
338
+ "aria-label": "",
339
+ "type": "range",
340
+ "instructions": "",
341
+ "required": 0,
342
+ "conditional_logic": [
343
+ [
344
+ {
345
+ "field": "field_64e3941f5699a",
346
+ "operator": "!=",
347
+ "value": "1"
348
+ }
349
+ ]
350
+ ],
351
+ "wrapper": {
352
+ "width": "",
353
+ "class": "",
354
+ "id": ""
355
+ },
356
+ "wpml_cf_preferences": 3,
357
+ "default_value": 0,
358
+ "min": "",
359
+ "max": 4,
360
+ "step": "0.125",
361
+ "prepend": "",
362
+ "append": ""
363
+ },
364
+ {
365
+ "key": "field_65d2468a13ab3",
366
+ "label": "Content box padding desktop:",
367
+ "name": "",
368
+ "aria-label": "",
369
+ "type": "message",
370
+ "instructions": "",
371
+ "required": 0,
372
+ "conditional_logic": [
373
+ [
374
+ {
375
+ "field": "field_64e3941f5699a",
376
+ "operator": "==",
377
+ "value": "1"
378
+ }
379
+ ]
380
+ ],
381
+ "wrapper": {
382
+ "width": "",
383
+ "class": "",
384
+ "id": ""
385
+ },
386
+ "wpml_cf_preferences": 2,
387
+ "user_roles": [
388
+ "all"
389
+ ],
390
+ "message": "",
391
+ "new_lines": "wpautop",
392
+ "esc_html": 0
393
+ },
394
+ {
395
+ "key": "field_653fc4dbf18b9",
396
+ "label": "Content box padding desktop top",
397
+ "name": "content_box_padding_desktop_top",
398
+ "aria-label": "",
399
+ "type": "range",
400
+ "instructions": "",
401
+ "required": 0,
402
+ "conditional_logic": [
403
+ [
404
+ {
405
+ "field": "field_64e3941f5699a",
406
+ "operator": "==",
407
+ "value": "1"
408
+ }
409
+ ]
410
+ ],
411
+ "wrapper": {
412
+ "width": "",
413
+ "class": "",
414
+ "id": ""
415
+ },
416
+ "wpml_cf_preferences": 3,
417
+ "user_roles": [
418
+ "administrator"
419
+ ],
420
+ "default_value": "0.5",
421
+ "min": "",
422
+ "max": 4,
423
+ "step": "0.125",
424
+ "prepend": "",
425
+ "append": ""
426
+ },
427
+ {
428
+ "key": "field_653fedc83c830",
429
+ "label": "Content box padding desktop right",
430
+ "name": "content_box_padding_desktop_right",
431
+ "aria-label": "",
432
+ "type": "range",
433
+ "instructions": "",
434
+ "required": 0,
435
+ "conditional_logic": [
436
+ [
437
+ {
438
+ "field": "field_64e3941f5699a",
439
+ "operator": "==",
440
+ "value": "1"
441
+ }
442
+ ]
443
+ ],
444
+ "wrapper": {
445
+ "width": "",
446
+ "class": "",
447
+ "id": ""
448
+ },
449
+ "wpml_cf_preferences": 3,
450
+ "user_roles": [
451
+ "administrator"
452
+ ],
453
+ "default_value": "0.5",
454
+ "min": "",
455
+ "max": 4,
456
+ "step": "0.125",
457
+ "prepend": "",
458
+ "append": ""
459
+ },
460
+ {
461
+ "key": "field_653fedd13c831",
462
+ "label": "Content box padding desktop bottom",
463
+ "name": "content_box_padding_desktop_bottom",
464
+ "aria-label": "",
465
+ "type": "range",
466
+ "instructions": "",
467
+ "required": 0,
468
+ "conditional_logic": [
469
+ [
470
+ {
471
+ "field": "field_64e3941f5699a",
472
+ "operator": "==",
473
+ "value": "1"
474
+ }
475
+ ]
476
+ ],
477
+ "wrapper": {
478
+ "width": "",
479
+ "class": "",
480
+ "id": ""
481
+ },
482
+ "wpml_cf_preferences": 3,
483
+ "user_roles": [
484
+ "administrator"
485
+ ],
486
+ "default_value": "0.5",
487
+ "min": "",
488
+ "max": 4,
489
+ "step": "0.125",
490
+ "prepend": "",
491
+ "append": ""
492
+ },
493
+ {
494
+ "key": "field_653fedd93c832",
495
+ "label": "Content box padding desktop left",
496
+ "name": "content_box_padding_desktop_left",
497
+ "aria-label": "",
498
+ "type": "range",
499
+ "instructions": "",
500
+ "required": 0,
501
+ "conditional_logic": [
502
+ [
503
+ {
504
+ "field": "field_64e3941f5699a",
505
+ "operator": "==",
506
+ "value": "1"
507
+ }
508
+ ]
509
+ ],
510
+ "wrapper": {
511
+ "width": "",
512
+ "class": "",
513
+ "id": ""
514
+ },
515
+ "wpml_cf_preferences": 3,
516
+ "user_roles": [
517
+ "administrator"
518
+ ],
519
+ "default_value": "0.5",
520
+ "min": "",
521
+ "max": 4,
522
+ "step": "0.125",
523
+ "prepend": "",
524
+ "append": ""
525
+ },
526
+ {
527
+ "key": "field_65d246cf11596",
528
+ "label": "Content box (container) margin desktop:",
529
+ "name": "",
530
+ "aria-label": "",
531
+ "type": "message",
532
+ "instructions": "",
533
+ "required": 0,
534
+ "conditional_logic": [
535
+ [
536
+ {
537
+ "field": "field_64e3941f5699a",
538
+ "operator": "==",
539
+ "value": "1"
540
+ }
541
+ ]
542
+ ],
543
+ "wrapper": {
544
+ "width": "",
545
+ "class": "",
546
+ "id": ""
547
+ },
548
+ "wpml_cf_preferences": 2,
549
+ "user_roles": [
550
+ "all"
551
+ ],
552
+ "message": "",
553
+ "new_lines": "wpautop",
554
+ "esc_html": 0
555
+ },
556
+ {
557
+ "key": "field_653fc54a03364",
558
+ "label": "Content container margin desktop top",
559
+ "name": "content_container_margin_desktop_top",
560
+ "aria-label": "",
561
+ "type": "range",
562
+ "instructions": "",
563
+ "required": 0,
564
+ "conditional_logic": [
565
+ [
566
+ {
567
+ "field": "field_64e3941f5699a",
568
+ "operator": "==",
569
+ "value": "1"
570
+ }
571
+ ]
572
+ ],
573
+ "wrapper": {
574
+ "width": "",
575
+ "class": "",
576
+ "id": ""
577
+ },
578
+ "wpml_cf_preferences": 3,
579
+ "user_roles": [
580
+ "administrator"
581
+ ],
582
+ "default_value": "0.5",
583
+ "min": "",
584
+ "max": 4,
585
+ "step": "0.125",
586
+ "prepend": "",
587
+ "append": ""
588
+ },
589
+ {
590
+ "key": "field_653fedec3c833",
591
+ "label": "Content container margin desktop right",
592
+ "name": "content_container_margin_desktop_right",
593
+ "aria-label": "",
594
+ "type": "range",
595
+ "instructions": "",
596
+ "required": 0,
597
+ "conditional_logic": [
598
+ [
599
+ {
600
+ "field": "field_64e3941f5699a",
601
+ "operator": "==",
602
+ "value": "1"
603
+ }
604
+ ]
605
+ ],
606
+ "wrapper": {
607
+ "width": "",
608
+ "class": "",
609
+ "id": ""
610
+ },
611
+ "wpml_cf_preferences": 3,
612
+ "user_roles": [
613
+ "administrator"
614
+ ],
615
+ "default_value": "0.5",
616
+ "min": "",
617
+ "max": 4,
618
+ "step": "0.125",
619
+ "prepend": "",
620
+ "append": ""
621
+ },
622
+ {
623
+ "key": "field_653fedf43c834",
624
+ "label": "Content container margin desktop bottom",
625
+ "name": "content_container_margin_desktop_bottom",
626
+ "aria-label": "",
627
+ "type": "range",
628
+ "instructions": "",
629
+ "required": 0,
630
+ "conditional_logic": [
631
+ [
632
+ {
633
+ "field": "field_64e3941f5699a",
634
+ "operator": "==",
635
+ "value": "1"
636
+ }
637
+ ]
638
+ ],
639
+ "wrapper": {
640
+ "width": "",
641
+ "class": "",
642
+ "id": ""
643
+ },
644
+ "wpml_cf_preferences": 3,
645
+ "user_roles": [
646
+ "administrator"
647
+ ],
648
+ "default_value": "0.5",
649
+ "min": "",
650
+ "max": 4,
651
+ "step": "0.125",
652
+ "prepend": "",
653
+ "append": ""
654
+ },
655
+ {
656
+ "key": "field_653fedfe3c835",
657
+ "label": "Content container margin desktop left",
658
+ "name": "content_container_margin_desktop_left",
659
+ "aria-label": "",
660
+ "type": "range",
661
+ "instructions": "",
662
+ "required": 0,
663
+ "conditional_logic": [
664
+ [
665
+ {
666
+ "field": "field_64e3941f5699a",
667
+ "operator": "==",
668
+ "value": "1"
669
+ }
670
+ ]
671
+ ],
672
+ "wrapper": {
673
+ "width": "",
674
+ "class": "",
675
+ "id": ""
676
+ },
677
+ "wpml_cf_preferences": 3,
678
+ "user_roles": [
679
+ "administrator"
680
+ ],
681
+ "default_value": "0.5",
682
+ "min": "",
683
+ "max": 4,
684
+ "step": "0.125",
685
+ "prepend": "",
686
+ "append": ""
687
+ },
688
+ {
689
+ "key": "field_66f2c6c686ec0",
690
+ "label": "Portrait",
691
+ "name": "",
692
+ "aria-label": "",
693
+ "type": "tab",
694
+ "instructions": "",
695
+ "required": 0,
696
+ "conditional_logic": 0,
697
+ "wrapper": {
698
+ "width": "",
699
+ "class": "",
700
+ "id": ""
701
+ },
702
+ "wpml_cf_preferences": 3,
703
+ "placement": "top",
704
+ "endpoint": 0,
705
+ "no_preference": 0,
706
+ "selected": 0
707
+ },
708
+ {
709
+ "key": "field_66f2c6c686ec0",
710
+ "label": "Portrait",
711
+ "name": "",
712
+ "aria-label": "",
713
+ "type": "tab",
714
+ "instructions": "",
715
+ "required": 0,
716
+ "conditional_logic": 0,
717
+ "wrapper": {
718
+ "width": "",
719
+ "class": "",
720
+ "id": ""
721
+ },
722
+ "wpml_cf_preferences": 3,
723
+ "placement": "top",
724
+ "endpoint": 0,
725
+ "no_preference": 0,
726
+ "selected": 0
727
+ },
728
+ {
729
+ "key": "field_66f2c863cf215",
730
+ "label": "Content Box Horizontal alignment portrait",
731
+ "name": "content_box_horizontal_alignment_portrait",
732
+ "aria-label": "",
733
+ "type": "radio",
734
+ "instructions": "",
735
+ "required": 0,
736
+ "conditional_logic": 0,
737
+ "wrapper": {
738
+ "width": "",
739
+ "class": "",
740
+ "id": ""
741
+ },
742
+ "wpml_cf_preferences": 3,
743
+ "choices": {
744
+ "__flex-start": "Left",
745
+ "__center": "Center",
746
+ "__flex-end": "Right",
747
+ "__stretch": "Stretch"
748
+ },
749
+ "default_value": "__center",
750
+ "return_format": "value",
751
+ "allow_null": 0,
752
+ "other_choice": 0,
753
+ "layout": "horizontal",
754
+ "save_other_choice": 0
755
+ },
756
+ {
757
+ "key": "field_67cf1fc3844c3",
758
+ "label": "Enable portrait specific content box layout",
759
+ "name": "enable_portrait_content_box_layout",
760
+ "aria-label": "",
761
+ "type": "true_false",
762
+ "instructions": "",
763
+ "required": 0,
764
+ "conditional_logic": 0,
765
+ "wrapper": {
766
+ "width": "",
767
+ "class": "",
768
+ "id": ""
769
+ },
770
+ "wpml_cf_preferences": 3,
771
+ "message": "",
772
+ "default_value": 0,
773
+ "ui_on_text": "",
774
+ "ui_off_text": "",
775
+ "ui": 1,
776
+ "style": ""
777
+ },
778
+ {
779
+ "key": "field_66f2c863cf215",
780
+ "label": "Content Box Horizontal alignment portrait",
781
+ "name": "content_box_horizontal_alignment_portrait",
782
+ "aria-label": "",
783
+ "type": "radio",
784
+ "instructions": "",
785
+ "required": 0,
786
+ "conditional_logic": [
787
+ [
788
+ {
789
+ "field": "field_67cf1fc3844c3",
790
+ "operator": "==",
791
+ "value": "1"
792
+ }
793
+ ]
794
+ ],
795
+ "wrapper": {
796
+ "width": "",
797
+ "class": "",
798
+ "id": ""
799
+ },
800
+ "wpml_cf_preferences": 3,
801
+ "choices": {
802
+ "__flex-start": "Left",
803
+ "__center": "Center",
804
+ "__flex-end": "Right",
805
+ "__stretch": "Stretch"
806
+ },
807
+ "default_value": "__center",
808
+ "return_format": "value",
809
+ "allow_null": 0,
810
+ "other_choice": 0,
811
+ "layout": "horizontal",
812
+ "save_other_choice": 0
813
+ },
814
+ {
815
+ "key": "field_66f2d33d1bef1",
816
+ "label": "Content Box Vertical alignment portrait",
817
+ "name": "content_box_vertical_alignment_portrait",
818
+ "aria-label": "",
819
+ "type": "radio",
820
+ "instructions": "",
821
+ "required": 0,
822
+ "conditional_logic": 0,
823
+ "wrapper": {
824
+ "width": "",
825
+ "class": "",
826
+ "id": ""
827
+ },
828
+ "wpml_cf_preferences": 3,
829
+ "choices": {
830
+ "__flex-start": "Top",
831
+ "__center": "Center",
832
+ "__flex-end": "Bottom",
833
+ "__stretch": "Stretch"
834
+ },
835
+ "default_value": "__center",
836
+ "return_format": "value",
837
+ "allow_null": 0,
838
+ "other_choice": 0,
839
+ "layout": "horizontal",
840
+ "save_other_choice": 0
841
+ },
842
+ {
843
+ "key": "field_66f2d33d1bef1",
844
+ "label": "Content Box Vertical alignment portrait",
845
+ "name": "content_box_vertical_alignment_portrait",
846
+ "aria-label": "",
847
+ "type": "radio",
848
+ "instructions": "",
849
+ "required": 0,
850
+ "conditional_logic": [
851
+ [
852
+ {
853
+ "field": "field_67cf1fc3844c3",
854
+ "operator": "==",
855
+ "value": "1"
856
+ }
857
+ ]
858
+ ],
859
+ "wrapper": {
860
+ "width": "",
861
+ "class": "",
862
+ "id": ""
863
+ },
864
+ "wpml_cf_preferences": 3,
865
+ "choices": {
866
+ "__flex-start": "Top",
867
+ "__center": "Center",
868
+ "__flex-end": "Bottom",
869
+ "__stretch": "Stretch"
870
+ },
871
+ "default_value": "__center",
872
+ "return_format": "value",
873
+ "allow_null": 0,
874
+ "other_choice": 0,
875
+ "layout": "horizontal",
876
+ "save_other_choice": 0
877
+ },
878
+ {
879
+ "key": "field_66f2d3c101193",
880
+ "label": "Content items vertical alignment portrait",
881
+ "name": "content_items_vertical_alignment_portrait",
882
+ "aria-label": "",
883
+ "type": "radio",
884
+ "instructions": "",
885
+ "required": 0,
886
+ "conditional_logic": 0,
887
+ "wrapper": {
888
+ "width": "",
889
+ "class": "",
890
+ "id": ""
891
+ },
892
+ "wpml_cf_preferences": 3,
893
+ "choices": {
894
+ "__flex-start": "Top",
895
+ "__center": "Center",
896
+ "__flex-end": "Bottom",
897
+ "__space-between": "Space between",
898
+ "__space-around": "Space around"
899
+ },
900
+ "default_value": "__center",
901
+ "return_format": "value",
902
+ "allow_null": 0,
903
+ "other_choice": 0,
904
+ "layout": "horizontal",
905
+ "save_other_choice": 0
906
+ },
907
+ {
908
+ "key": "field_66f2d3c101193",
909
+ "label": "Content items vertical alignment portrait",
910
+ "name": "content_items_vertical_alignment_portrait",
911
+ "aria-label": "",
912
+ "type": "radio",
913
+ "instructions": "",
914
+ "required": 0,
915
+ "conditional_logic": [
916
+ [
917
+ {
918
+ "field": "field_67cf1fc3844c3",
919
+ "operator": "==",
920
+ "value": "1"
921
+ }
922
+ ]
923
+ ],
924
+ "wrapper": {
925
+ "width": "",
926
+ "class": "",
927
+ "id": ""
928
+ },
929
+ "wpml_cf_preferences": 3,
930
+ "choices": {
931
+ "__flex-start": "Top",
932
+ "__center": "Center",
933
+ "__flex-end": "Bottom",
934
+ "__space-between": "Space between",
935
+ "__space-around": "Space around"
936
+ },
937
+ "default_value": "__center",
938
+ "return_format": "value",
939
+ "allow_null": 0,
940
+ "other_choice": 0,
941
+ "layout": "horizontal",
942
+ "save_other_choice": 0
943
+ },
944
+ {
945
+ "key": "field_66f2d76d0df46",
946
+ "label": "Content box padding portrait:",
947
+ "name": "",
948
+ "aria-label": "",
949
+ "type": "message",
950
+ "instructions": "",
951
+ "required": 0,
952
+ "conditional_logic": [
953
+ [
954
+ {
955
+ "field": "field_67cf1fc3844c3",
956
+ "operator": "==",
957
+ "value": "1"
958
+ }
959
+ ]
960
+ ],
961
+ "wrapper": {
962
+ "width": "",
963
+ "class": "",
964
+ "id": ""
965
+ },
966
+ "wpml_cf_preferences": 3,
967
+ "message": "",
968
+ "new_lines": "wpautop",
969
+ "esc_html": 0
970
+ },
971
+ {
972
+ "key": "field_66f2d76d0df46",
973
+ "label": "Content box padding portrait:",
974
+ "name": "",
975
+ "aria-label": "",
976
+ "type": "message",
977
+ "instructions": "",
978
+ "required": 0,
979
+ "conditional_logic": [
980
+ [
981
+ {
982
+ "field": "field_67cf1fc3844c3",
983
+ "operator": "==",
984
+ "value": "1"
985
+ }
986
+ ]
987
+ ],
988
+ "wrapper": {
989
+ "width": "",
990
+ "class": "",
991
+ "id": ""
992
+ },
993
+ "wpml_cf_preferences": 2,
994
+ "message": "",
995
+ "new_lines": "wpautop",
996
+ "esc_html": 0
997
+ },
998
+ {
999
+ "key": "field_66f2d7810df47",
1000
+ "label": "Content box padding portrait top",
1001
+ "name": "content_box_padding_portrait_top",
1002
+ "aria-label": "",
1003
+ "type": "range",
1004
+ "instructions": "",
1005
+ "required": 0,
1006
+ "conditional_logic": [
1007
+ [
1008
+ {
1009
+ "field": "field_67cf1fc3844c3",
1010
+ "operator": "==",
1011
+ "value": "1"
1012
+ }
1013
+ ]
1014
+ ],
1015
+ "wrapper": {
1016
+ "width": "",
1017
+ "class": "",
1018
+ "id": ""
1019
+ },
1020
+ "wpml_cf_preferences": 3,
1021
+ "default_value": "0.5",
1022
+ "min": "",
1023
+ "max": 4,
1024
+ "step": "0.125",
1025
+ "prepend": "",
1026
+ "append": ""
1027
+ },
1028
+ {
1029
+ "key": "field_66f2d7810df47",
1030
+ "label": "Content box padding portrait top",
1031
+ "name": "content_box_padding_portrait_top",
1032
+ "aria-label": "",
1033
+ "type": "range",
1034
+ "instructions": "",
1035
+ "required": 0,
1036
+ "conditional_logic": [
1037
+ [
1038
+ {
1039
+ "field": "field_67cf1fc3844c3",
1040
+ "operator": "==",
1041
+ "value": "1"
1042
+ }
1043
+ ]
1044
+ ],
1045
+ "wrapper": {
1046
+ "width": "",
1047
+ "class": "",
1048
+ "id": ""
1049
+ },
1050
+ "wpml_cf_preferences": 3,
1051
+ "default_value": "0.5",
1052
+ "min": "",
1053
+ "max": 4,
1054
+ "step": "0.125",
1055
+ "prepend": "",
1056
+ "append": ""
1057
+ },
1058
+ {
1059
+ "key": "field_66f2d7920df48",
1060
+ "label": "Content box padding portrait right",
1061
+ "name": "content_box_padding_portrait_right",
1062
+ "aria-label": "",
1063
+ "type": "range",
1064
+ "instructions": "",
1065
+ "required": 0,
1066
+ "conditional_logic": [
1067
+ [
1068
+ {
1069
+ "field": "field_67cf1fc3844c3",
1070
+ "operator": "==",
1071
+ "value": "1"
1072
+ }
1073
+ ]
1074
+ ],
1075
+ "wrapper": {
1076
+ "width": "",
1077
+ "class": "",
1078
+ "id": ""
1079
+ },
1080
+ "wpml_cf_preferences": 3,
1081
+ "default_value": "0.5",
1082
+ "min": "",
1083
+ "max": 4,
1084
+ "step": "0.125",
1085
+ "prepend": "",
1086
+ "append": ""
1087
+ },
1088
+ {
1089
+ "key": "field_66f2d7920df48",
1090
+ "label": "Content box padding portrait right",
1091
+ "name": "content_box_padding_portrait_right",
1092
+ "aria-label": "",
1093
+ "type": "range",
1094
+ "instructions": "",
1095
+ "required": 0,
1096
+ "conditional_logic": [
1097
+ [
1098
+ {
1099
+ "field": "field_67cf1fc3844c3",
1100
+ "operator": "==",
1101
+ "value": "1"
1102
+ }
1103
+ ]
1104
+ ],
1105
+ "wrapper": {
1106
+ "width": "",
1107
+ "class": "",
1108
+ "id": ""
1109
+ },
1110
+ "wpml_cf_preferences": 3,
1111
+ "default_value": "0.5",
1112
+ "min": "",
1113
+ "max": 4,
1114
+ "step": "0.125",
1115
+ "prepend": "",
1116
+ "append": ""
1117
+ },
1118
+ {
1119
+ "key": "field_66f2d7a8b48e0",
1120
+ "label": "Content box padding portrait bottom",
1121
+ "name": "content_box_padding_portrait_bottom",
1122
+ "aria-label": "",
1123
+ "type": "range",
1124
+ "instructions": "",
1125
+ "required": 0,
1126
+ "conditional_logic": [
1127
+ [
1128
+ {
1129
+ "field": "field_67cf1fc3844c3",
1130
+ "operator": "==",
1131
+ "value": "1"
1132
+ }
1133
+ ]
1134
+ ],
1135
+ "wrapper": {
1136
+ "width": "",
1137
+ "class": "",
1138
+ "id": ""
1139
+ },
1140
+ "wpml_cf_preferences": 3,
1141
+ "default_value": "0.5",
1142
+ "min": "",
1143
+ "max": 4,
1144
+ "step": "0.125",
1145
+ "prepend": "",
1146
+ "append": ""
1147
+ },
1148
+ {
1149
+ "key": "field_66f2d7a8b48e0",
1150
+ "label": "Content box padding portrait bottom",
1151
+ "name": "content_box_padding_portrait_bottom",
1152
+ "aria-label": "",
1153
+ "type": "range",
1154
+ "instructions": "",
1155
+ "required": 0,
1156
+ "conditional_logic": [
1157
+ [
1158
+ {
1159
+ "field": "field_67cf1fc3844c3",
1160
+ "operator": "==",
1161
+ "value": "1"
1162
+ }
1163
+ ]
1164
+ ],
1165
+ "wrapper": {
1166
+ "width": "",
1167
+ "class": "",
1168
+ "id": ""
1169
+ },
1170
+ "wpml_cf_preferences": 3,
1171
+ "default_value": "0.5",
1172
+ "min": "",
1173
+ "max": 4,
1174
+ "step": "0.125",
1175
+ "prepend": "",
1176
+ "append": ""
1177
+ },
1178
+ {
1179
+ "key": "field_66f2d7b9b48e1",
1180
+ "label": "Content box padding portrait left",
1181
+ "name": "content_box_padding_portrait_left",
1182
+ "aria-label": "",
1183
+ "type": "range",
1184
+ "instructions": "",
1185
+ "required": 0,
1186
+ "conditional_logic": [
1187
+ [
1188
+ {
1189
+ "field": "field_67cf1fc3844c3",
1190
+ "operator": "==",
1191
+ "value": "1"
1192
+ }
1193
+ ]
1194
+ ],
1195
+ "wrapper": {
1196
+ "width": "",
1197
+ "class": "",
1198
+ "id": ""
1199
+ },
1200
+ "wpml_cf_preferences": 3,
1201
+ "default_value": "0.5",
1202
+ "min": "",
1203
+ "max": 4,
1204
+ "step": "0.125",
1205
+ "prepend": "",
1206
+ "append": ""
1207
+ },
1208
+ {
1209
+ "key": "field_66f2d7b9b48e1",
1210
+ "label": "Content box padding portrait left",
1211
+ "name": "content_box_padding_portrait_left",
1212
+ "aria-label": "",
1213
+ "type": "range",
1214
+ "instructions": "",
1215
+ "required": 0,
1216
+ "conditional_logic": [
1217
+ [
1218
+ {
1219
+ "field": "field_67cf1fc3844c3",
1220
+ "operator": "==",
1221
+ "value": "1"
1222
+ }
1223
+ ]
1224
+ ],
1225
+ "wrapper": {
1226
+ "width": "",
1227
+ "class": "",
1228
+ "id": ""
1229
+ },
1230
+ "wpml_cf_preferences": 3,
1231
+ "default_value": "0.5",
1232
+ "min": "",
1233
+ "max": 4,
1234
+ "step": "0.125",
1235
+ "prepend": "",
1236
+ "append": ""
1237
+ },
1238
+ {
1239
+ "key": "field_66f2d80006b01",
1240
+ "label": "Content box (container) margin portrait:",
1241
+ "name": "",
1242
+ "aria-label": "",
1243
+ "type": "message",
1244
+ "instructions": "",
1245
+ "required": 0,
1246
+ "conditional_logic": [
1247
+ [
1248
+ {
1249
+ "field": "field_67cf1fc3844c3",
1250
+ "operator": "==",
1251
+ "value": "1"
1252
+ }
1253
+ ]
1254
+ ],
1255
+ "wrapper": {
1256
+ "width": "",
1257
+ "class": "",
1258
+ "id": ""
1259
+ },
1260
+ "wpml_cf_preferences": 3,
1261
+ "message": "",
1262
+ "new_lines": "wpautop",
1263
+ "esc_html": 0
1264
+ },
1265
+ {
1266
+ "key": "field_66f2d80006b01",
1267
+ "label": "Content box (container) margin portrait:",
1268
+ "name": "",
1269
+ "aria-label": "",
1270
+ "type": "message",
1271
+ "instructions": "",
1272
+ "required": 0,
1273
+ "conditional_logic": [
1274
+ [
1275
+ {
1276
+ "field": "field_67cf1fc3844c3",
1277
+ "operator": "==",
1278
+ "value": "1"
1279
+ }
1280
+ ]
1281
+ ],
1282
+ "wrapper": {
1283
+ "width": "",
1284
+ "class": "",
1285
+ "id": ""
1286
+ },
1287
+ "wpml_cf_preferences": 2,
1288
+ "message": "",
1289
+ "new_lines": "wpautop",
1290
+ "esc_html": 0
1291
+ },
1292
+ {
1293
+ "key": "field_66f2d81306b02",
1294
+ "label": "Content container margin portrait top",
1295
+ "name": "content_container_margin_portrait_top",
1296
+ "aria-label": "",
1297
+ "type": "range",
1298
+ "instructions": "",
1299
+ "required": 0,
1300
+ "conditional_logic": [
1301
+ [
1302
+ {
1303
+ "field": "field_67cf1fc3844c3",
1304
+ "operator": "==",
1305
+ "value": "1"
1306
+ }
1307
+ ]
1308
+ ],
1309
+ "wrapper": {
1310
+ "width": "",
1311
+ "class": "",
1312
+ "id": ""
1313
+ },
1314
+ "wpml_cf_preferences": 3,
1315
+ "default_value": "0.5",
1316
+ "min": "",
1317
+ "max": 4,
1318
+ "step": "0.125",
1319
+ "prepend": "",
1320
+ "append": ""
1321
+ },
1322
+ {
1323
+ "key": "field_66f2d81306b02",
1324
+ "label": "Content container margin portrait top",
1325
+ "name": "content_container_margin_portrait_top",
1326
+ "aria-label": "",
1327
+ "type": "range",
1328
+ "instructions": "",
1329
+ "required": 0,
1330
+ "conditional_logic": [
1331
+ [
1332
+ {
1333
+ "field": "field_67cf1fc3844c3",
1334
+ "operator": "==",
1335
+ "value": "1"
1336
+ }
1337
+ ]
1338
+ ],
1339
+ "wrapper": {
1340
+ "width": "",
1341
+ "class": "",
1342
+ "id": ""
1343
+ },
1344
+ "wpml_cf_preferences": 3,
1345
+ "default_value": "0.5",
1346
+ "min": "",
1347
+ "max": 4,
1348
+ "step": "0.125",
1349
+ "prepend": "",
1350
+ "append": ""
1351
+ },
1352
+ {
1353
+ "key": "field_66f2d82106b03",
1354
+ "label": "Content container margin portrait right",
1355
+ "name": "content_container_margin_portrait_right",
1356
+ "aria-label": "",
1357
+ "type": "range",
1358
+ "instructions": "",
1359
+ "required": 0,
1360
+ "conditional_logic": [
1361
+ [
1362
+ {
1363
+ "field": "field_67cf1fc3844c3",
1364
+ "operator": "==",
1365
+ "value": "1"
1366
+ }
1367
+ ]
1368
+ ],
1369
+ "wrapper": {
1370
+ "width": "",
1371
+ "class": "",
1372
+ "id": ""
1373
+ },
1374
+ "wpml_cf_preferences": 3,
1375
+ "default_value": "0.5",
1376
+ "min": "",
1377
+ "max": 4,
1378
+ "step": "0.125",
1379
+ "prepend": "",
1380
+ "append": ""
1381
+ },
1382
+ {
1383
+ "key": "field_66f2d82106b03",
1384
+ "label": "Content container margin portrait right",
1385
+ "name": "content_container_margin_portrait_right",
1386
+ "aria-label": "",
1387
+ "type": "range",
1388
+ "instructions": "",
1389
+ "required": 0,
1390
+ "conditional_logic": [
1391
+ [
1392
+ {
1393
+ "field": "field_67cf1fc3844c3",
1394
+ "operator": "==",
1395
+ "value": "1"
1396
+ }
1397
+ ]
1398
+ ],
1399
+ "wrapper": {
1400
+ "width": "",
1401
+ "class": "",
1402
+ "id": ""
1403
+ },
1404
+ "wpml_cf_preferences": 3,
1405
+ "default_value": "0.5",
1406
+ "min": "",
1407
+ "max": 4,
1408
+ "step": "0.125",
1409
+ "prepend": "",
1410
+ "append": ""
1411
+ },
1412
+ {
1413
+ "key": "field_66f2d83306b04",
1414
+ "label": "Content container margin portrait bottom",
1415
+ "name": "content_container_margin_portrait_bottom",
1416
+ "aria-label": "",
1417
+ "type": "range",
1418
+ "instructions": "",
1419
+ "required": 0,
1420
+ "conditional_logic": [
1421
+ [
1422
+ {
1423
+ "field": "field_67cf1fc3844c3",
1424
+ "operator": "==",
1425
+ "value": "1"
1426
+ }
1427
+ ]
1428
+ ],
1429
+ "wrapper": {
1430
+ "width": "",
1431
+ "class": "",
1432
+ "id": ""
1433
+ },
1434
+ "wpml_cf_preferences": 3,
1435
+ "default_value": "0.5",
1436
+ "min": "",
1437
+ "max": 4,
1438
+ "step": "0.125",
1439
+ "prepend": "",
1440
+ "append": ""
1441
+ },
1442
+ {
1443
+ "key": "field_66f2d83306b04",
1444
+ "label": "Content container margin portrait bottom",
1445
+ "name": "content_container_margin_portrait_bottom",
1446
+ "aria-label": "",
1447
+ "type": "range",
1448
+ "instructions": "",
1449
+ "required": 0,
1450
+ "conditional_logic": [
1451
+ [
1452
+ {
1453
+ "field": "field_67cf1fc3844c3",
1454
+ "operator": "==",
1455
+ "value": "1"
1456
+ }
1457
+ ]
1458
+ ],
1459
+ "wrapper": {
1460
+ "width": "",
1461
+ "class": "",
1462
+ "id": ""
1463
+ },
1464
+ "wpml_cf_preferences": 3,
1465
+ "default_value": "0.5",
1466
+ "min": "",
1467
+ "max": 4,
1468
+ "step": "0.125",
1469
+ "prepend": "",
1470
+ "append": ""
1471
+ },
1472
+ {
1473
+ "key": "field_66f2d84106b05",
1474
+ "label": "Content container margin portrait left",
1475
+ "name": "content_container_margin_portrait_left",
1476
+ "aria-label": "",
1477
+ "type": "range",
1478
+ "instructions": "",
1479
+ "required": 0,
1480
+ "conditional_logic": [
1481
+ [
1482
+ {
1483
+ "field": "field_67cf1fc3844c3",
1484
+ "operator": "==",
1485
+ "value": "1"
1486
+ }
1487
+ ]
1488
+ ],
1489
+ "wrapper": {
1490
+ "width": "",
1491
+ "class": "",
1492
+ "id": ""
1493
+ },
1494
+ "wpml_cf_preferences": 3,
1495
+ "default_value": "0.5",
1496
+ "min": "",
1497
+ "max": 4,
1498
+ "step": "0.125",
1499
+ "prepend": "",
1500
+ "append": ""
1501
+ },
1502
+ {
1503
+ "key": "field_66f2d84106b05",
1504
+ "label": "Content container margin portrait left",
1505
+ "name": "content_container_margin_portrait_left",
1506
+ "aria-label": "",
1507
+ "type": "range",
1508
+ "instructions": "",
1509
+ "required": 0,
1510
+ "conditional_logic": [
1511
+ [
1512
+ {
1513
+ "field": "field_67cf1fc3844c3",
1514
+ "operator": "==",
1515
+ "value": "1"
1516
+ }
1517
+ ]
1518
+ ],
1519
+ "wrapper": {
1520
+ "width": "",
1521
+ "class": "",
1522
+ "id": ""
1523
+ },
1524
+ "wpml_cf_preferences": 3,
1525
+ "default_value": "0.5",
1526
+ "min": "",
1527
+ "max": 4,
1528
+ "step": "0.125",
1529
+ "prepend": "",
1530
+ "append": ""
1531
+ },
1532
+ {
1533
+ "key": "field_65ae5bffb82cc",
1534
+ "label": "Mobile",
1535
+ "name": "",
1536
+ "aria-label": "",
1537
+ "type": "tab",
1538
+ "instructions": "",
1539
+ "required": 0,
1540
+ "conditional_logic": 0,
1541
+ "wrapper": {
1542
+ "width": "",
1543
+ "class": "",
1544
+ "id": ""
1545
+ },
1546
+ "wpml_cf_preferences": 3,
1547
+ "user_roles": [
1548
+ "administrator"
1549
+ ],
1550
+ "placement": "top",
1551
+ "endpoint": 0,
1552
+ "no_preference": 0,
1553
+ "selected": 0
1554
+ },
1555
+ {
1556
+ "key": "field_6460a7f3e3336",
1557
+ "label": "Enable mobile specific content box layout",
1558
+ "name": "enable_mobile_content_box_layout",
1559
+ "aria-label": "",
1560
+ "type": "true_false",
1561
+ "instructions": "",
1562
+ "required": 0,
1563
+ "conditional_logic": 0,
1564
+ "wrapper": {
1565
+ "width": "",
1566
+ "class": "",
1567
+ "id": ""
1568
+ },
1569
+ "wpml_cf_preferences": 3,
1570
+ "message": "",
1571
+ "default_value": 1,
1572
+ "ui_on_text": "",
1573
+ "ui_off_text": "",
1574
+ "ui": 1,
1575
+ "style": ""
1576
+ },
1577
+ {
1578
+ "key": "field_63d97d1d0b67b",
1579
+ "label": "Content Box Horizontal alignment mobile",
1580
+ "name": "content_box_horizontal_alignment_mobile",
1581
+ "aria-label": "",
1582
+ "type": "radio",
1583
+ "instructions": "",
1584
+ "required": 0,
1585
+ "conditional_logic": [
1586
+ [
1587
+ {
1588
+ "field": "field_6460a7f3e3336",
1589
+ "operator": "==",
1590
+ "value": "1"
1591
+ }
1592
+ ]
1593
+ ],
1594
+ "wrapper": {
1595
+ "width": "",
1596
+ "class": "",
1597
+ "id": ""
1598
+ },
1599
+ "wpml_cf_preferences": 3,
1600
+ "user_roles": [
1601
+ "administrator"
1602
+ ],
1603
+ "choices": {
1604
+ "__flex-start": "Left",
1605
+ "__center": "Cnt",
1606
+ "__flex-end": "Right",
1607
+ "__stretch": "Stretch"
1608
+ },
1609
+ "default_value": "__center",
1610
+ "return_format": "value",
1611
+ "allow_null": 0,
1612
+ "other_choice": 0,
1613
+ "layout": "horizontal",
1614
+ "save_other_choice": 0
1615
+ },
1616
+ {
1617
+ "key": "field_63d97d0e0b67a",
1618
+ "label": "Content Box Vertical alignment mobile",
1619
+ "name": "content_box_vertical_alignment_mobile",
1620
+ "aria-label": "",
1621
+ "type": "radio",
1622
+ "instructions": "",
1623
+ "required": 0,
1624
+ "conditional_logic": [
1625
+ [
1626
+ {
1627
+ "field": "field_6460a7f3e3336",
1628
+ "operator": "==",
1629
+ "value": "1"
1630
+ }
1631
+ ]
1632
+ ],
1633
+ "wrapper": {
1634
+ "width": "",
1635
+ "class": "",
1636
+ "id": ""
1637
+ },
1638
+ "wpml_cf_preferences": 3,
1639
+ "choices": {
1640
+ "__flex-start": "Top",
1641
+ "__center": "Center",
1642
+ "__flex-end": "Bottom",
1643
+ "__stretch": "Stretch"
1644
+ },
1645
+ "default_value": "__center",
1646
+ "return_format": "value",
1647
+ "allow_null": 0,
1648
+ "other_choice": 0,
1649
+ "layout": "horizontal",
1650
+ "save_other_choice": 0
1651
+ },
1652
+ {
1653
+ "key": "field_64dbe97a0c22c",
1654
+ "label": "Content items alignment mobile",
1655
+ "name": "content_items_alignment_mobile",
1656
+ "aria-label": "",
1657
+ "type": "radio",
1658
+ "instructions": "",
1659
+ "required": 0,
1660
+ "conditional_logic": [
1661
+ [
1662
+ {
1663
+ "field": "field_6460a7f3e3336",
1664
+ "operator": "==",
1665
+ "value": "1"
1666
+ }
1667
+ ]
1668
+ ],
1669
+ "wrapper": {
1670
+ "width": "",
1671
+ "class": "",
1672
+ "id": ""
1673
+ },
1674
+ "wpml_cf_preferences": 3,
1675
+ "choices": {
1676
+ "__flex-start": "Top",
1677
+ "__center": "Center",
1678
+ "__flex-end": "Bottom",
1679
+ "__space-between": "Space between",
1680
+ "__space-around": "Space around"
1681
+ },
1682
+ "default_value": "__center",
1683
+ "return_format": "value",
1684
+ "allow_null": 0,
1685
+ "other_choice": 0,
1686
+ "layout": "horizontal",
1687
+ "save_other_choice": 0
1688
+ },
1689
+ {
1690
+ "key": "field_645f897a54485",
1691
+ "label": "Content box padding mobile",
1692
+ "name": "content_box_padding_mobile",
1693
+ "aria-label": "",
1694
+ "type": "range",
1695
+ "instructions": "",
1696
+ "required": 0,
1697
+ "conditional_logic": [
1698
+ [
1699
+ {
1700
+ "field": "field_6460a7f3e3336",
1701
+ "operator": "==",
1702
+ "value": "1"
1703
+ },
1704
+ {
1705
+ "field": "field_64e3941f5699a",
1706
+ "operator": "!=",
1707
+ "value": "1"
1708
+ }
1709
+ ]
1710
+ ],
1711
+ "wrapper": {
1712
+ "width": "",
1713
+ "class": "",
1714
+ "id": ""
1715
+ },
1716
+ "wpml_cf_preferences": 3,
1717
+ "default_value": 0,
1718
+ "min": "",
1719
+ "max": 4,
1720
+ "step": "0.125",
1721
+ "prepend": "",
1722
+ "append": ""
1723
+ },
1724
+ {
1725
+ "key": "field_645f897d54486",
1726
+ "label": "Content container margin mobile",
1727
+ "name": "content_container_margin_mobile",
1728
+ "aria-label": "",
1729
+ "type": "range",
1730
+ "instructions": "",
1731
+ "required": 0,
1732
+ "conditional_logic": [
1733
+ [
1734
+ {
1735
+ "field": "field_6460a7f3e3336",
1736
+ "operator": "==",
1737
+ "value": "1"
1738
+ },
1739
+ {
1740
+ "field": "field_64e3941f5699a",
1741
+ "operator": "!=",
1742
+ "value": "1"
1743
+ }
1744
+ ]
1745
+ ],
1746
+ "wrapper": {
1747
+ "width": "",
1748
+ "class": "",
1749
+ "id": ""
1750
+ },
1751
+ "wpml_cf_preferences": 3,
1752
+ "default_value": 0,
1753
+ "min": "",
1754
+ "max": 4,
1755
+ "step": "0.125",
1756
+ "prepend": "",
1757
+ "append": ""
1758
+ },
1759
+ {
1760
+ "key": "field_65d246e411597",
1761
+ "label": "Content box padding mobile:",
1762
+ "name": "",
1763
+ "aria-label": "",
1764
+ "type": "message",
1765
+ "instructions": "",
1766
+ "required": 0,
1767
+ "conditional_logic": [
1768
+ [
1769
+ {
1770
+ "field": "field_64e3941f5699a",
1771
+ "operator": "==",
1772
+ "value": "1"
1773
+ },
1774
+ {
1775
+ "field": "field_6460a7f3e3336",
1776
+ "operator": "==",
1777
+ "value": "1"
1778
+ }
1779
+ ]
1780
+ ],
1781
+ "wrapper": {
1782
+ "width": "",
1783
+ "class": "",
1784
+ "id": ""
1785
+ },
1786
+ "wpml_cf_preferences": 2,
1787
+ "user_roles": [
1788
+ "all"
1789
+ ],
1790
+ "message": "",
1791
+ "new_lines": "wpautop",
1792
+ "esc_html": 0
1793
+ },
1794
+ {
1795
+ "key": "field_653ff0b6ced4b",
1796
+ "label": "Content box padding mobile top",
1797
+ "name": "content_box_padding_mobile_top",
1798
+ "aria-label": "",
1799
+ "type": "range",
1800
+ "instructions": "",
1801
+ "required": 0,
1802
+ "conditional_logic": [
1803
+ [
1804
+ {
1805
+ "field": "field_64e3941f5699a",
1806
+ "operator": "==",
1807
+ "value": "1"
1808
+ },
1809
+ {
1810
+ "field": "field_6460a7f3e3336",
1811
+ "operator": "==",
1812
+ "value": "1"
1813
+ }
1814
+ ]
1815
+ ],
1816
+ "wrapper": {
1817
+ "width": "",
1818
+ "class": "",
1819
+ "id": ""
1820
+ },
1821
+ "wpml_cf_preferences": 3,
1822
+ "user_roles": [
1823
+ "administrator"
1824
+ ],
1825
+ "default_value": "0.5",
1826
+ "min": "",
1827
+ "max": 4,
1828
+ "step": "0.125",
1829
+ "prepend": "",
1830
+ "append": ""
1831
+ },
1832
+ {
1833
+ "key": "field_653ff0dfced4d",
1834
+ "label": "Content box padding mobile right",
1835
+ "name": "content_box_padding_mobile_right",
1836
+ "aria-label": "",
1837
+ "type": "range",
1838
+ "instructions": "",
1839
+ "required": 0,
1840
+ "conditional_logic": [
1841
+ [
1842
+ {
1843
+ "field": "field_64e3941f5699a",
1844
+ "operator": "==",
1845
+ "value": "1"
1846
+ },
1847
+ {
1848
+ "field": "field_6460a7f3e3336",
1849
+ "operator": "==",
1850
+ "value": "1"
1851
+ }
1852
+ ]
1853
+ ],
1854
+ "wrapper": {
1855
+ "width": "",
1856
+ "class": "",
1857
+ "id": ""
1858
+ },
1859
+ "wpml_cf_preferences": 3,
1860
+ "user_roles": [
1861
+ "administrator"
1862
+ ],
1863
+ "default_value": "0.5",
1864
+ "min": "",
1865
+ "max": 4,
1866
+ "step": "0.125",
1867
+ "prepend": "",
1868
+ "append": ""
1869
+ },
1870
+ {
1871
+ "key": "field_653ff0e6ced4e",
1872
+ "label": "Content box padding mobile bottom",
1873
+ "name": "content_box_padding_mobile_bottom",
1874
+ "aria-label": "",
1875
+ "type": "range",
1876
+ "instructions": "",
1877
+ "required": 0,
1878
+ "conditional_logic": [
1879
+ [
1880
+ {
1881
+ "field": "field_64e3941f5699a",
1882
+ "operator": "==",
1883
+ "value": "1"
1884
+ },
1885
+ {
1886
+ "field": "field_6460a7f3e3336",
1887
+ "operator": "==",
1888
+ "value": "1"
1889
+ }
1890
+ ]
1891
+ ],
1892
+ "wrapper": {
1893
+ "width": "",
1894
+ "class": "",
1895
+ "id": ""
1896
+ },
1897
+ "wpml_cf_preferences": 3,
1898
+ "user_roles": [
1899
+ "administrator"
1900
+ ],
1901
+ "default_value": "0.5",
1902
+ "min": "",
1903
+ "max": 4,
1904
+ "step": "0.125",
1905
+ "prepend": "",
1906
+ "append": ""
1907
+ },
1908
+ {
1909
+ "key": "field_653ff0f0ced4f",
1910
+ "label": "Content box padding mobile left",
1911
+ "name": "content_box_padding_mobile_left",
1912
+ "aria-label": "",
1913
+ "type": "range",
1914
+ "instructions": "",
1915
+ "required": 0,
1916
+ "conditional_logic": [
1917
+ [
1918
+ {
1919
+ "field": "field_64e3941f5699a",
1920
+ "operator": "==",
1921
+ "value": "1"
1922
+ },
1923
+ {
1924
+ "field": "field_6460a7f3e3336",
1925
+ "operator": "==",
1926
+ "value": "1"
1927
+ }
1928
+ ]
1929
+ ],
1930
+ "wrapper": {
1931
+ "width": "",
1932
+ "class": "",
1933
+ "id": ""
1934
+ },
1935
+ "wpml_cf_preferences": 3,
1936
+ "user_roles": [
1937
+ "administrator"
1938
+ ],
1939
+ "default_value": "0.5",
1940
+ "min": "",
1941
+ "max": 4,
1942
+ "step": "0.125",
1943
+ "prepend": "",
1944
+ "append": ""
1945
+ },
1946
+ {
1947
+ "key": "field_65d2473e1c3ed",
1948
+ "label": "Content box (container) margin mobile:",
1949
+ "name": "",
1950
+ "aria-label": "",
1951
+ "type": "message",
1952
+ "instructions": "",
1953
+ "required": 0,
1954
+ "conditional_logic": [
1955
+ [
1956
+ {
1957
+ "field": "field_64e3941f5699a",
1958
+ "operator": "==",
1959
+ "value": "1"
1960
+ },
1961
+ {
1962
+ "field": "field_6460a7f3e3336",
1963
+ "operator": "==",
1964
+ "value": "1"
1965
+ }
1966
+ ]
1967
+ ],
1968
+ "wrapper": {
1969
+ "width": "",
1970
+ "class": "",
1971
+ "id": ""
1972
+ },
1973
+ "wpml_cf_preferences": 2,
1974
+ "user_roles": [
1975
+ "all"
1976
+ ],
1977
+ "message": "",
1978
+ "new_lines": "wpautop",
1979
+ "esc_html": 0
1980
+ },
1981
+ {
1982
+ "key": "field_653ff0fbced50",
1983
+ "label": "Content container margin mobile top",
1984
+ "name": "content_container_margin_mobile_top",
1985
+ "aria-label": "",
1986
+ "type": "range",
1987
+ "instructions": "",
1988
+ "required": 0,
1989
+ "conditional_logic": [
1990
+ [
1991
+ {
1992
+ "field": "field_64e3941f5699a",
1993
+ "operator": "==",
1994
+ "value": "1"
1995
+ },
1996
+ {
1997
+ "field": "field_6460a7f3e3336",
1998
+ "operator": "==",
1999
+ "value": "1"
2000
+ }
2001
+ ]
2002
+ ],
2003
+ "wrapper": {
2004
+ "width": "",
2005
+ "class": "",
2006
+ "id": ""
2007
+ },
2008
+ "wpml_cf_preferences": 3,
2009
+ "user_roles": [
2010
+ "administrator"
2011
+ ],
2012
+ "default_value": "0.5",
2013
+ "min": "",
2014
+ "max": 4,
2015
+ "step": "0.125",
2016
+ "prepend": "",
2017
+ "append": ""
2018
+ },
2019
+ {
2020
+ "key": "field_653ff10aced52",
2021
+ "label": "Content container margin mobile right",
2022
+ "name": "content_container_margin_mobile_right",
2023
+ "aria-label": "",
2024
+ "type": "range",
2025
+ "instructions": "",
2026
+ "required": 0,
2027
+ "conditional_logic": [
2028
+ [
2029
+ {
2030
+ "field": "field_64e3941f5699a",
2031
+ "operator": "==",
2032
+ "value": "1"
2033
+ },
2034
+ {
2035
+ "field": "field_6460a7f3e3336",
2036
+ "operator": "==",
2037
+ "value": "1"
2038
+ }
2039
+ ]
2040
+ ],
2041
+ "wrapper": {
2042
+ "width": "",
2043
+ "class": "",
2044
+ "id": ""
2045
+ },
2046
+ "wpml_cf_preferences": 3,
2047
+ "user_roles": [
2048
+ "administrator"
2049
+ ],
2050
+ "default_value": "0.5",
2051
+ "min": "",
2052
+ "max": 4,
2053
+ "step": "0.125",
2054
+ "prepend": "",
2055
+ "append": ""
2056
+ },
2057
+ {
2058
+ "key": "field_653ff111ced53",
2059
+ "label": "Content container margin mobile bottom",
2060
+ "name": "content_container_margin_mobile_bottom",
2061
+ "aria-label": "",
2062
+ "type": "range",
2063
+ "instructions": "",
2064
+ "required": 0,
2065
+ "conditional_logic": [
2066
+ [
2067
+ {
2068
+ "field": "field_64e3941f5699a",
2069
+ "operator": "==",
2070
+ "value": "1"
2071
+ },
2072
+ {
2073
+ "field": "field_6460a7f3e3336",
2074
+ "operator": "==",
2075
+ "value": "1"
2076
+ }
2077
+ ]
2078
+ ],
2079
+ "wrapper": {
2080
+ "width": "",
2081
+ "class": "",
2082
+ "id": ""
2083
+ },
2084
+ "wpml_cf_preferences": 3,
2085
+ "user_roles": [
2086
+ "administrator"
2087
+ ],
2088
+ "default_value": "0.5",
2089
+ "min": "",
2090
+ "max": 4,
2091
+ "step": "0.125",
2092
+ "prepend": "",
2093
+ "append": ""
2094
+ },
2095
+ {
2096
+ "key": "field_653ff117ced54",
2097
+ "label": "Content container margin mobile left",
2098
+ "name": "content_container_margin_mobile_left",
2099
+ "aria-label": "",
2100
+ "type": "range",
2101
+ "instructions": "",
2102
+ "required": 0,
2103
+ "conditional_logic": [
2104
+ [
2105
+ {
2106
+ "field": "field_64e3941f5699a",
2107
+ "operator": "==",
2108
+ "value": "1"
2109
+ },
2110
+ {
2111
+ "field": "field_6460a7f3e3336",
2112
+ "operator": "==",
2113
+ "value": "1"
2114
+ }
2115
+ ]
2116
+ ],
2117
+ "wrapper": {
2118
+ "width": "",
2119
+ "class": "",
2120
+ "id": ""
2121
+ },
2122
+ "wpml_cf_preferences": 3,
2123
+ "user_roles": [
2124
+ "administrator"
2125
+ ],
2126
+ "default_value": "0.5",
2127
+ "min": "",
2128
+ "max": 4,
2129
+ "step": "0.125",
2130
+ "prepend": "",
2131
+ "append": ""
2132
+ },
2133
+ {
2134
+ "key": "field_63de2771407d2",
2135
+ "label": "Border",
2136
+ "name": "",
2137
+ "aria-label": "",
2138
+ "type": "tab",
2139
+ "instructions": "",
2140
+ "required": 0,
2141
+ "conditional_logic": 0,
2142
+ "wrapper": {
2143
+ "width": "",
2144
+ "class": "",
2145
+ "id": ""
2146
+ },
2147
+ "wpml_cf_preferences": 3,
2148
+ "user_roles": [
2149
+ "administrator"
2150
+ ],
2151
+ "placement": "top",
2152
+ "endpoint": 0,
2153
+ "no_preference": 0,
2154
+ "selected": 0
2155
+ },
2156
+ {
2157
+ "key": "field_63de270dd006e",
2158
+ "label": "Enable content box border",
2159
+ "name": "enable_content_box_border",
2160
+ "aria-label": "",
2161
+ "type": "true_false",
2162
+ "instructions": "",
2163
+ "required": 0,
2164
+ "conditional_logic": 0,
2165
+ "wrapper": {
2166
+ "width": "",
2167
+ "class": "",
2168
+ "id": ""
2169
+ },
2170
+ "wpml_cf_preferences": 3,
2171
+ "user_roles": [
2172
+ "administrator"
2173
+ ],
2174
+ "message": "",
2175
+ "default_value": 0,
2176
+ "ui_on_text": "",
2177
+ "ui_off_text": "",
2178
+ "ui": 1,
2179
+ "style": ""
2180
+ },
2181
+ {
2182
+ "key": "field_63de2721d006f",
2183
+ "label": "Content box border colour",
2184
+ "name": "content_box_border_colour",
2185
+ "aria-label": "",
2186
+ "type": "color_picker",
2187
+ "instructions": "",
2188
+ "required": 0,
2189
+ "conditional_logic": [
2190
+ [
2191
+ {
2192
+ "field": "field_63de270dd006e",
2193
+ "operator": "==",
2194
+ "value": "1"
2195
+ }
2196
+ ]
2197
+ ],
2198
+ "wrapper": {
2199
+ "width": "",
2200
+ "class": "",
2201
+ "id": ""
2202
+ },
2203
+ "wpml_cf_preferences": 3,
2204
+ "user_roles": [
2205
+ "administrator"
2206
+ ],
2207
+ "default_value": "",
2208
+ "enable_opacity": 1,
2209
+ "return_format": "string",
2210
+ "display": "default",
2211
+ "button_label": "Select Color",
2212
+ "color_picker": 1,
2213
+ "absolute": 0,
2214
+ "input": 1,
2215
+ "allow_null": 1,
2216
+ "theme_colors": 0,
2217
+ "colors": []
2218
+ },
2219
+ {
2220
+ "key": "field_63de2f93fe2bd",
2221
+ "label": "Content box border style",
2222
+ "name": "content_box_border_style",
2223
+ "aria-label": "",
2224
+ "type": "select",
2225
+ "instructions": "",
2226
+ "required": 0,
2227
+ "conditional_logic": [
2228
+ [
2229
+ {
2230
+ "field": "field_63de270dd006e",
2231
+ "operator": "==",
2232
+ "value": "1"
2233
+ }
2234
+ ]
2235
+ ],
2236
+ "wrapper": {
2237
+ "width": "",
2238
+ "class": "",
2239
+ "id": ""
2240
+ },
2241
+ "wpml_cf_preferences": 3,
2242
+ "user_roles": [
2243
+ "administrator"
2244
+ ],
2245
+ "choices": {
2246
+ "__solid": "Solid",
2247
+ "__dashed": "Dashed",
2248
+ "__double": "Double",
2249
+ "__ridge": "Ridge",
2250
+ "__groove": "Groove",
2251
+ "__none": "None"
2252
+ },
2253
+ "default_value": "__none",
2254
+ "return_format": "value",
2255
+ "multiple": 0,
2256
+ "max": "",
2257
+ "prepend": "",
2258
+ "append": "",
2259
+ "allow_null": 0,
2260
+ "ui": 0,
2261
+ "ajax": 0,
2262
+ "placeholder": "",
2263
+ "allow_custom": 0,
2264
+ "search_placeholder": "",
2265
+ "min": ""
2266
+ },
2267
+ {
2268
+ "key": "field_63de2746407d1",
2269
+ "label": "Content box border width",
2270
+ "name": "content_box_border_width",
2271
+ "aria-label": "",
2272
+ "type": "range",
2273
+ "instructions": "",
2274
+ "required": 0,
2275
+ "conditional_logic": [
2276
+ [
2277
+ {
2278
+ "field": "field_63de270dd006e",
2279
+ "operator": "==",
2280
+ "value": "1"
2281
+ }
2282
+ ]
2283
+ ],
2284
+ "wrapper": {
2285
+ "width": "",
2286
+ "class": "",
2287
+ "id": ""
2288
+ },
2289
+ "wpml_cf_preferences": 3,
2290
+ "user_roles": [
2291
+ "administrator"
2292
+ ],
2293
+ "default_value": "",
2294
+ "min": 1,
2295
+ "max": 25,
2296
+ "step": "",
2297
+ "prepend": "",
2298
+ "append": ""
2299
+ },
2300
+ {
2301
+ "key": "field_63a07be5e1259",
2302
+ "label": "Content box border radius",
2303
+ "name": "content_box_border_radius",
2304
+ "aria-label": "",
2305
+ "type": "text",
2306
+ "instructions": "CSS border radius format, eg. 10px 5px or 50%\r\nTip: Border radius still works with other border settings turned off.",
2307
+ "required": 0,
2308
+ "conditional_logic": [
2309
+ [
2310
+ {
2311
+ "field": "field_63de270dd006e",
2312
+ "operator": "==",
2313
+ "value": "1"
2314
+ }
2315
+ ]
2316
+ ],
2317
+ "wrapper": {
2318
+ "width": "",
2319
+ "class": "",
2320
+ "id": ""
2321
+ },
2322
+ "wpml_cf_preferences": 2,
2323
+ "user_roles": [
2324
+ "administrator"
2325
+ ],
2326
+ "default_value": "0px",
2327
+ "maxlength": "",
2328
+ "placeholder": "",
2329
+ "prepend": "",
2330
+ "append": ""
2331
+ },
2332
+ {
2333
+ "key": "field_6671769e94d8f",
2334
+ "label": "Box shadow",
2335
+ "name": "",
2336
+ "aria-label": "",
2337
+ "type": "tab",
2338
+ "instructions": "",
2339
+ "required": 0,
2340
+ "conditional_logic": 0,
2341
+ "wrapper": {
2342
+ "width": "",
2343
+ "class": "",
2344
+ "id": ""
2345
+ },
2346
+ "wpml_cf_preferences": 3,
2347
+ "placement": "top",
2348
+ "endpoint": 0,
2349
+ "no_preference": 0,
2350
+ "selected": 0
2351
+ },
2352
+ {
2353
+ "key": "field_66717498f800f",
2354
+ "label": "Content Box Shadow",
2355
+ "name": "content_box_shadow",
2356
+ "aria-label": "",
2357
+ "type": "group",
2358
+ "instructions": "",
2359
+ "required": 0,
2360
+ "conditional_logic": 0,
2361
+ "wrapper": {
2362
+ "width": "",
2363
+ "class": "",
2364
+ "id": ""
2365
+ },
2366
+ "wpml_cf_preferences": 3,
2367
+ "layout": "block",
2368
+ "acfe_seamless_style": 0,
2369
+ "acfe_group_modal": 0,
2370
+ "acfe_group_modal_close": 0,
2371
+ "acfe_group_modal_button": "",
2372
+ "acfe_group_modal_size": "large",
2373
+ "sub_fields": [
2374
+ {
2375
+ "key": "field_667174eaf8010",
2376
+ "label": "Box Shadow",
2377
+ "name": "box_shadow",
2378
+ "aria-label": "",
2379
+ "type": "clone",
2380
+ "instructions": "",
2381
+ "required": 0,
2382
+ "conditional_logic": 0,
2383
+ "wrapper": {
2384
+ "width": "",
2385
+ "class": "",
2386
+ "id": ""
2387
+ },
2388
+ "wpml_cf_preferences": 3,
2389
+ "clone": [
2390
+ "group_666ed2bece4c3"
2391
+ ],
2392
+ "display": "seamless",
2393
+ "layout": "block",
2394
+ "prefix_label": 0,
2395
+ "prefix_name": 0,
2396
+ "acfe_seamless_style": 0,
2397
+ "acfe_clone_modal": 0,
2398
+ "acfe_clone_modal_close": 0,
2399
+ "acfe_clone_modal_button": "",
2400
+ "acfe_clone_modal_size": "large"
2401
+ }
2402
+ ]
2403
+ },
2404
+ {
2405
+ "key": "field_66f2c8863939b",
2406
+ "label": "",
2407
+ "name": "",
2408
+ "aria-label": "",
2409
+ "type": "text",
2410
+ "instructions": "",
2411
+ "required": 0,
2412
+ "conditional_logic": 0,
2413
+ "wrapper": {
2414
+ "width": "",
2415
+ "class": "",
2416
+ "id": ""
2417
+ },
2418
+ "wpml_cf_preferences": 0,
2419
+ "default_value": "",
2420
+ "maxlength": "",
2421
+ "placeholder": "",
2422
+ "prepend": "",
2423
+ "append": ""
2424
+ },
2425
+ {
2426
+ "key": "field_66f2c8863939b",
2427
+ "label": "",
2428
+ "name": "",
2429
+ "aria-label": "",
2430
+ "type": "text",
2431
+ "instructions": "",
2432
+ "required": 0,
2433
+ "conditional_logic": 0,
2434
+ "wrapper": {
2435
+ "width": "",
2436
+ "class": "",
2437
+ "id": ""
2438
+ },
2439
+ "wpml_cf_preferences": 0,
2440
+ "default_value": "",
2441
+ "maxlength": "",
2442
+ "placeholder": "",
2443
+ "prepend": "",
2444
+ "append": ""
2445
+ },
2446
+ {
2447
+ "key": "field_66f2c8863939b",
2448
+ "label": "",
2449
+ "name": "",
2450
+ "aria-label": "",
2451
+ "type": "text",
2452
+ "instructions": "",
2453
+ "required": 0,
2454
+ "conditional_logic": 0,
2455
+ "wrapper": {
2456
+ "width": "",
2457
+ "class": "",
2458
+ "id": ""
2459
+ },
2460
+ "wpml_cf_preferences": 2,
2461
+ "default_value": "",
2462
+ "maxlength": "",
2463
+ "placeholder": "",
2464
+ "prepend": "",
2465
+ "append": ""
2466
+ }
2467
+ ],
2468
+ "location": [
2469
+ [
2470
+ {
2471
+ "param": "post_type",
2472
+ "operator": "==",
2473
+ "value": "post"
2474
+ }
2475
+ ]
2476
+ ],
2477
+ "menu_order": 0,
2478
+ "position": "normal",
2479
+ "style": "default",
2480
+ "label_placement": "left",
2481
+ "instruction_placement": "label",
2482
+ "hide_on_screen": "",
2483
+ "active": false,
2484
+ "description": "",
2485
+ "show_in_rest": 0,
2486
+ "acfe_autosync": [
2487
+ "json"
2488
+ ],
2489
+ "acfml_field_group_mode": "localization",
2490
+ "acfe_form": 0,
2491
+ "acfe_display_title": "",
2492
+ "acfe_meta": "",
2493
+ "acfe_note": "",
2494
+ "modified": 1747912178
2495
+ }