@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,4122 @@
1
+ {
2
+ "key": "group_63f350c04d418",
3
+ "title": "Block: Animated Sections",
4
+ "fields": [
5
+ {
6
+ "key": "field_63f353c33dc49",
7
+ "label": "Assets",
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
+ "placement": "top",
21
+ "endpoint": 0,
22
+ "no_preference": 0,
23
+ "selected": 0
24
+ },
25
+ {
26
+ "key": "field_6526a94b75d22",
27
+ "label": "Enable Background Assets",
28
+ "name": "enable_background_assets",
29
+ "aria-label": "",
30
+ "type": "true_false",
31
+ "instructions": "",
32
+ "required": 0,
33
+ "conditional_logic": 0,
34
+ "wrapper": {
35
+ "width": "50",
36
+ "class": "",
37
+ "id": ""
38
+ },
39
+ "wpml_cf_preferences": 3,
40
+ "user_roles": [
41
+ "all"
42
+ ],
43
+ "message": "",
44
+ "default_value": 0,
45
+ "ui_on_text": "",
46
+ "ui_off_text": "",
47
+ "ui": 1,
48
+ "style": ""
49
+ },
50
+ {
51
+ "key": "field_6526a97a75d23",
52
+ "label": "Enable Foreground Assets",
53
+ "name": "enable_foreground_assets",
54
+ "aria-label": "",
55
+ "type": "true_false",
56
+ "instructions": "",
57
+ "required": 0,
58
+ "conditional_logic": 0,
59
+ "wrapper": {
60
+ "width": "50",
61
+ "class": "",
62
+ "id": ""
63
+ },
64
+ "wpml_cf_preferences": 3,
65
+ "user_roles": [
66
+ "all"
67
+ ],
68
+ "message": "",
69
+ "default_value": 0,
70
+ "ui_on_text": "",
71
+ "ui_off_text": "",
72
+ "ui": 1,
73
+ "style": ""
74
+ },
75
+ {
76
+ "key": "field_6526a8a515b6f",
77
+ "label": "Background Assets - Desktop",
78
+ "name": "",
79
+ "aria-label": "",
80
+ "type": "accordion",
81
+ "instructions": "",
82
+ "required": 0,
83
+ "conditional_logic": [
84
+ [
85
+ {
86
+ "field": "field_6526a94b75d22",
87
+ "operator": "==",
88
+ "value": "1"
89
+ }
90
+ ]
91
+ ],
92
+ "wrapper": {
93
+ "width": "",
94
+ "class": "",
95
+ "id": ""
96
+ },
97
+ "wpml_cf_preferences": 3,
98
+ "user_roles": [
99
+ "all"
100
+ ],
101
+ "open": 0,
102
+ "multi_expand": 0,
103
+ "endpoint": 0
104
+ },
105
+ {
106
+ "key": "field_6400b45dba1fa",
107
+ "label": "Desktop | Background Assets",
108
+ "name": "desktop_background_assets",
109
+ "aria-label": "",
110
+ "type": "gallery",
111
+ "instructions": "",
112
+ "required": 0,
113
+ "conditional_logic": [
114
+ [
115
+ {
116
+ "field": "field_6526a94b75d22",
117
+ "operator": "==",
118
+ "value": "1"
119
+ }
120
+ ]
121
+ ],
122
+ "wrapper": {
123
+ "width": "",
124
+ "class": "",
125
+ "id": ""
126
+ },
127
+ "wpml_cf_preferences": 3,
128
+ "user_roles": [
129
+ "all"
130
+ ],
131
+ "return_format": "array",
132
+ "library": "all",
133
+ "min": "",
134
+ "max": "",
135
+ "min_width": "",
136
+ "min_height": "",
137
+ "min_size": "",
138
+ "max_width": "",
139
+ "max_height": "",
140
+ "max_size": "",
141
+ "mime_types": "",
142
+ "insert": "append",
143
+ "preview_size": "medium"
144
+ },
145
+ {
146
+ "key": "field_6526a8c115b70",
147
+ "label": "Background Assets - Desktop END",
148
+ "name": "",
149
+ "aria-label": "",
150
+ "type": "accordion",
151
+ "instructions": "",
152
+ "required": 0,
153
+ "conditional_logic": 0,
154
+ "wrapper": {
155
+ "width": "",
156
+ "class": "",
157
+ "id": ""
158
+ },
159
+ "wpml_cf_preferences": 3,
160
+ "user_roles": [
161
+ "all"
162
+ ],
163
+ "open": 0,
164
+ "multi_expand": 0,
165
+ "endpoint": 1
166
+ },
167
+ {
168
+ "key": "field_6526a8d615b71",
169
+ "label": "Foreground Assets - Desktop",
170
+ "name": "",
171
+ "aria-label": "",
172
+ "type": "accordion",
173
+ "instructions": "",
174
+ "required": 0,
175
+ "conditional_logic": [
176
+ [
177
+ {
178
+ "field": "field_6526a97a75d23",
179
+ "operator": "==",
180
+ "value": "1"
181
+ }
182
+ ]
183
+ ],
184
+ "wrapper": {
185
+ "width": "",
186
+ "class": "",
187
+ "id": ""
188
+ },
189
+ "wpml_cf_preferences": 3,
190
+ "user_roles": [
191
+ "all"
192
+ ],
193
+ "open": 0,
194
+ "multi_expand": 0,
195
+ "endpoint": 0
196
+ },
197
+ {
198
+ "key": "field_6400bee44065e",
199
+ "label": "Desktop | Foreground Assets",
200
+ "name": "desktop_foreground_assets",
201
+ "aria-label": "",
202
+ "type": "gallery",
203
+ "instructions": "",
204
+ "required": 0,
205
+ "conditional_logic": 0,
206
+ "wrapper": {
207
+ "width": "",
208
+ "class": "",
209
+ "id": ""
210
+ },
211
+ "wpml_cf_preferences": 3,
212
+ "return_format": "array",
213
+ "preview_size": "medium",
214
+ "insert": "append",
215
+ "library": "all",
216
+ "min": "",
217
+ "max": "",
218
+ "min_width": "",
219
+ "min_height": "",
220
+ "min_size": "",
221
+ "max_width": "",
222
+ "max_height": "",
223
+ "max_size": "",
224
+ "mime_types": ""
225
+ },
226
+ {
227
+ "key": "field_65672741eace1",
228
+ "label": "Desktop | Foreground Assets Safari",
229
+ "name": "desktop_foreground_assets_safari",
230
+ "aria-label": "",
231
+ "type": "gallery",
232
+ "instructions": "",
233
+ "required": 0,
234
+ "conditional_logic": [
235
+ [
236
+ {
237
+ "field": "field_6567271ceacde",
238
+ "operator": "==",
239
+ "value": "1"
240
+ }
241
+ ]
242
+ ],
243
+ "wrapper": {
244
+ "width": "",
245
+ "class": "",
246
+ "id": ""
247
+ },
248
+ "wpml_cf_preferences": 3,
249
+ "user_roles": [
250
+ "all"
251
+ ],
252
+ "return_format": "array",
253
+ "library": "all",
254
+ "min": "",
255
+ "max": "",
256
+ "min_width": "",
257
+ "min_height": "",
258
+ "min_size": "",
259
+ "max_width": "",
260
+ "max_height": "",
261
+ "max_size": "",
262
+ "mime_types": "",
263
+ "insert": "append",
264
+ "preview_size": "medium"
265
+ },
266
+ {
267
+ "key": "field_655baf05fab2b",
268
+ "label": "Enable Reverse Video Assets",
269
+ "name": "enable_reverse_video_assets",
270
+ "aria-label": "",
271
+ "type": "true_false",
272
+ "instructions": "",
273
+ "required": 0,
274
+ "conditional_logic": 0,
275
+ "wrapper": {
276
+ "width": "50",
277
+ "class": "",
278
+ "id": ""
279
+ },
280
+ "wpml_cf_preferences": 3,
281
+ "user_roles": [
282
+ "all"
283
+ ],
284
+ "message": "",
285
+ "default_value": 0,
286
+ "ui_on_text": "",
287
+ "ui_off_text": "",
288
+ "ui": 1,
289
+ "style": ""
290
+ },
291
+ {
292
+ "key": "field_6567271ceacde",
293
+ "label": "Enable Safari Video Assets",
294
+ "name": "enable_safari_video_assets",
295
+ "aria-label": "",
296
+ "type": "true_false",
297
+ "instructions": "",
298
+ "required": 0,
299
+ "conditional_logic": 0,
300
+ "wrapper": {
301
+ "width": "50",
302
+ "class": "",
303
+ "id": ""
304
+ },
305
+ "wpml_cf_preferences": 3,
306
+ "user_roles": [
307
+ "all"
308
+ ],
309
+ "message": "",
310
+ "default_value": 0,
311
+ "ui_on_text": "",
312
+ "ui_off_text": "",
313
+ "ui": 1,
314
+ "style": ""
315
+ },
316
+ {
317
+ "key": "field_655baeecfab2a",
318
+ "label": "Desktop | Foreground Assets Reverse",
319
+ "name": "desktop_foreground_assets_reverse",
320
+ "aria-label": "",
321
+ "type": "gallery",
322
+ "instructions": "",
323
+ "required": 0,
324
+ "conditional_logic": [
325
+ [
326
+ {
327
+ "field": "field_655baf05fab2b",
328
+ "operator": "==",
329
+ "value": "1"
330
+ }
331
+ ]
332
+ ],
333
+ "wrapper": {
334
+ "width": "",
335
+ "class": "",
336
+ "id": ""
337
+ },
338
+ "wpml_cf_preferences": 3,
339
+ "user_roles": [
340
+ "all"
341
+ ],
342
+ "return_format": "array",
343
+ "library": "all",
344
+ "min": "",
345
+ "max": "",
346
+ "min_width": "",
347
+ "min_height": "",
348
+ "min_size": "",
349
+ "max_width": "",
350
+ "max_height": "",
351
+ "max_size": "",
352
+ "mime_types": "",
353
+ "insert": "append",
354
+ "preview_size": "medium"
355
+ },
356
+ {
357
+ "key": "field_6567272feacdf",
358
+ "label": "Desktop | Foreground Assets Reverse Safari",
359
+ "name": "desktop_foreground_assets_reverse_safari",
360
+ "aria-label": "",
361
+ "type": "gallery",
362
+ "instructions": "",
363
+ "required": 0,
364
+ "conditional_logic": [
365
+ [
366
+ {
367
+ "field": "field_655baf05fab2b",
368
+ "operator": "==",
369
+ "value": "1"
370
+ },
371
+ {
372
+ "field": "field_6567271ceacde",
373
+ "operator": "==",
374
+ "value": "1"
375
+ }
376
+ ]
377
+ ],
378
+ "wrapper": {
379
+ "width": "",
380
+ "class": "",
381
+ "id": ""
382
+ },
383
+ "wpml_cf_preferences": 3,
384
+ "user_roles": [
385
+ "all"
386
+ ],
387
+ "return_format": "array",
388
+ "library": "all",
389
+ "min": "",
390
+ "max": "",
391
+ "min_width": "",
392
+ "min_height": "",
393
+ "min_size": "",
394
+ "max_width": "",
395
+ "max_height": "",
396
+ "max_size": "",
397
+ "mime_types": "",
398
+ "insert": "append",
399
+ "preview_size": "medium"
400
+ },
401
+ {
402
+ "key": "field_6526a91a15b72",
403
+ "label": "Foreground Assets - Desktop END",
404
+ "name": "",
405
+ "aria-label": "",
406
+ "type": "accordion",
407
+ "instructions": "",
408
+ "required": 0,
409
+ "conditional_logic": 0,
410
+ "wrapper": {
411
+ "width": "",
412
+ "class": "",
413
+ "id": ""
414
+ },
415
+ "wpml_cf_preferences": 3,
416
+ "user_roles": [
417
+ "all"
418
+ ],
419
+ "open": 0,
420
+ "multi_expand": 0,
421
+ "endpoint": 1
422
+ },
423
+ {
424
+ "key": "field_65a7d761ae99d",
425
+ "label": "Foreground Assets - Mobile",
426
+ "name": "",
427
+ "aria-label": "",
428
+ "type": "accordion",
429
+ "instructions": "",
430
+ "required": 0,
431
+ "conditional_logic": [
432
+ [
433
+ {
434
+ "field": "field_6526a97a75d23",
435
+ "operator": "==",
436
+ "value": "1"
437
+ }
438
+ ]
439
+ ],
440
+ "wrapper": {
441
+ "width": "",
442
+ "class": "",
443
+ "id": ""
444
+ },
445
+ "wpml_cf_preferences": 3,
446
+ "open": 0,
447
+ "multi_expand": 0,
448
+ "endpoint": 0
449
+ },
450
+ {
451
+ "key": "field_65a7d769ae99e",
452
+ "label": "Mobile | Foreground Assets",
453
+ "name": "mobile_foreground_assets",
454
+ "aria-label": "",
455
+ "type": "gallery",
456
+ "instructions": "",
457
+ "required": 0,
458
+ "conditional_logic": 0,
459
+ "wrapper": {
460
+ "width": "",
461
+ "class": "",
462
+ "id": ""
463
+ },
464
+ "wpml_cf_preferences": 3,
465
+ "return_format": "array",
466
+ "library": "all",
467
+ "min": "",
468
+ "max": "",
469
+ "min_width": "",
470
+ "min_height": "",
471
+ "min_size": "",
472
+ "max_width": "",
473
+ "max_height": "",
474
+ "max_size": "",
475
+ "mime_types": "",
476
+ "insert": "append",
477
+ "preview_size": "medium"
478
+ },
479
+ {
480
+ "key": "field_65a7d776ae99f",
481
+ "label": "Mobile | Foreground Assets Safari",
482
+ "name": "mobile_foreground_assets_safari",
483
+ "aria-label": "",
484
+ "type": "gallery",
485
+ "instructions": "",
486
+ "required": 0,
487
+ "conditional_logic": [
488
+ [
489
+ {
490
+ "field": "field_6567271ceacde",
491
+ "operator": "==",
492
+ "value": "1"
493
+ }
494
+ ]
495
+ ],
496
+ "wrapper": {
497
+ "width": "",
498
+ "class": "",
499
+ "id": ""
500
+ },
501
+ "wpml_cf_preferences": 3,
502
+ "return_format": "array",
503
+ "library": "all",
504
+ "min": "",
505
+ "max": "",
506
+ "min_width": "",
507
+ "min_height": "",
508
+ "min_size": "",
509
+ "max_width": "",
510
+ "max_height": "",
511
+ "max_size": "",
512
+ "mime_types": "",
513
+ "insert": "append",
514
+ "preview_size": "medium"
515
+ },
516
+ {
517
+ "key": "field_65a7d781ae9a0",
518
+ "label": "Enable Reverse Video Assets",
519
+ "name": "enable_reverse_video_assets_mobile",
520
+ "aria-label": "",
521
+ "type": "true_false",
522
+ "instructions": "",
523
+ "required": 0,
524
+ "conditional_logic": 0,
525
+ "wrapper": {
526
+ "width": "50",
527
+ "class": "",
528
+ "id": ""
529
+ },
530
+ "wpml_cf_preferences": 3,
531
+ "message": "",
532
+ "default_value": 0,
533
+ "ui_on_text": "",
534
+ "ui_off_text": "",
535
+ "ui": 1,
536
+ "style": ""
537
+ },
538
+ {
539
+ "key": "field_65a7d795ae9a1",
540
+ "label": "Enable Safari Video Assets",
541
+ "name": "enable_safari_video_assets_mobile",
542
+ "aria-label": "",
543
+ "type": "true_false",
544
+ "instructions": "",
545
+ "required": 0,
546
+ "conditional_logic": 0,
547
+ "wrapper": {
548
+ "width": "50",
549
+ "class": "",
550
+ "id": ""
551
+ },
552
+ "wpml_cf_preferences": 3,
553
+ "message": "",
554
+ "default_value": 0,
555
+ "ui_on_text": "",
556
+ "ui_off_text": "",
557
+ "ui": 1,
558
+ "style": ""
559
+ },
560
+ {
561
+ "key": "field_65a7d7a1ae9a2",
562
+ "label": "Mobile | Foreground Assets Reverse",
563
+ "name": "mobile_foreground_assets_reverse",
564
+ "aria-label": "",
565
+ "type": "gallery",
566
+ "instructions": "",
567
+ "required": 0,
568
+ "conditional_logic": [
569
+ [
570
+ {
571
+ "field": "field_655baf05fab2b",
572
+ "operator": "==",
573
+ "value": "1"
574
+ }
575
+ ]
576
+ ],
577
+ "wrapper": {
578
+ "width": "",
579
+ "class": "",
580
+ "id": ""
581
+ },
582
+ "wpml_cf_preferences": 3,
583
+ "return_format": "array",
584
+ "library": "all",
585
+ "min": "",
586
+ "max": "",
587
+ "min_width": "",
588
+ "min_height": "",
589
+ "min_size": "",
590
+ "max_width": "",
591
+ "max_height": "",
592
+ "max_size": "",
593
+ "mime_types": "",
594
+ "insert": "append",
595
+ "preview_size": "medium"
596
+ },
597
+ {
598
+ "key": "field_65a7d7aaae9a3",
599
+ "label": "Mobile | Foreground Assets Reverse Safari",
600
+ "name": "mobile_foreground_assets_reverse_safari",
601
+ "aria-label": "",
602
+ "type": "gallery",
603
+ "instructions": "",
604
+ "required": 0,
605
+ "conditional_logic": [
606
+ [
607
+ {
608
+ "field": "field_655baf05fab2b",
609
+ "operator": "==",
610
+ "value": "1"
611
+ },
612
+ {
613
+ "field": "field_6567271ceacde",
614
+ "operator": "==",
615
+ "value": "1"
616
+ }
617
+ ]
618
+ ],
619
+ "wrapper": {
620
+ "width": "",
621
+ "class": "",
622
+ "id": ""
623
+ },
624
+ "wpml_cf_preferences": 3,
625
+ "return_format": "array",
626
+ "library": "all",
627
+ "min": "",
628
+ "max": "",
629
+ "min_width": "",
630
+ "min_height": "",
631
+ "min_size": "",
632
+ "max_width": "",
633
+ "max_height": "",
634
+ "max_size": "",
635
+ "mime_types": "",
636
+ "insert": "append",
637
+ "preview_size": "medium"
638
+ },
639
+ {
640
+ "key": "field_65a7d7bbae9a4",
641
+ "label": "Foreground Assets - Mobile END",
642
+ "name": "",
643
+ "aria-label": "",
644
+ "type": "accordion",
645
+ "instructions": "",
646
+ "required": 0,
647
+ "conditional_logic": 0,
648
+ "wrapper": {
649
+ "width": "",
650
+ "class": "",
651
+ "id": ""
652
+ },
653
+ "wpml_cf_preferences": 3,
654
+ "open": 0,
655
+ "multi_expand": 0,
656
+ "endpoint": 1
657
+ },
658
+ {
659
+ "key": "field_63ff43cd38867",
660
+ "label": "Timelines",
661
+ "name": "",
662
+ "aria-label": "",
663
+ "type": "tab",
664
+ "instructions": "",
665
+ "required": 0,
666
+ "conditional_logic": 0,
667
+ "wrapper": {
668
+ "width": "",
669
+ "class": "",
670
+ "id": ""
671
+ },
672
+ "wpml_cf_preferences": 3,
673
+ "placement": "top",
674
+ "endpoint": 0,
675
+ "no_preference": 0,
676
+ "selected": 0
677
+ },
678
+ {
679
+ "key": "field_6526b3537a225",
680
+ "label": "Animation Timelines - Desktop",
681
+ "name": "",
682
+ "aria-label": "",
683
+ "type": "accordion",
684
+ "instructions": "",
685
+ "required": 0,
686
+ "conditional_logic": 0,
687
+ "wrapper": {
688
+ "width": "",
689
+ "class": "",
690
+ "id": ""
691
+ },
692
+ "wpml_cf_preferences": 3,
693
+ "user_roles": [
694
+ "all"
695
+ ],
696
+ "open": 0,
697
+ "multi_expand": 0,
698
+ "endpoint": 0
699
+ },
700
+ {
701
+ "key": "field_63ff43e038868",
702
+ "label": "Desktop | Animation Timelines",
703
+ "name": "desktop_timelines",
704
+ "aria-label": "",
705
+ "type": "repeater",
706
+ "instructions": "",
707
+ "required": 0,
708
+ "conditional_logic": 0,
709
+ "wrapper": {
710
+ "width": "",
711
+ "class": "",
712
+ "id": ""
713
+ },
714
+ "wpml_cf_preferences": 3,
715
+ "collapsed": "field_64366925211c1",
716
+ "min": 0,
717
+ "max": 0,
718
+ "layout": "row",
719
+ "button_label": "Add Timeline",
720
+ "rows_per_page": 20,
721
+ "acfe_repeater_stylised_button": 0,
722
+ "sub_fields": [
723
+ {
724
+ "key": "field_64366925211c1",
725
+ "label": "Timeline Title",
726
+ "name": "timeline_title",
727
+ "aria-label": "",
728
+ "type": "text",
729
+ "instructions": "",
730
+ "required": 0,
731
+ "conditional_logic": 0,
732
+ "wrapper": {
733
+ "width": "",
734
+ "class": "",
735
+ "id": ""
736
+ },
737
+ "wpml_cf_preferences": 2,
738
+ "default_value": "",
739
+ "placeholder": "",
740
+ "prepend": "",
741
+ "append": "",
742
+ "maxlength": "",
743
+ "parent_repeater": "field_63ff43e038868"
744
+ },
745
+ {
746
+ "key": "field_63ff448d3886d",
747
+ "label": "Tweens",
748
+ "name": "tweens",
749
+ "aria-label": "",
750
+ "type": "repeater",
751
+ "instructions": "",
752
+ "required": 0,
753
+ "conditional_logic": 0,
754
+ "wrapper": {
755
+ "width": "",
756
+ "class": "",
757
+ "id": ""
758
+ },
759
+ "wpml_cf_preferences": 3,
760
+ "collapsed": "field_63ff449b3886e",
761
+ "min": 0,
762
+ "max": 0,
763
+ "layout": "row",
764
+ "button_label": "Add Tween",
765
+ "rows_per_page": 20,
766
+ "parent_repeater": "field_63ff43e038868",
767
+ "acfe_repeater_stylised_button": 0,
768
+ "sub_fields": [
769
+ {
770
+ "key": "field_63ff449b3886e",
771
+ "label": "Link Asset Name",
772
+ "name": "link_asset_name",
773
+ "aria-label": "",
774
+ "type": "text",
775
+ "instructions": "",
776
+ "required": 0,
777
+ "conditional_logic": 0,
778
+ "wrapper": {
779
+ "width": "",
780
+ "class": "",
781
+ "id": ""
782
+ },
783
+ "wpml_cf_preferences": 2,
784
+ "default_value": "",
785
+ "maxlength": "",
786
+ "placeholder": "",
787
+ "prepend": "",
788
+ "append": "",
789
+ "parent_repeater": "field_63ff448d3886d"
790
+ },
791
+ {
792
+ "key": "field_6527d7f5eaafe",
793
+ "label": "Asset Type",
794
+ "name": "asset_type",
795
+ "aria-label": "",
796
+ "type": "select",
797
+ "instructions": "",
798
+ "required": 0,
799
+ "conditional_logic": 0,
800
+ "wrapper": {
801
+ "width": "",
802
+ "class": "",
803
+ "id": ""
804
+ },
805
+ "wpml_cf_preferences": 3,
806
+ "choices": {
807
+ "video": "Video",
808
+ "image": "Image"
809
+ },
810
+ "default_value": false,
811
+ "return_format": "value",
812
+ "multiple": 0,
813
+ "allow_null": 0,
814
+ "ui": 0,
815
+ "ajax": 0,
816
+ "placeholder": "",
817
+ "parent_repeater": "field_63ff448d3886d",
818
+ "allow_custom": 0,
819
+ "search_placeholder": "",
820
+ "prepend": "",
821
+ "append": "",
822
+ "min": "",
823
+ "max": ""
824
+ },
825
+ {
826
+ "key": "field_6527da1f11dd5",
827
+ "label": "Default Tween Options",
828
+ "name": "",
829
+ "aria-label": "",
830
+ "type": "accordion",
831
+ "instructions": "",
832
+ "required": 0,
833
+ "conditional_logic": [
834
+ [
835
+ {
836
+ "field": "field_6527d7f5eaafe",
837
+ "operator": "==",
838
+ "value": "video"
839
+ }
840
+ ],
841
+ [
842
+ {
843
+ "field": "field_6527d7f5eaafe",
844
+ "operator": "==",
845
+ "value": "image"
846
+ }
847
+ ]
848
+ ],
849
+ "wrapper": {
850
+ "width": "",
851
+ "class": "",
852
+ "id": ""
853
+ },
854
+ "wpml_cf_preferences": 3,
855
+ "open": 1,
856
+ "multi_expand": 1,
857
+ "endpoint": 0,
858
+ "parent_repeater": "field_63ff448d3886d"
859
+ },
860
+ {
861
+ "key": "field_63ff68d39a80e",
862
+ "label": "Position X",
863
+ "name": "position_x",
864
+ "aria-label": "",
865
+ "type": "text",
866
+ "instructions": "",
867
+ "required": 0,
868
+ "conditional_logic": 0,
869
+ "wrapper": {
870
+ "width": "",
871
+ "class": "",
872
+ "id": ""
873
+ },
874
+ "wpml_cf_preferences": 2,
875
+ "default_value": "",
876
+ "placeholder": "",
877
+ "prepend": "",
878
+ "append": "",
879
+ "maxlength": "",
880
+ "parent_repeater": "field_63ff448d3886d"
881
+ },
882
+ {
883
+ "key": "field_63ff691f9a80f",
884
+ "label": "Position Y",
885
+ "name": "position_y",
886
+ "aria-label": "",
887
+ "type": "text",
888
+ "instructions": "",
889
+ "required": 0,
890
+ "conditional_logic": 0,
891
+ "wrapper": {
892
+ "width": "",
893
+ "class": "",
894
+ "id": ""
895
+ },
896
+ "wpml_cf_preferences": 2,
897
+ "default_value": "",
898
+ "placeholder": "",
899
+ "prepend": "",
900
+ "append": "",
901
+ "maxlength": "",
902
+ "parent_repeater": "field_63ff448d3886d"
903
+ },
904
+ {
905
+ "key": "field_6407499e09f4a",
906
+ "label": "Width",
907
+ "name": "width",
908
+ "aria-label": "",
909
+ "type": "text",
910
+ "instructions": "",
911
+ "required": 0,
912
+ "conditional_logic": 0,
913
+ "wrapper": {
914
+ "width": "",
915
+ "class": "",
916
+ "id": ""
917
+ },
918
+ "wpml_cf_preferences": 2,
919
+ "default_value": "",
920
+ "placeholder": "",
921
+ "prepend": "",
922
+ "append": "",
923
+ "maxlength": "",
924
+ "parent_repeater": "field_63ff448d3886d"
925
+ },
926
+ {
927
+ "key": "field_6407499209f49",
928
+ "label": "Height",
929
+ "name": "height",
930
+ "aria-label": "",
931
+ "type": "text",
932
+ "instructions": "",
933
+ "required": 0,
934
+ "conditional_logic": 0,
935
+ "wrapper": {
936
+ "width": "",
937
+ "class": "",
938
+ "id": ""
939
+ },
940
+ "wpml_cf_preferences": 2,
941
+ "default_value": "",
942
+ "placeholder": "",
943
+ "prepend": "",
944
+ "append": "",
945
+ "maxlength": "",
946
+ "parent_repeater": "field_63ff448d3886d"
947
+ },
948
+ {
949
+ "key": "field_64072e3d9d1fc",
950
+ "label": "Opacity",
951
+ "name": "opacity",
952
+ "aria-label": "",
953
+ "type": "text",
954
+ "instructions": "",
955
+ "required": 0,
956
+ "conditional_logic": 0,
957
+ "wrapper": {
958
+ "width": "",
959
+ "class": "",
960
+ "id": ""
961
+ },
962
+ "wpml_cf_preferences": 2,
963
+ "default_value": "",
964
+ "placeholder": "",
965
+ "prepend": "",
966
+ "append": "",
967
+ "maxlength": "",
968
+ "parent_repeater": "field_63ff448d3886d"
969
+ },
970
+ {
971
+ "key": "field_63ff5dfa22a7a",
972
+ "label": "Duration",
973
+ "name": "duration",
974
+ "aria-label": "",
975
+ "type": "text",
976
+ "instructions": "",
977
+ "required": 0,
978
+ "conditional_logic": 0,
979
+ "wrapper": {
980
+ "width": "",
981
+ "class": "",
982
+ "id": ""
983
+ },
984
+ "wpml_cf_preferences": 2,
985
+ "default_value": "",
986
+ "placeholder": "",
987
+ "prepend": "",
988
+ "append": "",
989
+ "maxlength": "",
990
+ "parent_repeater": "field_63ff448d3886d"
991
+ },
992
+ {
993
+ "key": "field_6527daad11dd6",
994
+ "label": "Default Tween Options END",
995
+ "name": "",
996
+ "aria-label": "",
997
+ "type": "accordion",
998
+ "instructions": "",
999
+ "required": 0,
1000
+ "conditional_logic": 0,
1001
+ "wrapper": {
1002
+ "width": "",
1003
+ "class": "",
1004
+ "id": ""
1005
+ },
1006
+ "wpml_cf_preferences": 3,
1007
+ "open": 0,
1008
+ "multi_expand": 0,
1009
+ "endpoint": 1,
1010
+ "parent_repeater": "field_63ff448d3886d"
1011
+ },
1012
+ {
1013
+ "key": "field_6527db200b2c6",
1014
+ "label": "Video Tween Options",
1015
+ "name": "",
1016
+ "aria-label": "",
1017
+ "type": "accordion",
1018
+ "instructions": "",
1019
+ "required": 0,
1020
+ "conditional_logic": [
1021
+ [
1022
+ {
1023
+ "field": "field_6527d7f5eaafe",
1024
+ "operator": "==",
1025
+ "value": "video"
1026
+ }
1027
+ ]
1028
+ ],
1029
+ "wrapper": {
1030
+ "width": "",
1031
+ "class": "",
1032
+ "id": ""
1033
+ },
1034
+ "wpml_cf_preferences": 3,
1035
+ "open": 0,
1036
+ "multi_expand": 1,
1037
+ "endpoint": 0,
1038
+ "parent_repeater": "field_63ff448d3886d"
1039
+ },
1040
+ {
1041
+ "key": "field_6527dc0d0b2cb",
1042
+ "label": "Autoplay",
1043
+ "name": "autoplay",
1044
+ "aria-label": "",
1045
+ "type": "true_false",
1046
+ "instructions": "",
1047
+ "required": 0,
1048
+ "conditional_logic": [
1049
+ [
1050
+ {
1051
+ "field": "field_6527d7f5eaafe",
1052
+ "operator": "==",
1053
+ "value": "video"
1054
+ }
1055
+ ]
1056
+ ],
1057
+ "wrapper": {
1058
+ "width": "",
1059
+ "class": "",
1060
+ "id": ""
1061
+ },
1062
+ "wpml_cf_preferences": 3,
1063
+ "message": "",
1064
+ "default_value": 0,
1065
+ "ui_on_text": "",
1066
+ "ui_off_text": "",
1067
+ "ui": 1,
1068
+ "parent_repeater": "field_63ff448d3886d",
1069
+ "style": ""
1070
+ },
1071
+ {
1072
+ "key": "field_6527dc150b2cc",
1073
+ "label": "Loop",
1074
+ "name": "loop",
1075
+ "aria-label": "",
1076
+ "type": "true_false",
1077
+ "instructions": "",
1078
+ "required": 0,
1079
+ "conditional_logic": [
1080
+ [
1081
+ {
1082
+ "field": "field_6527d7f5eaafe",
1083
+ "operator": "==",
1084
+ "value": "video"
1085
+ }
1086
+ ]
1087
+ ],
1088
+ "wrapper": {
1089
+ "width": "",
1090
+ "class": "",
1091
+ "id": ""
1092
+ },
1093
+ "wpml_cf_preferences": 3,
1094
+ "message": "",
1095
+ "default_value": 0,
1096
+ "ui_on_text": "",
1097
+ "ui_off_text": "",
1098
+ "ui": 1,
1099
+ "parent_repeater": "field_63ff448d3886d",
1100
+ "style": ""
1101
+ },
1102
+ {
1103
+ "key": "field_6527dc1e0b2cd",
1104
+ "label": "Video Start Timestamp",
1105
+ "name": "video_start_time",
1106
+ "aria-label": "",
1107
+ "type": "time_picker",
1108
+ "instructions": "",
1109
+ "required": 0,
1110
+ "conditional_logic": [
1111
+ [
1112
+ {
1113
+ "field": "field_6527d7f5eaafe",
1114
+ "operator": "==",
1115
+ "value": "video"
1116
+ }
1117
+ ]
1118
+ ],
1119
+ "wrapper": {
1120
+ "width": "",
1121
+ "class": "",
1122
+ "id": ""
1123
+ },
1124
+ "wpml_cf_preferences": 3,
1125
+ "display_format": "i:s",
1126
+ "return_format": "i:s",
1127
+ "parent_repeater": "field_63ff448d3886d",
1128
+ "placeholder": "",
1129
+ "min_time": "",
1130
+ "max_time": "",
1131
+ "min_hour": "",
1132
+ "max_hour": "",
1133
+ "min_min": "",
1134
+ "max_min": "",
1135
+ "min_sec": "",
1136
+ "max_sec": ""
1137
+ },
1138
+ {
1139
+ "key": "field_652819c19dba3",
1140
+ "label": "Video End Timestamp",
1141
+ "name": "video_end_time",
1142
+ "aria-label": "",
1143
+ "type": "time_picker",
1144
+ "instructions": "",
1145
+ "required": 0,
1146
+ "conditional_logic": [
1147
+ [
1148
+ {
1149
+ "field": "field_6527d7f5eaafe",
1150
+ "operator": "==",
1151
+ "value": "video"
1152
+ }
1153
+ ]
1154
+ ],
1155
+ "wrapper": {
1156
+ "width": "",
1157
+ "class": "",
1158
+ "id": ""
1159
+ },
1160
+ "wpml_cf_preferences": 3,
1161
+ "display_format": "i:s",
1162
+ "return_format": "i:s",
1163
+ "parent_repeater": "field_63ff448d3886d",
1164
+ "placeholder": "",
1165
+ "min_time": "",
1166
+ "max_time": "",
1167
+ "min_hour": "",
1168
+ "max_hour": "",
1169
+ "min_min": "",
1170
+ "max_min": "",
1171
+ "min_sec": "",
1172
+ "max_sec": ""
1173
+ },
1174
+ {
1175
+ "key": "field_653969a920606",
1176
+ "label": "Enable Reverse Video",
1177
+ "name": "enable_reverse_video",
1178
+ "aria-label": "",
1179
+ "type": "true_false",
1180
+ "instructions": "",
1181
+ "required": 0,
1182
+ "conditional_logic": 0,
1183
+ "wrapper": {
1184
+ "width": "",
1185
+ "class": "",
1186
+ "id": ""
1187
+ },
1188
+ "wpml_cf_preferences": 3,
1189
+ "message": "",
1190
+ "default_value": 0,
1191
+ "ui": 0,
1192
+ "ui_on_text": "",
1193
+ "ui_off_text": "",
1194
+ "parent_repeater": "field_63ff448d3886d",
1195
+ "style": ""
1196
+ },
1197
+ {
1198
+ "key": "field_6527dba60b2c7",
1199
+ "label": "Video Tween Options END",
1200
+ "name": "",
1201
+ "aria-label": "",
1202
+ "type": "accordion",
1203
+ "instructions": "",
1204
+ "required": 0,
1205
+ "conditional_logic": 0,
1206
+ "wrapper": {
1207
+ "width": "",
1208
+ "class": "",
1209
+ "id": ""
1210
+ },
1211
+ "wpml_cf_preferences": 3,
1212
+ "open": 0,
1213
+ "multi_expand": 0,
1214
+ "endpoint": 1,
1215
+ "parent_repeater": "field_63ff448d3886d"
1216
+ }
1217
+ ]
1218
+ }
1219
+ ]
1220
+ },
1221
+ {
1222
+ "key": "field_6526b3aa7a232",
1223
+ "label": "Animation Timelines - Desktop END",
1224
+ "name": "",
1225
+ "aria-label": "",
1226
+ "type": "accordion",
1227
+ "instructions": "",
1228
+ "required": 0,
1229
+ "conditional_logic": 0,
1230
+ "wrapper": {
1231
+ "width": "",
1232
+ "class": "",
1233
+ "id": ""
1234
+ },
1235
+ "wpml_cf_preferences": 3,
1236
+ "user_roles": [
1237
+ "all"
1238
+ ],
1239
+ "open": 0,
1240
+ "multi_expand": 0,
1241
+ "endpoint": 1
1242
+ },
1243
+ {
1244
+ "key": "field_6526b3c8e9422",
1245
+ "label": "Animation Timelines - Tablet \/ Mobile",
1246
+ "name": "",
1247
+ "aria-label": "",
1248
+ "type": "accordion",
1249
+ "instructions": "",
1250
+ "required": 0,
1251
+ "conditional_logic": 0,
1252
+ "wrapper": {
1253
+ "width": "",
1254
+ "class": "",
1255
+ "id": ""
1256
+ },
1257
+ "wpml_cf_preferences": 3,
1258
+ "user_roles": [
1259
+ "all"
1260
+ ],
1261
+ "open": 0,
1262
+ "multi_expand": 0,
1263
+ "endpoint": 0
1264
+ },
1265
+ {
1266
+ "key": "field_65549fff43247",
1267
+ "label": "Tablet \/ Mobile | Animation Timelines",
1268
+ "name": "tablet_mobile_timelines",
1269
+ "aria-label": "",
1270
+ "type": "repeater",
1271
+ "instructions": "",
1272
+ "required": 0,
1273
+ "conditional_logic": 0,
1274
+ "wrapper": {
1275
+ "width": "",
1276
+ "class": "",
1277
+ "id": ""
1278
+ },
1279
+ "wpml_cf_preferences": 3,
1280
+ "user_roles": [
1281
+ "all"
1282
+ ],
1283
+ "layout": "row",
1284
+ "pagination": 0,
1285
+ "min": 0,
1286
+ "max": 0,
1287
+ "collapsed": "field_65549fff43248",
1288
+ "button_label": "Add Timeline",
1289
+ "rows_per_page": 20,
1290
+ "acfe_repeater_stylised_button": 0,
1291
+ "sub_fields": [
1292
+ {
1293
+ "key": "field_65549fff43248",
1294
+ "label": "Mobile Timeline Title",
1295
+ "name": "mobile_timeline_title",
1296
+ "aria-label": "",
1297
+ "type": "text",
1298
+ "instructions": "",
1299
+ "required": 0,
1300
+ "conditional_logic": 0,
1301
+ "wrapper": {
1302
+ "width": "",
1303
+ "class": "",
1304
+ "id": ""
1305
+ },
1306
+ "wpml_cf_preferences": 2,
1307
+ "default_value": "",
1308
+ "maxlength": "",
1309
+ "placeholder": "",
1310
+ "prepend": "",
1311
+ "append": "",
1312
+ "parent_repeater": "field_65549fff43247"
1313
+ },
1314
+ {
1315
+ "key": "field_65549fff43249",
1316
+ "label": "Tweens",
1317
+ "name": "tweens",
1318
+ "aria-label": "",
1319
+ "type": "repeater",
1320
+ "instructions": "",
1321
+ "required": 0,
1322
+ "conditional_logic": 0,
1323
+ "wrapper": {
1324
+ "width": "",
1325
+ "class": "",
1326
+ "id": ""
1327
+ },
1328
+ "wpml_cf_preferences": 3,
1329
+ "layout": "row",
1330
+ "min": 0,
1331
+ "max": 0,
1332
+ "collapsed": "field_65549fff4324a",
1333
+ "button_label": "Add Tween",
1334
+ "rows_per_page": 20,
1335
+ "parent_repeater": "field_65549fff43247",
1336
+ "acfe_repeater_stylised_button": 0,
1337
+ "sub_fields": [
1338
+ {
1339
+ "key": "field_65549fff4324a",
1340
+ "label": "Link Asset Name",
1341
+ "name": "link_asset_name",
1342
+ "aria-label": "",
1343
+ "type": "text",
1344
+ "instructions": "",
1345
+ "required": 0,
1346
+ "conditional_logic": 0,
1347
+ "wrapper": {
1348
+ "width": "",
1349
+ "class": "",
1350
+ "id": ""
1351
+ },
1352
+ "wpml_cf_preferences": 2,
1353
+ "default_value": "",
1354
+ "maxlength": "",
1355
+ "placeholder": "",
1356
+ "prepend": "",
1357
+ "append": "",
1358
+ "parent_repeater": "field_65549fff43249"
1359
+ },
1360
+ {
1361
+ "key": "field_65549fff4324b",
1362
+ "label": "Asset Type",
1363
+ "name": "asset_type",
1364
+ "aria-label": "",
1365
+ "type": "select",
1366
+ "instructions": "",
1367
+ "required": 0,
1368
+ "conditional_logic": 0,
1369
+ "wrapper": {
1370
+ "width": "",
1371
+ "class": "",
1372
+ "id": ""
1373
+ },
1374
+ "wpml_cf_preferences": 3,
1375
+ "choices": {
1376
+ "video": "Video",
1377
+ "image": "Image"
1378
+ },
1379
+ "default_value": false,
1380
+ "return_format": "value",
1381
+ "multiple": 0,
1382
+ "allow_null": 0,
1383
+ "ui": 0,
1384
+ "ajax": 0,
1385
+ "placeholder": "",
1386
+ "parent_repeater": "field_65549fff43249",
1387
+ "allow_custom": 0,
1388
+ "search_placeholder": "",
1389
+ "prepend": "",
1390
+ "append": "",
1391
+ "min": "",
1392
+ "max": ""
1393
+ },
1394
+ {
1395
+ "key": "field_65549fff4324c",
1396
+ "label": "Default Tween Options",
1397
+ "name": "",
1398
+ "aria-label": "",
1399
+ "type": "accordion",
1400
+ "instructions": "",
1401
+ "required": 0,
1402
+ "conditional_logic": [
1403
+ [
1404
+ {
1405
+ "field": "field_65549fff4324b",
1406
+ "operator": "==",
1407
+ "value": "video"
1408
+ }
1409
+ ],
1410
+ [
1411
+ {
1412
+ "field": "field_65549fff4324b",
1413
+ "operator": "==",
1414
+ "value": "image"
1415
+ }
1416
+ ]
1417
+ ],
1418
+ "wrapper": {
1419
+ "width": "",
1420
+ "class": "",
1421
+ "id": ""
1422
+ },
1423
+ "wpml_cf_preferences": 3,
1424
+ "open": 0,
1425
+ "multi_expand": 0,
1426
+ "endpoint": 0,
1427
+ "parent_repeater": "field_65549fff43249"
1428
+ },
1429
+ {
1430
+ "key": "field_65549fff4324d",
1431
+ "label": "Position X",
1432
+ "name": "position_x",
1433
+ "aria-label": "",
1434
+ "type": "text",
1435
+ "instructions": "",
1436
+ "required": 0,
1437
+ "conditional_logic": 0,
1438
+ "wrapper": {
1439
+ "width": "",
1440
+ "class": "",
1441
+ "id": ""
1442
+ },
1443
+ "wpml_cf_preferences": 2,
1444
+ "default_value": "",
1445
+ "maxlength": "",
1446
+ "placeholder": "",
1447
+ "prepend": "",
1448
+ "append": "",
1449
+ "parent_repeater": "field_65549fff43249"
1450
+ },
1451
+ {
1452
+ "key": "field_65549fff4324e",
1453
+ "label": "Position Y",
1454
+ "name": "position_y",
1455
+ "aria-label": "",
1456
+ "type": "text",
1457
+ "instructions": "",
1458
+ "required": 0,
1459
+ "conditional_logic": 0,
1460
+ "wrapper": {
1461
+ "width": "",
1462
+ "class": "",
1463
+ "id": ""
1464
+ },
1465
+ "wpml_cf_preferences": 2,
1466
+ "default_value": "",
1467
+ "maxlength": "",
1468
+ "placeholder": "",
1469
+ "prepend": "",
1470
+ "append": "",
1471
+ "parent_repeater": "field_65549fff43249"
1472
+ },
1473
+ {
1474
+ "key": "field_65549fff4324f",
1475
+ "label": "Width",
1476
+ "name": "width",
1477
+ "aria-label": "",
1478
+ "type": "text",
1479
+ "instructions": "",
1480
+ "required": 0,
1481
+ "conditional_logic": 0,
1482
+ "wrapper": {
1483
+ "width": "",
1484
+ "class": "",
1485
+ "id": ""
1486
+ },
1487
+ "wpml_cf_preferences": 2,
1488
+ "default_value": "",
1489
+ "maxlength": "",
1490
+ "placeholder": "",
1491
+ "prepend": "",
1492
+ "append": "",
1493
+ "parent_repeater": "field_65549fff43249"
1494
+ },
1495
+ {
1496
+ "key": "field_65549fff43250",
1497
+ "label": "Height",
1498
+ "name": "height",
1499
+ "aria-label": "",
1500
+ "type": "text",
1501
+ "instructions": "",
1502
+ "required": 0,
1503
+ "conditional_logic": 0,
1504
+ "wrapper": {
1505
+ "width": "",
1506
+ "class": "",
1507
+ "id": ""
1508
+ },
1509
+ "wpml_cf_preferences": 2,
1510
+ "default_value": "",
1511
+ "maxlength": "",
1512
+ "placeholder": "",
1513
+ "prepend": "",
1514
+ "append": "",
1515
+ "parent_repeater": "field_65549fff43249"
1516
+ },
1517
+ {
1518
+ "key": "field_65549fff43251",
1519
+ "label": "Opacity",
1520
+ "name": "opacity",
1521
+ "aria-label": "",
1522
+ "type": "text",
1523
+ "instructions": "",
1524
+ "required": 0,
1525
+ "conditional_logic": 0,
1526
+ "wrapper": {
1527
+ "width": "",
1528
+ "class": "",
1529
+ "id": ""
1530
+ },
1531
+ "wpml_cf_preferences": 2,
1532
+ "default_value": "",
1533
+ "maxlength": "",
1534
+ "placeholder": "",
1535
+ "prepend": "",
1536
+ "append": "",
1537
+ "parent_repeater": "field_65549fff43249"
1538
+ },
1539
+ {
1540
+ "key": "field_65549fff43252",
1541
+ "label": "Duration",
1542
+ "name": "duration",
1543
+ "aria-label": "",
1544
+ "type": "text",
1545
+ "instructions": "",
1546
+ "required": 0,
1547
+ "conditional_logic": 0,
1548
+ "wrapper": {
1549
+ "width": "",
1550
+ "class": "",
1551
+ "id": ""
1552
+ },
1553
+ "wpml_cf_preferences": 2,
1554
+ "default_value": "",
1555
+ "maxlength": "",
1556
+ "placeholder": "",
1557
+ "prepend": "",
1558
+ "append": "",
1559
+ "parent_repeater": "field_65549fff43249"
1560
+ },
1561
+ {
1562
+ "key": "field_65549fff43253",
1563
+ "label": "Default Tween Options END",
1564
+ "name": "",
1565
+ "aria-label": "",
1566
+ "type": "accordion",
1567
+ "instructions": "",
1568
+ "required": 0,
1569
+ "conditional_logic": 0,
1570
+ "wrapper": {
1571
+ "width": "",
1572
+ "class": "",
1573
+ "id": ""
1574
+ },
1575
+ "wpml_cf_preferences": 3,
1576
+ "open": 0,
1577
+ "multi_expand": 0,
1578
+ "endpoint": 1,
1579
+ "parent_repeater": "field_65549fff43249"
1580
+ },
1581
+ {
1582
+ "key": "field_65549fff43254",
1583
+ "label": "Video Tween Options",
1584
+ "name": "",
1585
+ "aria-label": "",
1586
+ "type": "accordion",
1587
+ "instructions": "",
1588
+ "required": 0,
1589
+ "conditional_logic": [
1590
+ [
1591
+ {
1592
+ "field": "field_65549fff4324b",
1593
+ "operator": "==",
1594
+ "value": "video"
1595
+ }
1596
+ ]
1597
+ ],
1598
+ "wrapper": {
1599
+ "width": "",
1600
+ "class": "",
1601
+ "id": ""
1602
+ },
1603
+ "wpml_cf_preferences": 3,
1604
+ "open": 0,
1605
+ "multi_expand": 0,
1606
+ "endpoint": 0,
1607
+ "parent_repeater": "field_65549fff43249"
1608
+ },
1609
+ {
1610
+ "key": "field_65549fff43255",
1611
+ "label": "Autoplay",
1612
+ "name": "autoplay",
1613
+ "aria-label": "",
1614
+ "type": "true_false",
1615
+ "instructions": "",
1616
+ "required": 0,
1617
+ "conditional_logic": [
1618
+ [
1619
+ {
1620
+ "field": "field_65549fff4324b",
1621
+ "operator": "==",
1622
+ "value": "video"
1623
+ }
1624
+ ]
1625
+ ],
1626
+ "wrapper": {
1627
+ "width": "",
1628
+ "class": "",
1629
+ "id": ""
1630
+ },
1631
+ "wpml_cf_preferences": 3,
1632
+ "message": "",
1633
+ "default_value": 0,
1634
+ "ui_on_text": "",
1635
+ "ui_off_text": "",
1636
+ "ui": 1,
1637
+ "parent_repeater": "field_65549fff43249",
1638
+ "style": ""
1639
+ },
1640
+ {
1641
+ "key": "field_65549fff43256",
1642
+ "label": "Loop",
1643
+ "name": "loop",
1644
+ "aria-label": "",
1645
+ "type": "true_false",
1646
+ "instructions": "",
1647
+ "required": 0,
1648
+ "conditional_logic": [
1649
+ [
1650
+ {
1651
+ "field": "field_65549fff4324b",
1652
+ "operator": "==",
1653
+ "value": "video"
1654
+ }
1655
+ ]
1656
+ ],
1657
+ "wrapper": {
1658
+ "width": "",
1659
+ "class": "",
1660
+ "id": ""
1661
+ },
1662
+ "wpml_cf_preferences": 3,
1663
+ "message": "",
1664
+ "default_value": 0,
1665
+ "ui_on_text": "",
1666
+ "ui_off_text": "",
1667
+ "ui": 1,
1668
+ "parent_repeater": "field_65549fff43249",
1669
+ "style": ""
1670
+ },
1671
+ {
1672
+ "key": "field_65549fff43257",
1673
+ "label": "Video Start Timestamp",
1674
+ "name": "video_start_time",
1675
+ "aria-label": "",
1676
+ "type": "time_picker",
1677
+ "instructions": "",
1678
+ "required": 0,
1679
+ "conditional_logic": [
1680
+ [
1681
+ {
1682
+ "field": "field_65549fff4324b",
1683
+ "operator": "==",
1684
+ "value": "video"
1685
+ }
1686
+ ]
1687
+ ],
1688
+ "wrapper": {
1689
+ "width": "",
1690
+ "class": "",
1691
+ "id": ""
1692
+ },
1693
+ "wpml_cf_preferences": 3,
1694
+ "display_format": "i:s",
1695
+ "return_format": "i:s",
1696
+ "parent_repeater": "field_65549fff43249",
1697
+ "placeholder": "",
1698
+ "min_time": "",
1699
+ "max_time": "",
1700
+ "min_hour": "",
1701
+ "max_hour": "",
1702
+ "min_min": "",
1703
+ "max_min": "",
1704
+ "min_sec": "",
1705
+ "max_sec": ""
1706
+ },
1707
+ {
1708
+ "key": "field_65549fff43258",
1709
+ "label": "Video End Timestamp",
1710
+ "name": "video_end_time",
1711
+ "aria-label": "",
1712
+ "type": "time_picker",
1713
+ "instructions": "",
1714
+ "required": 0,
1715
+ "conditional_logic": [
1716
+ [
1717
+ {
1718
+ "field": "field_65549fff4324b",
1719
+ "operator": "==",
1720
+ "value": "video"
1721
+ }
1722
+ ]
1723
+ ],
1724
+ "wrapper": {
1725
+ "width": "",
1726
+ "class": "",
1727
+ "id": ""
1728
+ },
1729
+ "wpml_cf_preferences": 3,
1730
+ "display_format": "i:s",
1731
+ "return_format": "i:s",
1732
+ "parent_repeater": "field_65549fff43249",
1733
+ "placeholder": "",
1734
+ "min_time": "",
1735
+ "max_time": "",
1736
+ "min_hour": "",
1737
+ "max_hour": "",
1738
+ "min_min": "",
1739
+ "max_min": "",
1740
+ "min_sec": "",
1741
+ "max_sec": ""
1742
+ },
1743
+ {
1744
+ "key": "field_65549fff43259",
1745
+ "label": "Enable Reverse Video",
1746
+ "name": "enable_reverse_video",
1747
+ "aria-label": "",
1748
+ "type": "true_false",
1749
+ "instructions": "",
1750
+ "required": 0,
1751
+ "conditional_logic": 0,
1752
+ "wrapper": {
1753
+ "width": "",
1754
+ "class": "",
1755
+ "id": ""
1756
+ },
1757
+ "wpml_cf_preferences": 3,
1758
+ "message": "",
1759
+ "default_value": 0,
1760
+ "ui": 0,
1761
+ "ui_on_text": "",
1762
+ "ui_off_text": "",
1763
+ "parent_repeater": "field_65549fff43249",
1764
+ "style": ""
1765
+ },
1766
+ {
1767
+ "key": "field_65549fff4325a",
1768
+ "label": "Reversed Video",
1769
+ "name": "reversed_video",
1770
+ "aria-label": "",
1771
+ "type": "file",
1772
+ "instructions": "",
1773
+ "required": 0,
1774
+ "conditional_logic": [
1775
+ [
1776
+ {
1777
+ "field": "field_65549fff43259",
1778
+ "operator": "==",
1779
+ "value": "1"
1780
+ }
1781
+ ]
1782
+ ],
1783
+ "wrapper": {
1784
+ "width": "",
1785
+ "class": "",
1786
+ "id": ""
1787
+ },
1788
+ "wpml_cf_preferences": 3,
1789
+ "return_format": "array",
1790
+ "library": "all",
1791
+ "min_size": "",
1792
+ "max_size": "",
1793
+ "mime_types": "",
1794
+ "parent_repeater": "field_65549fff43249",
1795
+ "uploader": "",
1796
+ "preview_style": "default",
1797
+ "placeholder": "Select",
1798
+ "upload_folder": "",
1799
+ "button_label": "Add File",
1800
+ "stylised_button": 0,
1801
+ "file_count": 0,
1802
+ "multiple": 0,
1803
+ "min": "",
1804
+ "max": ""
1805
+ },
1806
+ {
1807
+ "key": "field_65549fff4325b",
1808
+ "label": "Video Tween Options END",
1809
+ "name": "",
1810
+ "aria-label": "",
1811
+ "type": "accordion",
1812
+ "instructions": "",
1813
+ "required": 0,
1814
+ "conditional_logic": 0,
1815
+ "wrapper": {
1816
+ "width": "",
1817
+ "class": "",
1818
+ "id": ""
1819
+ },
1820
+ "wpml_cf_preferences": 3,
1821
+ "open": 0,
1822
+ "multi_expand": 0,
1823
+ "endpoint": 1,
1824
+ "parent_repeater": "field_65549fff43249"
1825
+ }
1826
+ ]
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "key": "field_6526b3d4e9423",
1832
+ "label": "Animation Timelines - Tablet \/ Mobile END",
1833
+ "name": "",
1834
+ "aria-label": "",
1835
+ "type": "accordion",
1836
+ "instructions": "",
1837
+ "required": 0,
1838
+ "conditional_logic": 0,
1839
+ "wrapper": {
1840
+ "width": "",
1841
+ "class": "",
1842
+ "id": ""
1843
+ },
1844
+ "wpml_cf_preferences": 3,
1845
+ "user_roles": [
1846
+ "all"
1847
+ ],
1848
+ "open": 0,
1849
+ "multi_expand": 0,
1850
+ "endpoint": 1
1851
+ },
1852
+ {
1853
+ "key": "field_6400c5c671a4d",
1854
+ "label": "Overlay Slides",
1855
+ "name": "",
1856
+ "aria-label": "",
1857
+ "type": "tab",
1858
+ "instructions": "",
1859
+ "required": 0,
1860
+ "conditional_logic": 0,
1861
+ "wrapper": {
1862
+ "width": "",
1863
+ "class": "",
1864
+ "id": ""
1865
+ },
1866
+ "wpml_cf_preferences": 3,
1867
+ "placement": "top",
1868
+ "endpoint": 0,
1869
+ "no_preference": 0,
1870
+ "selected": 0
1871
+ },
1872
+ {
1873
+ "key": "field_6423fe001a736",
1874
+ "label": "Content",
1875
+ "name": "content",
1876
+ "aria-label": "",
1877
+ "type": "repeater",
1878
+ "instructions": "",
1879
+ "required": 0,
1880
+ "conditional_logic": 0,
1881
+ "wrapper": {
1882
+ "width": "",
1883
+ "class": "",
1884
+ "id": ""
1885
+ },
1886
+ "wpml_cf_preferences": 3,
1887
+ "collapsed": "field_64240e744b9d8",
1888
+ "min": 0,
1889
+ "max": 0,
1890
+ "layout": "row",
1891
+ "button_label": "Add Row",
1892
+ "rows_per_page": 20,
1893
+ "acfe_repeater_stylised_button": 0,
1894
+ "sub_fields": [
1895
+ {
1896
+ "key": "field_64240e744b9d8",
1897
+ "label": "Slide Title",
1898
+ "name": "slide_title",
1899
+ "aria-label": "",
1900
+ "type": "text",
1901
+ "instructions": "",
1902
+ "required": 0,
1903
+ "conditional_logic": 0,
1904
+ "wrapper": {
1905
+ "width": "73",
1906
+ "class": "",
1907
+ "id": ""
1908
+ },
1909
+ "wpml_cf_preferences": 2,
1910
+ "default_value": "",
1911
+ "placeholder": "",
1912
+ "prepend": "",
1913
+ "append": "",
1914
+ "maxlength": "",
1915
+ "parent_repeater": "field_6423fe001a736"
1916
+ },
1917
+ {
1918
+ "key": "field_6543b410ea065",
1919
+ "label": "Active Slides",
1920
+ "name": "active_slides",
1921
+ "aria-label": "",
1922
+ "type": "repeater",
1923
+ "instructions": "",
1924
+ "required": 0,
1925
+ "conditional_logic": 0,
1926
+ "wrapper": {
1927
+ "width": "23",
1928
+ "class": "",
1929
+ "id": ""
1930
+ },
1931
+ "wpml_cf_preferences": 3,
1932
+ "layout": "table",
1933
+ "pagination": 0,
1934
+ "min": 0,
1935
+ "max": 0,
1936
+ "collapsed": "",
1937
+ "button_label": "Add Row",
1938
+ "rows_per_page": 20,
1939
+ "parent_repeater": "field_6423fe001a736",
1940
+ "acfe_repeater_stylised_button": 0,
1941
+ "sub_fields": [
1942
+ {
1943
+ "key": "field_6543b41cea066",
1944
+ "label": "Slide Id",
1945
+ "name": "slide_id",
1946
+ "aria-label": "",
1947
+ "type": "text",
1948
+ "instructions": "",
1949
+ "required": 0,
1950
+ "conditional_logic": 0,
1951
+ "wrapper": {
1952
+ "width": "",
1953
+ "class": "",
1954
+ "id": ""
1955
+ },
1956
+ "wpml_cf_preferences": 2,
1957
+ "default_value": "",
1958
+ "maxlength": "",
1959
+ "placeholder": "",
1960
+ "prepend": "",
1961
+ "append": "",
1962
+ "parent_repeater": "field_6543b410ea065"
1963
+ }
1964
+ ]
1965
+ },
1966
+ {
1967
+ "key": "field_643e8b51d19aa",
1968
+ "label": "Slide Type",
1969
+ "name": "slide_type",
1970
+ "aria-label": "",
1971
+ "type": "select",
1972
+ "instructions": "",
1973
+ "required": 0,
1974
+ "conditional_logic": 0,
1975
+ "wrapper": {
1976
+ "width": "",
1977
+ "class": "",
1978
+ "id": ""
1979
+ },
1980
+ "choices": {
1981
+ "__intro-slide": "Intro Slide",
1982
+ "__info-slide": "Info Slide",
1983
+ "__content-slide": "Content Slide",
1984
+ "__inline-slide": "Inline slide"
1985
+ },
1986
+ "default_value": false,
1987
+ "allow_null": 0,
1988
+ "multiple": 0,
1989
+ "ui": 0,
1990
+ "return_format": "value",
1991
+ "ajax": 0,
1992
+ "placeholder": "",
1993
+ "parent_repeater": "field_6423fe001a736",
1994
+ "allow_custom": 0,
1995
+ "search_placeholder": "",
1996
+ "prepend": "",
1997
+ "append": "",
1998
+ "min": "",
1999
+ "max": "",
2000
+ "wpml_cf_preferences": 3
2001
+ },
2002
+ {
2003
+ "key": "field_6543a8e88d92c",
2004
+ "label": "Enable Eyebrow Heading",
2005
+ "name": "enable_eyebrow_heading",
2006
+ "aria-label": "",
2007
+ "type": "true_false",
2008
+ "instructions": "",
2009
+ "required": 0,
2010
+ "conditional_logic": [
2011
+ [
2012
+ {
2013
+ "field": "field_643e8b51d19aa",
2014
+ "operator": "==",
2015
+ "value": "__intro-slide"
2016
+ }
2017
+ ]
2018
+ ],
2019
+ "wrapper": {
2020
+ "width": "",
2021
+ "class": "",
2022
+ "id": ""
2023
+ },
2024
+ "wpml_cf_preferences": 3,
2025
+ "message": "",
2026
+ "default_value": 0,
2027
+ "ui_on_text": "",
2028
+ "ui_off_text": "",
2029
+ "ui": 1,
2030
+ "parent_repeater": "field_6423fe001a736",
2031
+ "style": ""
2032
+ },
2033
+ {
2034
+ "key": "field_6543a9048d92d",
2035
+ "label": "Enable Heading",
2036
+ "name": "enable_heading",
2037
+ "aria-label": "",
2038
+ "type": "true_false",
2039
+ "instructions": "",
2040
+ "required": 0,
2041
+ "conditional_logic": [
2042
+ [
2043
+ {
2044
+ "field": "field_643e8b51d19aa",
2045
+ "operator": "==",
2046
+ "value": "__intro-slide"
2047
+ }
2048
+ ],
2049
+ [
2050
+ {
2051
+ "field": "field_643e8b51d19aa",
2052
+ "operator": "==",
2053
+ "value": "__content-slide"
2054
+ }
2055
+ ]
2056
+ ],
2057
+ "wrapper": {
2058
+ "width": "",
2059
+ "class": "",
2060
+ "id": ""
2061
+ },
2062
+ "wpml_cf_preferences": 3,
2063
+ "message": "",
2064
+ "default_value": 0,
2065
+ "ui_on_text": "",
2066
+ "ui_off_text": "",
2067
+ "ui": 1,
2068
+ "parent_repeater": "field_6423fe001a736",
2069
+ "style": ""
2070
+ },
2071
+ {
2072
+ "key": "field_6543a9158d92e",
2073
+ "label": "Enable Slide Wysiwyg",
2074
+ "name": "enable_slide_wysiwyg",
2075
+ "aria-label": "",
2076
+ "type": "true_false",
2077
+ "instructions": "",
2078
+ "required": 0,
2079
+ "conditional_logic": [
2080
+ [
2081
+ {
2082
+ "field": "field_643e8b51d19aa",
2083
+ "operator": "==",
2084
+ "value": "__intro-slide"
2085
+ }
2086
+ ],
2087
+ [
2088
+ {
2089
+ "field": "field_643e8b51d19aa",
2090
+ "operator": "==",
2091
+ "value": "__info-slide"
2092
+ }
2093
+ ],
2094
+ [
2095
+ {
2096
+ "field": "field_643e8b51d19aa",
2097
+ "operator": "==",
2098
+ "value": "__content-slide"
2099
+ }
2100
+ ],
2101
+ [
2102
+ {
2103
+ "field": "field_643e8b51d19aa",
2104
+ "operator": "==",
2105
+ "value": "__inline-slide"
2106
+ }
2107
+ ]
2108
+ ],
2109
+ "wrapper": {
2110
+ "width": "",
2111
+ "class": "",
2112
+ "id": ""
2113
+ },
2114
+ "wpml_cf_preferences": 3,
2115
+ "message": "",
2116
+ "default_value": 0,
2117
+ "ui_on_text": "",
2118
+ "ui_off_text": "",
2119
+ "ui": 1,
2120
+ "parent_repeater": "field_6423fe001a736",
2121
+ "style": ""
2122
+ },
2123
+ {
2124
+ "key": "field_6543a9318d92f",
2125
+ "label": "Enable Slide Button",
2126
+ "name": "enable_slide_button",
2127
+ "aria-label": "",
2128
+ "type": "true_false",
2129
+ "instructions": "",
2130
+ "required": 0,
2131
+ "conditional_logic": [
2132
+ [
2133
+ {
2134
+ "field": "field_643e8b51d19aa",
2135
+ "operator": "==",
2136
+ "value": "__content-slide"
2137
+ }
2138
+ ],
2139
+ [
2140
+ {
2141
+ "field": "field_643e8b51d19aa",
2142
+ "operator": "==",
2143
+ "value": "__intro-slide"
2144
+ }
2145
+ ]
2146
+ ],
2147
+ "wrapper": {
2148
+ "width": "",
2149
+ "class": "",
2150
+ "id": ""
2151
+ },
2152
+ "wpml_cf_preferences": 3,
2153
+ "message": "",
2154
+ "default_value": 0,
2155
+ "ui_on_text": "",
2156
+ "ui_off_text": "",
2157
+ "ui": 1,
2158
+ "parent_repeater": "field_6423fe001a736",
2159
+ "style": ""
2160
+ },
2161
+ {
2162
+ "key": "field_65f2e2a73cef7",
2163
+ "label": "Enable Info Page SVG's",
2164
+ "name": "enable_info_page_svgs",
2165
+ "aria-label": "",
2166
+ "type": "true_false",
2167
+ "instructions": "",
2168
+ "required": 0,
2169
+ "conditional_logic": [
2170
+ [
2171
+ {
2172
+ "field": "field_643e8b51d19aa",
2173
+ "operator": "==",
2174
+ "value": "__info-slide"
2175
+ }
2176
+ ]
2177
+ ],
2178
+ "wrapper": {
2179
+ "width": "",
2180
+ "class": "",
2181
+ "id": ""
2182
+ },
2183
+ "wpml_cf_preferences": 3,
2184
+ "message": "",
2185
+ "default_value": 0,
2186
+ "ui_on_text": "",
2187
+ "ui_off_text": "",
2188
+ "ui": 1,
2189
+ "style": "",
2190
+ "parent_repeater": "field_6423fe001a736"
2191
+ },
2192
+ {
2193
+ "key": "field_65f2e2c43cef8",
2194
+ "label": "Info Page SVG's",
2195
+ "name": "info_page_svgs",
2196
+ "aria-label": "",
2197
+ "type": "repeater",
2198
+ "instructions": "",
2199
+ "required": 0,
2200
+ "conditional_logic": [
2201
+ [
2202
+ {
2203
+ "field": "field_643e8b51d19aa",
2204
+ "operator": "==",
2205
+ "value": "__info-slide"
2206
+ },
2207
+ {
2208
+ "field": "field_65f2e2a73cef7",
2209
+ "operator": "==",
2210
+ "value": "1"
2211
+ }
2212
+ ]
2213
+ ],
2214
+ "wrapper": {
2215
+ "width": "",
2216
+ "class": "",
2217
+ "id": ""
2218
+ },
2219
+ "wpml_cf_preferences": 3,
2220
+ "acfe_repeater_stylised_button": 0,
2221
+ "layout": "table",
2222
+ "pagination": 0,
2223
+ "min": 0,
2224
+ "max": 0,
2225
+ "collapsed": "",
2226
+ "button_label": "Add Row",
2227
+ "rows_per_page": 20,
2228
+ "parent_repeater": "field_6423fe001a736",
2229
+ "sub_fields": [
2230
+ {
2231
+ "key": "field_65f2e2de3cefb",
2232
+ "label": "SVG",
2233
+ "name": "svg",
2234
+ "aria-label": "",
2235
+ "type": "image",
2236
+ "instructions": "",
2237
+ "required": 0,
2238
+ "conditional_logic": 0,
2239
+ "wrapper": {
2240
+ "width": "",
2241
+ "class": "",
2242
+ "id": ""
2243
+ },
2244
+ "wpml_cf_preferences": 3,
2245
+ "uploader": "",
2246
+ "return_format": "array",
2247
+ "upload_folder": "",
2248
+ "acfe_thumbnail": 0,
2249
+ "min_width": "",
2250
+ "min_height": "",
2251
+ "min_size": "",
2252
+ "max_width": "",
2253
+ "max_height": "",
2254
+ "max_size": "",
2255
+ "mime_types": "",
2256
+ "preview_size": "medium",
2257
+ "library": "all",
2258
+ "parent_repeater": "field_65f2e2c43cef8"
2259
+ }
2260
+ ]
2261
+ },
2262
+ {
2263
+ "key": "field_6441384b75636",
2264
+ "label": "Eyebrow Heading",
2265
+ "name": "eyebrow_heading",
2266
+ "aria-label": "",
2267
+ "type": "text",
2268
+ "instructions": "",
2269
+ "required": 0,
2270
+ "conditional_logic": [
2271
+ [
2272
+ {
2273
+ "field": "field_6543a8e88d92c",
2274
+ "operator": "==",
2275
+ "value": "1"
2276
+ }
2277
+ ]
2278
+ ],
2279
+ "wrapper": {
2280
+ "width": "",
2281
+ "class": "",
2282
+ "id": ""
2283
+ },
2284
+ "wpml_cf_preferences": 2,
2285
+ "default_value": "",
2286
+ "maxlength": "",
2287
+ "placeholder": "",
2288
+ "prepend": "",
2289
+ "append": "",
2290
+ "parent_repeater": "field_6423fe001a736"
2291
+ },
2292
+ {
2293
+ "key": "field_6441388475637",
2294
+ "label": "Heading",
2295
+ "name": "heading",
2296
+ "aria-label": "",
2297
+ "type": "text",
2298
+ "instructions": "",
2299
+ "required": 0,
2300
+ "conditional_logic": [
2301
+ [
2302
+ {
2303
+ "field": "field_6543a9048d92d",
2304
+ "operator": "==",
2305
+ "value": "1"
2306
+ }
2307
+ ]
2308
+ ],
2309
+ "wrapper": {
2310
+ "width": "",
2311
+ "class": "",
2312
+ "id": ""
2313
+ },
2314
+ "wpml_cf_preferences": 2,
2315
+ "default_value": "",
2316
+ "maxlength": "",
2317
+ "placeholder": "",
2318
+ "prepend": "",
2319
+ "append": "",
2320
+ "parent_repeater": "field_6423fe001a736"
2321
+ },
2322
+ {
2323
+ "key": "field_64240ddebd117",
2324
+ "label": "Slide Text",
2325
+ "name": "slide_text",
2326
+ "aria-label": "",
2327
+ "type": "wysiwyg",
2328
+ "instructions": "",
2329
+ "required": 0,
2330
+ "conditional_logic": [
2331
+ [
2332
+ {
2333
+ "field": "field_6543a9158d92e",
2334
+ "operator": "==",
2335
+ "value": "1"
2336
+ }
2337
+ ]
2338
+ ],
2339
+ "wrapper": {
2340
+ "width": "",
2341
+ "class": "",
2342
+ "id": ""
2343
+ },
2344
+ "wpml_cf_preferences": 2,
2345
+ "default_value": "",
2346
+ "tabs": "visual",
2347
+ "toolbar": "full",
2348
+ "media_upload": 0,
2349
+ "delay": 0,
2350
+ "parent_repeater": "field_6423fe001a736",
2351
+ "acfe_wysiwyg_auto_init": 0,
2352
+ "acfe_wysiwyg_height": 300,
2353
+ "acfe_wysiwyg_min_height": 300,
2354
+ "acfe_wysiwyg_max_height": "",
2355
+ "acfe_wysiwyg_valid_elements": "",
2356
+ "acfe_wysiwyg_custom_style": "",
2357
+ "acfe_wysiwyg_disable_wp_style": 0,
2358
+ "acfe_wysiwyg_autoresize": 0,
2359
+ "acfe_wysiwyg_disable_resize": 0,
2360
+ "acfe_wysiwyg_remove_path": 0,
2361
+ "acfe_wysiwyg_menubar": 0,
2362
+ "acfe_wysiwyg_transparent": 0,
2363
+ "acfe_wysiwyg_merge_toolbar": 0,
2364
+ "acfe_wysiwyg_custom_toolbar": 0,
2365
+ "acfe_wysiwyg_toolbar_buttons": []
2366
+ },
2367
+ {
2368
+ "key": "field_6449aa0ccb29d",
2369
+ "label": "Button Type",
2370
+ "name": "button_type",
2371
+ "aria-label": "",
2372
+ "type": "select",
2373
+ "instructions": "",
2374
+ "required": 0,
2375
+ "conditional_logic": [
2376
+ [
2377
+ {
2378
+ "field": "field_6543a9318d92f",
2379
+ "operator": "==",
2380
+ "value": "1"
2381
+ }
2382
+ ]
2383
+ ],
2384
+ "wrapper": {
2385
+ "width": "",
2386
+ "class": "",
2387
+ "id": ""
2388
+ },
2389
+ "wpml_cf_preferences": 3,
2390
+ "choices": {
2391
+ "__page": "Page",
2392
+ "__slide": "Slide"
2393
+ },
2394
+ "default_value": false,
2395
+ "return_format": "value",
2396
+ "multiple": 0,
2397
+ "allow_null": 0,
2398
+ "ui": 0,
2399
+ "ajax": 0,
2400
+ "placeholder": "",
2401
+ "parent_repeater": "field_6423fe001a736",
2402
+ "allow_custom": 0,
2403
+ "search_placeholder": "",
2404
+ "prepend": "",
2405
+ "append": "",
2406
+ "min": "",
2407
+ "max": ""
2408
+ },
2409
+ {
2410
+ "key": "field_64241108886a0",
2411
+ "label": "Button Label",
2412
+ "name": "slide_button_label",
2413
+ "aria-label": "",
2414
+ "type": "text",
2415
+ "instructions": "",
2416
+ "required": 0,
2417
+ "conditional_logic": [
2418
+ [
2419
+ {
2420
+ "field": "field_6543a9318d92f",
2421
+ "operator": "==",
2422
+ "value": "1"
2423
+ }
2424
+ ]
2425
+ ],
2426
+ "wrapper": {
2427
+ "width": "",
2428
+ "class": "",
2429
+ "id": ""
2430
+ },
2431
+ "wpml_cf_preferences": 2,
2432
+ "default_value": "",
2433
+ "maxlength": "",
2434
+ "placeholder": "",
2435
+ "prepend": "",
2436
+ "append": "",
2437
+ "parent_repeater": "field_6423fe001a736"
2438
+ },
2439
+ {
2440
+ "key": "field_642587674dbf6",
2441
+ "label": "Page Button",
2442
+ "name": "slide_button_link",
2443
+ "aria-label": "",
2444
+ "type": "link",
2445
+ "instructions": "",
2446
+ "required": 0,
2447
+ "conditional_logic": [
2448
+ [
2449
+ {
2450
+ "field": "field_6543a9318d92f",
2451
+ "operator": "==",
2452
+ "value": "1"
2453
+ }
2454
+ ]
2455
+ ],
2456
+ "wrapper": {
2457
+ "width": "",
2458
+ "class": "",
2459
+ "id": ""
2460
+ },
2461
+ "wpml_cf_preferences": 3,
2462
+ "return_format": "array",
2463
+ "parent_repeater": "field_6423fe001a736"
2464
+ },
2465
+ {
2466
+ "key": "field_6449aabccb2a0",
2467
+ "label": "Slide Link Button",
2468
+ "name": "slide_link",
2469
+ "aria-label": "",
2470
+ "type": "text",
2471
+ "instructions": "Type Slide ID to link to",
2472
+ "required": 0,
2473
+ "conditional_logic": [
2474
+ [
2475
+ {
2476
+ "field": "field_6543a9318d92f",
2477
+ "operator": "==",
2478
+ "value": "1"
2479
+ }
2480
+ ]
2481
+ ],
2482
+ "wrapper": {
2483
+ "width": "",
2484
+ "class": "",
2485
+ "id": ""
2486
+ },
2487
+ "wpml_cf_preferences": 2,
2488
+ "default_value": "",
2489
+ "maxlength": "",
2490
+ "placeholder": "",
2491
+ "prepend": "",
2492
+ "append": "",
2493
+ "parent_repeater": "field_6423fe001a736"
2494
+ },
2495
+ {
2496
+ "key": "field_6536b6cf4bad5",
2497
+ "label": "Slide From Right",
2498
+ "name": "slide_from_right",
2499
+ "aria-label": "",
2500
+ "type": "true_false",
2501
+ "instructions": "",
2502
+ "required": 0,
2503
+ "conditional_logic": [
2504
+ [
2505
+ {
2506
+ "field": "field_643e8b51d19aa",
2507
+ "operator": "==",
2508
+ "value": "__content-slide"
2509
+ }
2510
+ ]
2511
+ ],
2512
+ "wrapper": {
2513
+ "width": "",
2514
+ "class": "",
2515
+ "id": ""
2516
+ },
2517
+ "wpml_cf_preferences": 3,
2518
+ "message": "",
2519
+ "default_value": 0,
2520
+ "ui_on_text": "",
2521
+ "ui_off_text": "",
2522
+ "ui": 1,
2523
+ "parent_repeater": "field_6423fe001a736",
2524
+ "style": ""
2525
+ },
2526
+ {
2527
+ "key": "field_6543b7ff5402d",
2528
+ "label": "Slide Delay",
2529
+ "name": "slide_delay",
2530
+ "aria-label": "",
2531
+ "type": "time_picker",
2532
+ "instructions": "",
2533
+ "required": 0,
2534
+ "conditional_logic": 0,
2535
+ "wrapper": {
2536
+ "width": "",
2537
+ "class": "",
2538
+ "id": ""
2539
+ },
2540
+ "wpml_cf_preferences": 3,
2541
+ "display_format": "i:s",
2542
+ "return_format": "i:s",
2543
+ "parent_repeater": "field_6423fe001a736",
2544
+ "placeholder": "",
2545
+ "min_time": "",
2546
+ "max_time": "",
2547
+ "min_hour": "",
2548
+ "max_hour": "",
2549
+ "min_min": "",
2550
+ "max_min": "",
2551
+ "min_sec": "",
2552
+ "max_sec": ""
2553
+ }
2554
+ ]
2555
+ },
2556
+ {
2557
+ "key": "field_6436a3e255ba5",
2558
+ "label": "Pop Up Slides",
2559
+ "name": "",
2560
+ "aria-label": "",
2561
+ "type": "tab",
2562
+ "instructions": "",
2563
+ "required": 0,
2564
+ "conditional_logic": 0,
2565
+ "wrapper": {
2566
+ "width": "",
2567
+ "class": "",
2568
+ "id": ""
2569
+ },
2570
+ "wpml_cf_preferences": 3,
2571
+ "placement": "top",
2572
+ "endpoint": 0,
2573
+ "no_preference": 0,
2574
+ "selected": 0
2575
+ },
2576
+ {
2577
+ "key": "field_6436a40a55ba6",
2578
+ "label": "Content (copy)",
2579
+ "name": "content_copy",
2580
+ "aria-label": "",
2581
+ "type": "repeater",
2582
+ "instructions": "",
2583
+ "required": 0,
2584
+ "conditional_logic": 0,
2585
+ "wrapper": {
2586
+ "width": "",
2587
+ "class": "",
2588
+ "id": ""
2589
+ },
2590
+ "wpml_cf_preferences": 3,
2591
+ "collapsed": "",
2592
+ "min": 0,
2593
+ "max": 0,
2594
+ "layout": "row",
2595
+ "button_label": "Add Row",
2596
+ "rows_per_page": 20,
2597
+ "acfe_repeater_stylised_button": 0,
2598
+ "sub_fields": [
2599
+ {
2600
+ "key": "field_6436a40a55ba7",
2601
+ "label": "Slide ID",
2602
+ "name": "slide_id",
2603
+ "aria-label": "",
2604
+ "type": "text",
2605
+ "instructions": "",
2606
+ "required": 0,
2607
+ "conditional_logic": 0,
2608
+ "wrapper": {
2609
+ "width": "",
2610
+ "class": "",
2611
+ "id": ""
2612
+ },
2613
+ "wpml_cf_preferences": 2,
2614
+ "default_value": "",
2615
+ "placeholder": "",
2616
+ "prepend": "",
2617
+ "append": "",
2618
+ "maxlength": "",
2619
+ "parent_repeater": "field_6436a40a55ba6"
2620
+ },
2621
+ {
2622
+ "key": "field_6436a40a55ba8",
2623
+ "label": "Slide Title",
2624
+ "name": "slide_title",
2625
+ "aria-label": "",
2626
+ "type": "text",
2627
+ "instructions": "",
2628
+ "required": 0,
2629
+ "conditional_logic": 0,
2630
+ "wrapper": {
2631
+ "width": "",
2632
+ "class": "",
2633
+ "id": ""
2634
+ },
2635
+ "wpml_cf_preferences": 2,
2636
+ "default_value": "",
2637
+ "placeholder": "",
2638
+ "prepend": "",
2639
+ "append": "",
2640
+ "maxlength": "",
2641
+ "parent_repeater": "field_6436a40a55ba6"
2642
+ },
2643
+ {
2644
+ "key": "field_6436a40a55ba9",
2645
+ "label": "Slide Text",
2646
+ "name": "slide_text",
2647
+ "aria-label": "",
2648
+ "type": "wysiwyg",
2649
+ "instructions": "",
2650
+ "required": 0,
2651
+ "conditional_logic": 0,
2652
+ "wrapper": {
2653
+ "width": "",
2654
+ "class": "",
2655
+ "id": ""
2656
+ },
2657
+ "wpml_cf_preferences": 2,
2658
+ "default_value": "",
2659
+ "tabs": "all",
2660
+ "toolbar": "full",
2661
+ "media_upload": 1,
2662
+ "delay": 0,
2663
+ "parent_repeater": "field_6436a40a55ba6",
2664
+ "acfe_wysiwyg_auto_init": 0,
2665
+ "acfe_wysiwyg_height": 300,
2666
+ "acfe_wysiwyg_min_height": 300,
2667
+ "acfe_wysiwyg_max_height": "",
2668
+ "acfe_wysiwyg_valid_elements": "",
2669
+ "acfe_wysiwyg_custom_style": "",
2670
+ "acfe_wysiwyg_disable_wp_style": 0,
2671
+ "acfe_wysiwyg_autoresize": 0,
2672
+ "acfe_wysiwyg_disable_resize": 0,
2673
+ "acfe_wysiwyg_remove_path": 0,
2674
+ "acfe_wysiwyg_menubar": 0,
2675
+ "acfe_wysiwyg_transparent": 0,
2676
+ "acfe_wysiwyg_merge_toolbar": 0,
2677
+ "acfe_wysiwyg_custom_toolbar": 0,
2678
+ "acfe_wysiwyg_toolbar_buttons": []
2679
+ },
2680
+ {
2681
+ "key": "field_6436a40a55baa",
2682
+ "label": "Button Label",
2683
+ "name": "slide_button_label",
2684
+ "aria-label": "",
2685
+ "type": "text",
2686
+ "instructions": "",
2687
+ "required": 0,
2688
+ "conditional_logic": 0,
2689
+ "wrapper": {
2690
+ "width": "",
2691
+ "class": "",
2692
+ "id": ""
2693
+ },
2694
+ "wpml_cf_preferences": 2,
2695
+ "default_value": "",
2696
+ "placeholder": "",
2697
+ "prepend": "",
2698
+ "append": "",
2699
+ "maxlength": "",
2700
+ "parent_repeater": "field_6436a40a55ba6"
2701
+ },
2702
+ {
2703
+ "key": "field_6436a40a55bab",
2704
+ "label": "Page Button",
2705
+ "name": "slide_button_link",
2706
+ "aria-label": "",
2707
+ "type": "link",
2708
+ "instructions": "",
2709
+ "required": 0,
2710
+ "conditional_logic": 0,
2711
+ "wrapper": {
2712
+ "width": "",
2713
+ "class": "",
2714
+ "id": ""
2715
+ },
2716
+ "wpml_cf_preferences": 3,
2717
+ "return_format": "array",
2718
+ "parent_repeater": "field_6436a40a55ba6"
2719
+ },
2720
+ {
2721
+ "key": "field_6449a986d88b6",
2722
+ "label": "Slide Button",
2723
+ "name": "slide_button_slide",
2724
+ "aria-label": "",
2725
+ "type": "text",
2726
+ "instructions": "",
2727
+ "required": 0,
2728
+ "conditional_logic": 0,
2729
+ "wrapper": {
2730
+ "width": "",
2731
+ "class": "",
2732
+ "id": ""
2733
+ },
2734
+ "wpml_cf_preferences": 2,
2735
+ "default_value": "",
2736
+ "placeholder": "",
2737
+ "prepend": "",
2738
+ "append": "",
2739
+ "maxlength": "",
2740
+ "parent_repeater": "field_6436a40a55ba6"
2741
+ }
2742
+ ]
2743
+ },
2744
+ {
2745
+ "key": "field_654270a5a9822",
2746
+ "label": "Swiper Slides",
2747
+ "name": "",
2748
+ "aria-label": "",
2749
+ "type": "tab",
2750
+ "instructions": "",
2751
+ "required": 0,
2752
+ "conditional_logic": 0,
2753
+ "wrapper": {
2754
+ "width": "",
2755
+ "class": "",
2756
+ "id": ""
2757
+ },
2758
+ "wpml_cf_preferences": 3,
2759
+ "placement": "top",
2760
+ "endpoint": 0,
2761
+ "no_preference": 0,
2762
+ "selected": 0
2763
+ },
2764
+ {
2765
+ "key": "field_65f0a1ae2a3a1",
2766
+ "label": "Enable Swiper",
2767
+ "name": "enable_swiper",
2768
+ "aria-label": "",
2769
+ "type": "true_false",
2770
+ "instructions": "",
2771
+ "required": 0,
2772
+ "conditional_logic": 0,
2773
+ "wrapper": {
2774
+ "width": "",
2775
+ "class": "",
2776
+ "id": ""
2777
+ },
2778
+ "wpml_cf_preferences": 3,
2779
+ "user_roles": [
2780
+ "all"
2781
+ ],
2782
+ "message": "",
2783
+ "default_value": 0,
2784
+ "style": "",
2785
+ "ui_on_text": "",
2786
+ "ui_off_text": "",
2787
+ "ui": 1
2788
+ },
2789
+ {
2790
+ "key": "field_654270a9a9823",
2791
+ "label": "Swiper Content",
2792
+ "name": "swiper_content",
2793
+ "aria-label": "",
2794
+ "type": "repeater",
2795
+ "instructions": "",
2796
+ "required": 0,
2797
+ "conditional_logic": [
2798
+ [
2799
+ {
2800
+ "field": "field_65f0a1ae2a3a1",
2801
+ "operator": "==",
2802
+ "value": "1"
2803
+ }
2804
+ ]
2805
+ ],
2806
+ "wrapper": {
2807
+ "width": "",
2808
+ "class": "",
2809
+ "id": ""
2810
+ },
2811
+ "wpml_cf_preferences": 3,
2812
+ "acfe_repeater_stylised_button": 0,
2813
+ "user_roles": [
2814
+ "all"
2815
+ ],
2816
+ "layout": "row",
2817
+ "pagination": 0,
2818
+ "min": 0,
2819
+ "max": 0,
2820
+ "collapsed": "",
2821
+ "button_label": "Add Row",
2822
+ "rows_per_page": 20,
2823
+ "sub_fields": [
2824
+ {
2825
+ "key": "field_654270a9a9824",
2826
+ "label": "Slide ID",
2827
+ "name": "slide_id",
2828
+ "aria-label": "",
2829
+ "type": "text",
2830
+ "instructions": "",
2831
+ "required": 0,
2832
+ "conditional_logic": 0,
2833
+ "wrapper": {
2834
+ "width": "",
2835
+ "class": "",
2836
+ "id": ""
2837
+ },
2838
+ "wpml_cf_preferences": 2,
2839
+ "default_value": "",
2840
+ "maxlength": "",
2841
+ "placeholder": "",
2842
+ "prepend": "",
2843
+ "append": "",
2844
+ "parent_repeater": "field_654270a9a9823"
2845
+ },
2846
+ {
2847
+ "key": "field_65428d2ade708",
2848
+ "label": "Slide Eyebrow Title",
2849
+ "name": "slide_eyebrow_title",
2850
+ "aria-label": "",
2851
+ "type": "text",
2852
+ "instructions": "",
2853
+ "required": 0,
2854
+ "conditional_logic": 0,
2855
+ "wrapper": {
2856
+ "width": "",
2857
+ "class": "",
2858
+ "id": ""
2859
+ },
2860
+ "wpml_cf_preferences": 2,
2861
+ "default_value": "",
2862
+ "maxlength": "",
2863
+ "placeholder": "",
2864
+ "prepend": "",
2865
+ "append": "",
2866
+ "parent_repeater": "field_654270a9a9823"
2867
+ },
2868
+ {
2869
+ "key": "field_654270a9a9825",
2870
+ "label": "Slide Title",
2871
+ "name": "slide_title",
2872
+ "aria-label": "",
2873
+ "type": "text",
2874
+ "instructions": "",
2875
+ "required": 0,
2876
+ "conditional_logic": 0,
2877
+ "wrapper": {
2878
+ "width": "",
2879
+ "class": "",
2880
+ "id": ""
2881
+ },
2882
+ "wpml_cf_preferences": 2,
2883
+ "default_value": "",
2884
+ "maxlength": "",
2885
+ "placeholder": "",
2886
+ "prepend": "",
2887
+ "append": "",
2888
+ "parent_repeater": "field_654270a9a9823"
2889
+ },
2890
+ {
2891
+ "key": "field_654270a9a9826",
2892
+ "label": "Slide Text",
2893
+ "name": "slide_text",
2894
+ "aria-label": "",
2895
+ "type": "wysiwyg",
2896
+ "instructions": "",
2897
+ "required": 0,
2898
+ "conditional_logic": 0,
2899
+ "wrapper": {
2900
+ "width": "",
2901
+ "class": "",
2902
+ "id": ""
2903
+ },
2904
+ "wpml_cf_preferences": 2,
2905
+ "default_value": "",
2906
+ "tabs": "all",
2907
+ "toolbar": "full",
2908
+ "media_upload": 1,
2909
+ "delay": 0,
2910
+ "parent_repeater": "field_654270a9a9823",
2911
+ "acfe_wysiwyg_auto_init": 0,
2912
+ "acfe_wysiwyg_height": 300,
2913
+ "acfe_wysiwyg_min_height": 300,
2914
+ "acfe_wysiwyg_max_height": "",
2915
+ "acfe_wysiwyg_valid_elements": "",
2916
+ "acfe_wysiwyg_custom_style": "",
2917
+ "acfe_wysiwyg_disable_wp_style": 0,
2918
+ "acfe_wysiwyg_autoresize": 0,
2919
+ "acfe_wysiwyg_disable_resize": 0,
2920
+ "acfe_wysiwyg_remove_path": 0,
2921
+ "acfe_wysiwyg_menubar": 0,
2922
+ "acfe_wysiwyg_transparent": 0,
2923
+ "acfe_wysiwyg_merge_toolbar": 0,
2924
+ "acfe_wysiwyg_custom_toolbar": 0,
2925
+ "acfe_wysiwyg_toolbar_buttons": []
2926
+ },
2927
+ {
2928
+ "key": "field_65428e635ba5f",
2929
+ "label": "Slide Colour",
2930
+ "name": "slide_colour",
2931
+ "aria-label": "",
2932
+ "type": "select",
2933
+ "instructions": "",
2934
+ "required": 0,
2935
+ "conditional_logic": 0,
2936
+ "wrapper": {
2937
+ "width": "",
2938
+ "class": "",
2939
+ "id": ""
2940
+ },
2941
+ "wpml_cf_preferences": 3,
2942
+ "choices": {
2943
+ "red": "Red",
2944
+ "blue": "Blue",
2945
+ "green": "Green"
2946
+ },
2947
+ "default_value": false,
2948
+ "return_format": "value",
2949
+ "multiple": 0,
2950
+ "allow_null": 0,
2951
+ "ui": 0,
2952
+ "ajax": 0,
2953
+ "placeholder": "",
2954
+ "parent_repeater": "field_654270a9a9823",
2955
+ "allow_custom": 0,
2956
+ "search_placeholder": "",
2957
+ "prepend": "",
2958
+ "append": "",
2959
+ "min": "",
2960
+ "max": ""
2961
+ }
2962
+ ]
2963
+ },
2964
+ {
2965
+ "key": "field_6542a924c5f04",
2966
+ "label": "Swiper Active Slides",
2967
+ "name": "swiper_active_slides",
2968
+ "aria-label": "",
2969
+ "type": "repeater",
2970
+ "instructions": "",
2971
+ "required": 0,
2972
+ "conditional_logic": [
2973
+ [
2974
+ {
2975
+ "field": "field_65f0a1ae2a3a1",
2976
+ "operator": "==",
2977
+ "value": "1"
2978
+ }
2979
+ ]
2980
+ ],
2981
+ "wrapper": {
2982
+ "width": "",
2983
+ "class": "",
2984
+ "id": ""
2985
+ },
2986
+ "wpml_cf_preferences": 3,
2987
+ "acfe_repeater_stylised_button": 0,
2988
+ "user_roles": [
2989
+ "all"
2990
+ ],
2991
+ "layout": "row",
2992
+ "pagination": 0,
2993
+ "min": 0,
2994
+ "max": 0,
2995
+ "collapsed": "",
2996
+ "button_label": "Add Row",
2997
+ "rows_per_page": 20,
2998
+ "sub_fields": [
2999
+ {
3000
+ "key": "field_6542a924c5f05",
3001
+ "label": "Slide ID",
3002
+ "name": "slide_id",
3003
+ "aria-label": "",
3004
+ "type": "text",
3005
+ "instructions": "",
3006
+ "required": 0,
3007
+ "conditional_logic": 0,
3008
+ "wrapper": {
3009
+ "width": "",
3010
+ "class": "",
3011
+ "id": ""
3012
+ },
3013
+ "wpml_cf_preferences": 2,
3014
+ "default_value": "",
3015
+ "maxlength": "",
3016
+ "placeholder": "",
3017
+ "prepend": "",
3018
+ "append": "",
3019
+ "parent_repeater": "field_6542a924c5f04"
3020
+ }
3021
+ ]
3022
+ },
3023
+ {
3024
+ "key": "field_6543c73b503f6",
3025
+ "label": "Swiper Slide In Delay",
3026
+ "name": "swiper_slide_in_delay",
3027
+ "aria-label": "",
3028
+ "type": "time_picker",
3029
+ "instructions": "",
3030
+ "required": 0,
3031
+ "conditional_logic": [
3032
+ [
3033
+ {
3034
+ "field": "field_65f0a1ae2a3a1",
3035
+ "operator": "==",
3036
+ "value": "1"
3037
+ }
3038
+ ]
3039
+ ],
3040
+ "wrapper": {
3041
+ "width": "",
3042
+ "class": "",
3043
+ "id": ""
3044
+ },
3045
+ "wpml_cf_preferences": 3,
3046
+ "user_roles": [
3047
+ "all"
3048
+ ],
3049
+ "display_format": "i:s",
3050
+ "return_format": "i:s",
3051
+ "placeholder": "",
3052
+ "min_time": "",
3053
+ "max_time": "",
3054
+ "min_hour": "",
3055
+ "max_hour": "",
3056
+ "min_min": "",
3057
+ "max_min": "",
3058
+ "min_sec": "",
3059
+ "max_sec": ""
3060
+ },
3061
+ {
3062
+ "key": "field_6526a82de7862",
3063
+ "label": "Setup",
3064
+ "name": "",
3065
+ "aria-label": "",
3066
+ "type": "tab",
3067
+ "instructions": "",
3068
+ "required": 0,
3069
+ "conditional_logic": 0,
3070
+ "wrapper": {
3071
+ "width": "",
3072
+ "class": "",
3073
+ "id": ""
3074
+ },
3075
+ "wpml_cf_preferences": 3,
3076
+ "placement": "top",
3077
+ "endpoint": 1,
3078
+ "no_preference": 0,
3079
+ "selected": 0
3080
+ },
3081
+ {
3082
+ "key": "field_6526c87b89cbc",
3083
+ "label": "Background Options",
3084
+ "name": "",
3085
+ "aria-label": "",
3086
+ "type": "accordion",
3087
+ "instructions": "",
3088
+ "required": 0,
3089
+ "conditional_logic": 0,
3090
+ "wrapper": {
3091
+ "width": "",
3092
+ "class": "",
3093
+ "id": ""
3094
+ },
3095
+ "wpml_cf_preferences": 3,
3096
+ "user_roles": [
3097
+ "all"
3098
+ ],
3099
+ "open": 0,
3100
+ "multi_expand": 0,
3101
+ "endpoint": 0
3102
+ },
3103
+ {
3104
+ "key": "field_6526c88e89cbe",
3105
+ "label": "Background Type",
3106
+ "name": "background_type",
3107
+ "aria-label": "",
3108
+ "type": "select",
3109
+ "instructions": "",
3110
+ "required": 0,
3111
+ "conditional_logic": 0,
3112
+ "wrapper": {
3113
+ "width": "",
3114
+ "class": "",
3115
+ "id": ""
3116
+ },
3117
+ "wpml_cf_preferences": 3,
3118
+ "user_roles": [
3119
+ "all"
3120
+ ],
3121
+ "choices": {
3122
+ "image": "Image",
3123
+ "solid-colour": "Solid Colour"
3124
+ },
3125
+ "default_value": "solid-colour",
3126
+ "return_format": "value",
3127
+ "multiple": 0,
3128
+ "allow_null": 0,
3129
+ "ui": 0,
3130
+ "ajax": 0,
3131
+ "placeholder": "",
3132
+ "allow_custom": 0,
3133
+ "search_placeholder": "",
3134
+ "prepend": "",
3135
+ "append": "",
3136
+ "min": "",
3137
+ "max": ""
3138
+ },
3139
+ {
3140
+ "key": "field_6526c8b889cbf",
3141
+ "label": "Background Colour",
3142
+ "name": "background_colour",
3143
+ "aria-label": "",
3144
+ "type": "color_picker",
3145
+ "instructions": "",
3146
+ "required": 0,
3147
+ "conditional_logic": [
3148
+ [
3149
+ {
3150
+ "field": "field_6526c88e89cbe",
3151
+ "operator": "==",
3152
+ "value": "solid-colour"
3153
+ }
3154
+ ]
3155
+ ],
3156
+ "wrapper": {
3157
+ "width": "",
3158
+ "class": "",
3159
+ "id": ""
3160
+ },
3161
+ "wpml_cf_preferences": 3,
3162
+ "user_roles": [
3163
+ "all"
3164
+ ],
3165
+ "default_value": "",
3166
+ "enable_opacity": 0,
3167
+ "return_format": "string",
3168
+ "display": "default",
3169
+ "button_label": "Select Color",
3170
+ "color_picker": true,
3171
+ "absolute": false,
3172
+ "input": true,
3173
+ "allow_null": true,
3174
+ "theme_colors": false,
3175
+ "colors": []
3176
+ },
3177
+ {
3178
+ "key": "field_6526c8c489cc0",
3179
+ "label": "Background Image",
3180
+ "name": "background_image",
3181
+ "aria-label": "",
3182
+ "type": "image",
3183
+ "instructions": "",
3184
+ "required": 0,
3185
+ "conditional_logic": [
3186
+ [
3187
+ {
3188
+ "field": "field_6526c88e89cbe",
3189
+ "operator": "==",
3190
+ "value": "image"
3191
+ }
3192
+ ]
3193
+ ],
3194
+ "wrapper": {
3195
+ "width": "",
3196
+ "class": "",
3197
+ "id": ""
3198
+ },
3199
+ "wpml_cf_preferences": 3,
3200
+ "user_roles": [
3201
+ "all"
3202
+ ],
3203
+ "return_format": "array",
3204
+ "library": "all",
3205
+ "min_width": "",
3206
+ "min_height": "",
3207
+ "min_size": "",
3208
+ "max_width": "",
3209
+ "max_height": "",
3210
+ "max_size": "",
3211
+ "mime_types": "",
3212
+ "preview_size": "medium",
3213
+ "uploader": "",
3214
+ "acfe_thumbnail": 0,
3215
+ "upload_folder": ""
3216
+ },
3217
+ {
3218
+ "key": "field_6526c88489cbd",
3219
+ "label": "Background Options END",
3220
+ "name": "",
3221
+ "aria-label": "",
3222
+ "type": "accordion",
3223
+ "instructions": "",
3224
+ "required": 0,
3225
+ "conditional_logic": 0,
3226
+ "wrapper": {
3227
+ "width": "",
3228
+ "class": "",
3229
+ "id": ""
3230
+ },
3231
+ "wpml_cf_preferences": 3,
3232
+ "user_roles": [
3233
+ "all"
3234
+ ],
3235
+ "open": 0,
3236
+ "multi_expand": 0,
3237
+ "endpoint": 1
3238
+ },
3239
+ {
3240
+ "key": "field_65f0766615d1c",
3241
+ "label": "Animation Transform Origin",
3242
+ "name": "",
3243
+ "aria-label": "",
3244
+ "type": "accordion",
3245
+ "instructions": "",
3246
+ "required": 0,
3247
+ "conditional_logic": 0,
3248
+ "wrapper": {
3249
+ "width": "",
3250
+ "class": "",
3251
+ "id": ""
3252
+ },
3253
+ "wpml_cf_preferences": 3,
3254
+ "user_roles": [
3255
+ "all"
3256
+ ],
3257
+ "open": 0,
3258
+ "multi_expand": 0,
3259
+ "endpoint": 0
3260
+ },
3261
+ {
3262
+ "key": "field_65f0768d15d1e",
3263
+ "label": "Animation Transform Origin",
3264
+ "name": "animation_transform_origin",
3265
+ "aria-label": "",
3266
+ "type": "select",
3267
+ "instructions": "",
3268
+ "required": 0,
3269
+ "conditional_logic": 0,
3270
+ "wrapper": {
3271
+ "width": "",
3272
+ "class": "",
3273
+ "id": ""
3274
+ },
3275
+ "wpml_cf_preferences": 3,
3276
+ "user_roles": [
3277
+ "all"
3278
+ ],
3279
+ "choices": {
3280
+ "__top-left": "Top Left",
3281
+ "__center": "Centre"
3282
+ },
3283
+ "default_value": "__center",
3284
+ "return_format": "value",
3285
+ "multiple": 0,
3286
+ "max": "",
3287
+ "allow_custom": 0,
3288
+ "search_placeholder": "",
3289
+ "prepend": "",
3290
+ "append": "",
3291
+ "allow_null": 0,
3292
+ "ui": 0,
3293
+ "ajax": 0,
3294
+ "placeholder": "",
3295
+ "min": ""
3296
+ },
3297
+ {
3298
+ "key": "field_65f0768215d1d",
3299
+ "label": "Animation Transform Origin END",
3300
+ "name": "",
3301
+ "aria-label": "",
3302
+ "type": "accordion",
3303
+ "instructions": "",
3304
+ "required": 0,
3305
+ "conditional_logic": 0,
3306
+ "wrapper": {
3307
+ "width": "",
3308
+ "class": "",
3309
+ "id": ""
3310
+ },
3311
+ "wpml_cf_preferences": 3,
3312
+ "user_roles": [
3313
+ "all"
3314
+ ],
3315
+ "open": 0,
3316
+ "multi_expand": 0,
3317
+ "endpoint": 1
3318
+ },
3319
+ {
3320
+ "key": "field_652d642c650b3",
3321
+ "label": "URL Options",
3322
+ "name": "",
3323
+ "aria-label": "",
3324
+ "type": "accordion",
3325
+ "instructions": "",
3326
+ "required": 0,
3327
+ "conditional_logic": 0,
3328
+ "wrapper": {
3329
+ "width": "",
3330
+ "class": "",
3331
+ "id": ""
3332
+ },
3333
+ "wpml_cf_preferences": 3,
3334
+ "user_roles": [
3335
+ "all"
3336
+ ],
3337
+ "open": 0,
3338
+ "multi_expand": 0,
3339
+ "endpoint": 0
3340
+ },
3341
+ {
3342
+ "key": "field_652d6414650b2",
3343
+ "label": "Enable Url Navigation",
3344
+ "name": "enable_url_navigation",
3345
+ "aria-label": "",
3346
+ "type": "true_false",
3347
+ "instructions": "",
3348
+ "required": 0,
3349
+ "conditional_logic": 0,
3350
+ "wrapper": {
3351
+ "width": "",
3352
+ "class": "",
3353
+ "id": ""
3354
+ },
3355
+ "wpml_cf_preferences": 3,
3356
+ "user_roles": [
3357
+ "all"
3358
+ ],
3359
+ "message": "",
3360
+ "default_value": 0,
3361
+ "ui_on_text": "",
3362
+ "ui_off_text": "",
3363
+ "ui": 1,
3364
+ "style": ""
3365
+ },
3366
+ {
3367
+ "key": "field_652d6437650b4",
3368
+ "label": "URL Options END",
3369
+ "name": "",
3370
+ "aria-label": "",
3371
+ "type": "accordion",
3372
+ "instructions": "",
3373
+ "required": 0,
3374
+ "conditional_logic": 0,
3375
+ "wrapper": {
3376
+ "width": "",
3377
+ "class": "",
3378
+ "id": ""
3379
+ },
3380
+ "wpml_cf_preferences": 3,
3381
+ "user_roles": [
3382
+ "all"
3383
+ ],
3384
+ "open": 0,
3385
+ "multi_expand": 0,
3386
+ "endpoint": 1
3387
+ },
3388
+ {
3389
+ "key": "field_6526ab58969d3",
3390
+ "label": "Scroll Options",
3391
+ "name": "",
3392
+ "aria-label": "",
3393
+ "type": "accordion",
3394
+ "instructions": "",
3395
+ "required": 0,
3396
+ "conditional_logic": 0,
3397
+ "wrapper": {
3398
+ "width": "",
3399
+ "class": "",
3400
+ "id": ""
3401
+ },
3402
+ "wpml_cf_preferences": 3,
3403
+ "user_roles": [
3404
+ "all"
3405
+ ],
3406
+ "open": 0,
3407
+ "multi_expand": 0,
3408
+ "endpoint": 0
3409
+ },
3410
+ {
3411
+ "key": "field_6526ab74969d5",
3412
+ "label": "Fullscreen Lock",
3413
+ "name": "enable_fullscreen",
3414
+ "aria-label": "",
3415
+ "type": "true_false",
3416
+ "instructions": "",
3417
+ "required": 0,
3418
+ "conditional_logic": 0,
3419
+ "wrapper": {
3420
+ "width": "",
3421
+ "class": "",
3422
+ "id": ""
3423
+ },
3424
+ "wpml_cf_preferences": 3,
3425
+ "user_roles": [
3426
+ "all"
3427
+ ],
3428
+ "message": "",
3429
+ "default_value": 0,
3430
+ "ui_on_text": "",
3431
+ "ui_off_text": "",
3432
+ "ui": 1,
3433
+ "style": ""
3434
+ },
3435
+ {
3436
+ "key": "field_6526ab6c969d4",
3437
+ "label": "Scroll Options END",
3438
+ "name": "",
3439
+ "aria-label": "",
3440
+ "type": "accordion",
3441
+ "instructions": "",
3442
+ "required": 0,
3443
+ "conditional_logic": 0,
3444
+ "wrapper": {
3445
+ "width": "",
3446
+ "class": "",
3447
+ "id": ""
3448
+ },
3449
+ "wpml_cf_preferences": 3,
3450
+ "user_roles": [
3451
+ "all"
3452
+ ],
3453
+ "open": 0,
3454
+ "multi_expand": 0,
3455
+ "endpoint": 1
3456
+ },
3457
+ {
3458
+ "key": "field_6526aa49ee418",
3459
+ "label": "Figma Canvas Size - Desktop",
3460
+ "name": "",
3461
+ "aria-label": "",
3462
+ "type": "accordion",
3463
+ "instructions": "",
3464
+ "required": 0,
3465
+ "conditional_logic": 0,
3466
+ "wrapper": {
3467
+ "width": "",
3468
+ "class": "",
3469
+ "id": ""
3470
+ },
3471
+ "wpml_cf_preferences": 3,
3472
+ "user_roles": [
3473
+ "all"
3474
+ ],
3475
+ "open": 0,
3476
+ "multi_expand": 0,
3477
+ "endpoint": 0
3478
+ },
3479
+ {
3480
+ "key": "field_6408a096d14e1",
3481
+ "label": "Desktop - Figma Screen Settings",
3482
+ "name": "desktop_figma_screen_settings",
3483
+ "aria-label": "",
3484
+ "type": "group",
3485
+ "instructions": "",
3486
+ "required": 0,
3487
+ "conditional_logic": 0,
3488
+ "wrapper": {
3489
+ "width": "",
3490
+ "class": "",
3491
+ "id": ""
3492
+ },
3493
+ "wpml_cf_preferences": 3,
3494
+ "layout": "block",
3495
+ "acfe_seamless_style": 0,
3496
+ "acfe_group_modal": 0,
3497
+ "acfe_group_modal_close": 0,
3498
+ "acfe_group_modal_button": "",
3499
+ "acfe_group_modal_size": "large",
3500
+ "sub_fields": [
3501
+ {
3502
+ "key": "field_6408a0d0d14e2",
3503
+ "label": "Height",
3504
+ "name": "height",
3505
+ "aria-label": "",
3506
+ "type": "text",
3507
+ "instructions": "",
3508
+ "required": 0,
3509
+ "conditional_logic": 0,
3510
+ "wrapper": {
3511
+ "width": "",
3512
+ "class": "",
3513
+ "id": ""
3514
+ },
3515
+ "wpml_cf_preferences": 2,
3516
+ "default_value": "",
3517
+ "placeholder": "",
3518
+ "prepend": "",
3519
+ "append": "",
3520
+ "maxlength": ""
3521
+ },
3522
+ {
3523
+ "key": "field_6408a0d3d14e3",
3524
+ "label": "Width",
3525
+ "name": "width",
3526
+ "aria-label": "",
3527
+ "type": "text",
3528
+ "instructions": "",
3529
+ "required": 0,
3530
+ "conditional_logic": 0,
3531
+ "wrapper": {
3532
+ "width": "",
3533
+ "class": "",
3534
+ "id": ""
3535
+ },
3536
+ "wpml_cf_preferences": 2,
3537
+ "default_value": "",
3538
+ "placeholder": "",
3539
+ "prepend": "",
3540
+ "append": "",
3541
+ "maxlength": ""
3542
+ }
3543
+ ]
3544
+ },
3545
+ {
3546
+ "key": "field_6526aa6cee419",
3547
+ "label": "Figma Canvas Size - Desktop END",
3548
+ "name": "",
3549
+ "aria-label": "",
3550
+ "type": "accordion",
3551
+ "instructions": "",
3552
+ "required": 0,
3553
+ "conditional_logic": 0,
3554
+ "wrapper": {
3555
+ "width": "",
3556
+ "class": "",
3557
+ "id": ""
3558
+ },
3559
+ "wpml_cf_preferences": 3,
3560
+ "user_roles": [
3561
+ "all"
3562
+ ],
3563
+ "open": 0,
3564
+ "multi_expand": 0,
3565
+ "endpoint": 1
3566
+ },
3567
+ {
3568
+ "key": "field_6526aa81ee41a",
3569
+ "label": "Figma Canvas Size - Tablet",
3570
+ "name": "",
3571
+ "aria-label": "",
3572
+ "type": "accordion",
3573
+ "instructions": "",
3574
+ "required": 0,
3575
+ "conditional_logic": 0,
3576
+ "wrapper": {
3577
+ "width": "",
3578
+ "class": "",
3579
+ "id": ""
3580
+ },
3581
+ "wpml_cf_preferences": 3,
3582
+ "user_roles": [
3583
+ "all"
3584
+ ],
3585
+ "open": 0,
3586
+ "multi_expand": 0,
3587
+ "endpoint": 0
3588
+ },
3589
+ {
3590
+ "key": "field_6526aa9cee41c",
3591
+ "label": "Tablet - Figma Screen Settings",
3592
+ "name": "tablet_figma_screen_settings",
3593
+ "aria-label": "",
3594
+ "type": "group",
3595
+ "instructions": "",
3596
+ "required": 0,
3597
+ "conditional_logic": 0,
3598
+ "wrapper": {
3599
+ "width": "",
3600
+ "class": "",
3601
+ "id": ""
3602
+ },
3603
+ "wpml_cf_preferences": 3,
3604
+ "user_roles": [
3605
+ "all"
3606
+ ],
3607
+ "layout": "block",
3608
+ "acfe_seamless_style": 0,
3609
+ "acfe_group_modal": 0,
3610
+ "acfe_group_modal_close": 0,
3611
+ "acfe_group_modal_button": "",
3612
+ "acfe_group_modal_size": "large",
3613
+ "sub_fields": [
3614
+ {
3615
+ "key": "field_6526aa9cee41d",
3616
+ "label": "Height",
3617
+ "name": "height",
3618
+ "aria-label": "",
3619
+ "type": "text",
3620
+ "instructions": "",
3621
+ "required": 0,
3622
+ "conditional_logic": 0,
3623
+ "wrapper": {
3624
+ "width": "",
3625
+ "class": "",
3626
+ "id": ""
3627
+ },
3628
+ "wpml_cf_preferences": 2,
3629
+ "default_value": "",
3630
+ "maxlength": "",
3631
+ "placeholder": "",
3632
+ "prepend": "",
3633
+ "append": ""
3634
+ },
3635
+ {
3636
+ "key": "field_6526aa9cee41e",
3637
+ "label": "Width",
3638
+ "name": "width",
3639
+ "aria-label": "",
3640
+ "type": "text",
3641
+ "instructions": "",
3642
+ "required": 0,
3643
+ "conditional_logic": 0,
3644
+ "wrapper": {
3645
+ "width": "",
3646
+ "class": "",
3647
+ "id": ""
3648
+ },
3649
+ "wpml_cf_preferences": 2,
3650
+ "default_value": "",
3651
+ "maxlength": "",
3652
+ "placeholder": "",
3653
+ "prepend": "",
3654
+ "append": ""
3655
+ }
3656
+ ]
3657
+ },
3658
+ {
3659
+ "key": "field_6526aa8dee41b",
3660
+ "label": "Figma Canvas Size - Tablet END",
3661
+ "name": "",
3662
+ "aria-label": "",
3663
+ "type": "accordion",
3664
+ "instructions": "",
3665
+ "required": 0,
3666
+ "conditional_logic": 0,
3667
+ "wrapper": {
3668
+ "width": "",
3669
+ "class": "",
3670
+ "id": ""
3671
+ },
3672
+ "wpml_cf_preferences": 3,
3673
+ "user_roles": [
3674
+ "all"
3675
+ ],
3676
+ "open": 0,
3677
+ "multi_expand": 0,
3678
+ "endpoint": 1
3679
+ },
3680
+ {
3681
+ "key": "field_6526aab1ee421",
3682
+ "label": "Figma Canvas Size - Mobile",
3683
+ "name": "",
3684
+ "aria-label": "",
3685
+ "type": "accordion",
3686
+ "instructions": "",
3687
+ "required": 0,
3688
+ "conditional_logic": 0,
3689
+ "wrapper": {
3690
+ "width": "",
3691
+ "class": "",
3692
+ "id": ""
3693
+ },
3694
+ "wpml_cf_preferences": 3,
3695
+ "user_roles": [
3696
+ "all"
3697
+ ],
3698
+ "open": 0,
3699
+ "multi_expand": 0,
3700
+ "endpoint": 0
3701
+ },
3702
+ {
3703
+ "key": "field_640b4f89772e0",
3704
+ "label": "Mobile - Figma Screen Settings",
3705
+ "name": "mobile_figma_screen_settings",
3706
+ "aria-label": "",
3707
+ "type": "group",
3708
+ "instructions": "",
3709
+ "required": 0,
3710
+ "conditional_logic": 0,
3711
+ "wrapper": {
3712
+ "width": "",
3713
+ "class": "",
3714
+ "id": ""
3715
+ },
3716
+ "wpml_cf_preferences": 3,
3717
+ "layout": "block",
3718
+ "acfe_seamless_style": 0,
3719
+ "acfe_group_modal": 0,
3720
+ "acfe_group_modal_close": 0,
3721
+ "acfe_group_modal_button": "",
3722
+ "acfe_group_modal_size": "large",
3723
+ "sub_fields": [
3724
+ {
3725
+ "key": "field_640b4f89772e1",
3726
+ "label": "Height",
3727
+ "name": "height",
3728
+ "aria-label": "",
3729
+ "type": "text",
3730
+ "instructions": "",
3731
+ "required": 0,
3732
+ "conditional_logic": 0,
3733
+ "wrapper": {
3734
+ "width": "",
3735
+ "class": "",
3736
+ "id": ""
3737
+ },
3738
+ "wpml_cf_preferences": 2,
3739
+ "default_value": "",
3740
+ "placeholder": "",
3741
+ "prepend": "",
3742
+ "append": "",
3743
+ "maxlength": ""
3744
+ },
3745
+ {
3746
+ "key": "field_640b4f89772e2",
3747
+ "label": "Width",
3748
+ "name": "width",
3749
+ "aria-label": "",
3750
+ "type": "text",
3751
+ "instructions": "",
3752
+ "required": 0,
3753
+ "conditional_logic": 0,
3754
+ "wrapper": {
3755
+ "width": "",
3756
+ "class": "",
3757
+ "id": ""
3758
+ },
3759
+ "wpml_cf_preferences": 2,
3760
+ "default_value": "",
3761
+ "placeholder": "",
3762
+ "prepend": "",
3763
+ "append": "",
3764
+ "maxlength": ""
3765
+ }
3766
+ ]
3767
+ },
3768
+ {
3769
+ "key": "field_6526aac0ee422",
3770
+ "label": "Figma Canvas Size - Mobile END",
3771
+ "name": "",
3772
+ "aria-label": "",
3773
+ "type": "accordion",
3774
+ "instructions": "",
3775
+ "required": 0,
3776
+ "conditional_logic": 0,
3777
+ "wrapper": {
3778
+ "width": "",
3779
+ "class": "",
3780
+ "id": ""
3781
+ },
3782
+ "wpml_cf_preferences": 3,
3783
+ "user_roles": [
3784
+ "all"
3785
+ ],
3786
+ "open": 0,
3787
+ "multi_expand": 0,
3788
+ "endpoint": 1
3789
+ },
3790
+ {
3791
+ "key": "field_644bf71d6f5f9",
3792
+ "label": "Logic",
3793
+ "name": "",
3794
+ "aria-label": "",
3795
+ "type": "tab",
3796
+ "instructions": "",
3797
+ "required": 0,
3798
+ "conditional_logic": 0,
3799
+ "wrapper": {
3800
+ "width": "",
3801
+ "class": "",
3802
+ "id": ""
3803
+ },
3804
+ "wpml_cf_preferences": 3,
3805
+ "placement": "top",
3806
+ "endpoint": 0,
3807
+ "no_preference": 0,
3808
+ "selected": 0
3809
+ },
3810
+ {
3811
+ "key": "field_654503b2fb4e3",
3812
+ "label": "Final Slide Logic",
3813
+ "name": "",
3814
+ "aria-label": "",
3815
+ "type": "accordion",
3816
+ "instructions": "",
3817
+ "required": 0,
3818
+ "conditional_logic": 0,
3819
+ "wrapper": {
3820
+ "width": "",
3821
+ "class": "",
3822
+ "id": ""
3823
+ },
3824
+ "wpml_cf_preferences": 3,
3825
+ "open": 0,
3826
+ "multi_expand": 0,
3827
+ "endpoint": 0
3828
+ },
3829
+ {
3830
+ "key": "field_659d6060932f0",
3831
+ "label": "Enable Loop Back",
3832
+ "name": "enable_loop_back",
3833
+ "aria-label": "",
3834
+ "type": "true_false",
3835
+ "instructions": "",
3836
+ "required": 0,
3837
+ "conditional_logic": [
3838
+ [
3839
+ {
3840
+ "field": "field_659d6082932f1",
3841
+ "operator": "!=",
3842
+ "value": "1"
3843
+ }
3844
+ ]
3845
+ ],
3846
+ "wrapper": {
3847
+ "width": "",
3848
+ "class": "",
3849
+ "id": ""
3850
+ },
3851
+ "wpml_cf_preferences": 3,
3852
+ "message": "",
3853
+ "default_value": 0,
3854
+ "ui_on_text": "",
3855
+ "ui_off_text": "",
3856
+ "ui": 1,
3857
+ "style": ""
3858
+ },
3859
+ {
3860
+ "key": "field_644bf7616f5fb",
3861
+ "label": "Final Slide Loop Back Location",
3862
+ "name": "final_slide_loop_back_location",
3863
+ "aria-label": "",
3864
+ "type": "text",
3865
+ "instructions": "",
3866
+ "required": 0,
3867
+ "conditional_logic": [
3868
+ [
3869
+ {
3870
+ "field": "field_659d6060932f0",
3871
+ "operator": "==",
3872
+ "value": "1"
3873
+ }
3874
+ ]
3875
+ ],
3876
+ "wrapper": {
3877
+ "width": "",
3878
+ "class": "",
3879
+ "id": ""
3880
+ },
3881
+ "wpml_cf_preferences": 2,
3882
+ "default_value": "",
3883
+ "maxlength": "",
3884
+ "placeholder": "",
3885
+ "prepend": "",
3886
+ "append": ""
3887
+ },
3888
+ {
3889
+ "key": "field_659d6082932f1",
3890
+ "label": "Enable Scroll Out",
3891
+ "name": "enable_scroll_out",
3892
+ "aria-label": "",
3893
+ "type": "true_false",
3894
+ "instructions": "",
3895
+ "required": 0,
3896
+ "conditional_logic": [
3897
+ [
3898
+ {
3899
+ "field": "field_659d6060932f0",
3900
+ "operator": "!=",
3901
+ "value": "1"
3902
+ }
3903
+ ]
3904
+ ],
3905
+ "wrapper": {
3906
+ "width": "",
3907
+ "class": "",
3908
+ "id": ""
3909
+ },
3910
+ "wpml_cf_preferences": 3,
3911
+ "message": "",
3912
+ "default_value": 0,
3913
+ "ui_on_text": "",
3914
+ "ui_off_text": "",
3915
+ "ui": 1,
3916
+ "style": ""
3917
+ },
3918
+ {
3919
+ "key": "field_659d747a2893c",
3920
+ "label": "Scroll Out Delay",
3921
+ "name": "scroll_out_delay",
3922
+ "aria-label": "",
3923
+ "type": "range",
3924
+ "instructions": "",
3925
+ "required": 0,
3926
+ "conditional_logic": [
3927
+ [
3928
+ {
3929
+ "field": "field_659d6082932f1",
3930
+ "operator": "==",
3931
+ "value": "1"
3932
+ }
3933
+ ]
3934
+ ],
3935
+ "wrapper": {
3936
+ "width": "",
3937
+ "class": "",
3938
+ "id": ""
3939
+ },
3940
+ "wpml_cf_preferences": 3,
3941
+ "default_value": 1,
3942
+ "min": 1,
3943
+ "max": 10,
3944
+ "step": 1,
3945
+ "prepend": "",
3946
+ "append": ""
3947
+ },
3948
+ {
3949
+ "key": "field_654503c972336",
3950
+ "label": "Final Slide Logic End",
3951
+ "name": "",
3952
+ "aria-label": "",
3953
+ "type": "accordion",
3954
+ "instructions": "",
3955
+ "required": 0,
3956
+ "conditional_logic": 0,
3957
+ "wrapper": {
3958
+ "width": "",
3959
+ "class": "",
3960
+ "id": ""
3961
+ },
3962
+ "wpml_cf_preferences": 3,
3963
+ "open": 0,
3964
+ "multi_expand": 0,
3965
+ "endpoint": 1
3966
+ },
3967
+ {
3968
+ "key": "field_644bf7336f5fa",
3969
+ "label": "Back Button Location",
3970
+ "name": "back_button_location",
3971
+ "aria-label": "",
3972
+ "type": "text",
3973
+ "instructions": "",
3974
+ "required": 0,
3975
+ "conditional_logic": 0,
3976
+ "wrapper": {
3977
+ "width": "",
3978
+ "class": "",
3979
+ "id": ""
3980
+ },
3981
+ "wpml_cf_preferences": 2,
3982
+ "default_value": "",
3983
+ "placeholder": "",
3984
+ "prepend": "",
3985
+ "append": "",
3986
+ "maxlength": ""
3987
+ },
3988
+ {
3989
+ "key": "field_6526ba604dcea",
3990
+ "label": "Slides To Hide From Navigation",
3991
+ "name": "slides_to_hide_from_navigation",
3992
+ "aria-label": "",
3993
+ "type": "repeater",
3994
+ "instructions": "",
3995
+ "required": 0,
3996
+ "conditional_logic": 0,
3997
+ "wrapper": {
3998
+ "width": "",
3999
+ "class": "",
4000
+ "id": ""
4001
+ },
4002
+ "wpml_cf_preferences": 3,
4003
+ "user_roles": [
4004
+ "all"
4005
+ ],
4006
+ "layout": "table",
4007
+ "pagination": 0,
4008
+ "min": 0,
4009
+ "max": 0,
4010
+ "collapsed": "",
4011
+ "button_label": "Add Row",
4012
+ "rows_per_page": 20,
4013
+ "acfe_repeater_stylised_button": 0,
4014
+ "sub_fields": [
4015
+ {
4016
+ "key": "field_6526ba894dceb",
4017
+ "label": "Timeline ID",
4018
+ "name": "timeline_id",
4019
+ "aria-label": "",
4020
+ "type": "number",
4021
+ "instructions": "",
4022
+ "required": 0,
4023
+ "conditional_logic": 0,
4024
+ "wrapper": {
4025
+ "width": "",
4026
+ "class": "",
4027
+ "id": ""
4028
+ },
4029
+ "wpml_cf_preferences": 3,
4030
+ "default_value": "",
4031
+ "min": "",
4032
+ "max": "",
4033
+ "placeholder": "",
4034
+ "step": "",
4035
+ "prepend": "",
4036
+ "append": "",
4037
+ "parent_repeater": "field_6526ba604dcea"
4038
+ }
4039
+ ]
4040
+ },
4041
+ {
4042
+ "key": "field_6526c6e8b82ca",
4043
+ "label": "Slides To Have Back Button",
4044
+ "name": "slides_to_have_back_button",
4045
+ "aria-label": "",
4046
+ "type": "repeater",
4047
+ "instructions": "",
4048
+ "required": 0,
4049
+ "conditional_logic": 0,
4050
+ "wrapper": {
4051
+ "width": "",
4052
+ "class": "",
4053
+ "id": ""
4054
+ },
4055
+ "wpml_cf_preferences": 3,
4056
+ "user_roles": [
4057
+ "all"
4058
+ ],
4059
+ "layout": "table",
4060
+ "pagination": 0,
4061
+ "min": 0,
4062
+ "max": 0,
4063
+ "collapsed": "",
4064
+ "button_label": "Add Row",
4065
+ "rows_per_page": 20,
4066
+ "acfe_repeater_stylised_button": 0,
4067
+ "sub_fields": [
4068
+ {
4069
+ "key": "field_6526c6e8b82cb",
4070
+ "label": "Timeline ID",
4071
+ "name": "timeline_id",
4072
+ "aria-label": "",
4073
+ "type": "number",
4074
+ "instructions": "",
4075
+ "required": 0,
4076
+ "conditional_logic": 0,
4077
+ "wrapper": {
4078
+ "width": "",
4079
+ "class": "",
4080
+ "id": ""
4081
+ },
4082
+ "wpml_cf_preferences": 3,
4083
+ "default_value": "",
4084
+ "min": "",
4085
+ "max": "",
4086
+ "placeholder": "",
4087
+ "step": "",
4088
+ "prepend": "",
4089
+ "append": "",
4090
+ "parent_repeater": "field_6526c6e8b82ca"
4091
+ }
4092
+ ]
4093
+ }
4094
+ ],
4095
+ "location": [
4096
+ [
4097
+ {
4098
+ "param": "block",
4099
+ "operator": "==",
4100
+ "value": "acf\/animated-sections"
4101
+ }
4102
+ ]
4103
+ ],
4104
+ "menu_order": 0,
4105
+ "position": "normal",
4106
+ "style": "default",
4107
+ "label_placement": "top",
4108
+ "instruction_placement": "label",
4109
+ "hide_on_screen": "",
4110
+ "active": true,
4111
+ "description": "Development version - Do not use this block in a project as fields will be overwritten by future updates.",
4112
+ "show_in_rest": 0,
4113
+ "acfe_autosync": [
4114
+ "json"
4115
+ ],
4116
+ "acfml_field_group_mode": "localization",
4117
+ "acfe_form": 0,
4118
+ "acfe_display_title": "",
4119
+ "acfe_meta": "",
4120
+ "acfe_note": "",
4121
+ "modified": 1746875590
4122
+ }