Contains import/export and setup files
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

690 wiersze
26 KiB

  1. [
  2. {
  3. "id": 62,
  4. "title": "sandbox Material Icon",
  5. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z\" \/><\/svg>",
  6. "keywords": [
  7. "material",
  8. "icon",
  9. "sandbox"
  10. ],
  11. "slug": "lazyblock\/sandbox-material-icon",
  12. "description": "",
  13. "category": "text",
  14. "category_label": "text",
  15. "supports": {
  16. "customClassName": true,
  17. "anchor": false,
  18. "align": [
  19. "wide",
  20. "full"
  21. ],
  22. "html": false,
  23. "multiple": true,
  24. "inserter": true
  25. },
  26. "ghostkit": {
  27. "supports": {
  28. "spacings": false,
  29. "display": false,
  30. "scrollReveal": false,
  31. "frame": false,
  32. "customCSS": false
  33. }
  34. },
  35. "controls": {
  36. "control_c148354933": {
  37. "type": "text",
  38. "name": "material_icon_name",
  39. "default": "emoji_objects",
  40. "label": "Material Icon Name",
  41. "help": "If entered an icon name the corresponding icon will be displayed. Choose an icon name from one of the material icons here: https:\/\/material.io\/resources\/icons\/?style=baseline",
  42. "child_of": "",
  43. "placement": "inspector",
  44. "width": "100",
  45. "hide_if_not_selected": "false",
  46. "save_in_meta": "false",
  47. "save_in_meta_name": "",
  48. "required": "false",
  49. "placeholder": "",
  50. "characters_limit": ""
  51. }
  52. },
  53. "code": {
  54. "output_method": "html",
  55. "editor_html": "",
  56. "editor_callback": "",
  57. "editor_css": "",
  58. "frontend_html": "<p class=\"material-icon\">{{ material_icon_name }}<\/p>",
  59. "frontend_callback": "",
  60. "frontend_css": "",
  61. "show_preview": "always",
  62. "single_output": true
  63. },
  64. "condition": []
  65. },
  66. {
  67. "id": 61,
  68. "title": "sandbox Button",
  69. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z\" \/><\/svg>",
  70. "keywords": [
  71. "Link",
  72. "Button"
  73. ],
  74. "slug": "lazyblock\/sandbox-button",
  75. "description": "Default Button for sandbox theme",
  76. "category": "text",
  77. "category_label": "text",
  78. "supports": {
  79. "customClassName": true,
  80. "anchor": false,
  81. "align": [
  82. "wide",
  83. "full"
  84. ],
  85. "html": false,
  86. "multiple": true,
  87. "inserter": true
  88. },
  89. "ghostkit": {
  90. "supports": {
  91. "spacings": false,
  92. "display": false,
  93. "scrollReveal": false,
  94. "frame": false,
  95. "customCSS": false
  96. }
  97. },
  98. "controls": {
  99. "control_9b583e46c9": {
  100. "type": "text",
  101. "name": "button_text",
  102. "default": "Read more on...",
  103. "label": "Button Text",
  104. "help": "",
  105. "child_of": "",
  106. "placement": "inspector",
  107. "width": "100",
  108. "hide_if_not_selected": "false",
  109. "save_in_meta": "false",
  110. "save_in_meta_name": "",
  111. "required": "false",
  112. "placeholder": "View a Page",
  113. "characters_limit": "25"
  114. },
  115. "control_93da3c418c": {
  116. "type": "url",
  117. "name": "button_url",
  118. "default": "https:\/\/domain.tld\/path\/to\/page",
  119. "label": "Button Link URL",
  120. "help": "Enter full qualified URL to link to",
  121. "child_of": "",
  122. "placement": "inspector",
  123. "width": "100",
  124. "hide_if_not_selected": "false",
  125. "save_in_meta": "false",
  126. "save_in_meta_name": "",
  127. "required": "false",
  128. "placeholder": "",
  129. "characters_limit": ""
  130. },
  131. "control_7a59364c99": {
  132. "type": "checkbox",
  133. "name": "new_tab",
  134. "default": "",
  135. "label": "Open in new Tab\/Window?",
  136. "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
  137. "child_of": "",
  138. "placement": "inspector",
  139. "width": "100",
  140. "hide_if_not_selected": "false",
  141. "save_in_meta": "false",
  142. "save_in_meta_name": "",
  143. "required": "false",
  144. "checked": "false",
  145. "alongside_text": "Open in new Tab\/Window",
  146. "placeholder": "",
  147. "characters_limit": ""
  148. }
  149. },
  150. "code": {
  151. "output_method": "html",
  152. "editor_html": "",
  153. "editor_callback": "",
  154. "editor_css": "",
  155. "frontend_html": "<p><a class=\"button\" href=\"{{ button_url }}\"{{# if new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button_text }}<\/a><\/p>",
  156. "frontend_callback": "",
  157. "frontend_css": "",
  158. "show_preview": "always",
  159. "single_output": true
  160. },
  161. "condition": []
  162. },
  163. {
  164. "id": 60,
  165. "title": "sandbox Testimonial",
  166. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z\" \/><\/svg>",
  167. "keywords": [
  168. "quote",
  169. "testimonial",
  170. "sandbox"
  171. ],
  172. "slug": "lazyblock\/sandbox-testimonial",
  173. "description": "",
  174. "category": "text",
  175. "category_label": "text",
  176. "supports": {
  177. "customClassName": true,
  178. "anchor": false,
  179. "align": [
  180. "wide",
  181. "full"
  182. ],
  183. "html": false,
  184. "multiple": true,
  185. "inserter": true
  186. },
  187. "ghostkit": {
  188. "supports": {
  189. "spacings": false,
  190. "display": false,
  191. "scrollReveal": false,
  192. "frame": false,
  193. "customCSS": false
  194. }
  195. },
  196. "controls": {
  197. "control_85cb694ebf": {
  198. "type": "image",
  199. "name": "testimonial_thumbnail",
  200. "default": "",
  201. "label": "Company Logo",
  202. "help": "",
  203. "child_of": "",
  204. "placement": "content",
  205. "width": "25",
  206. "hide_if_not_selected": "false",
  207. "save_in_meta": "false",
  208. "save_in_meta_name": "",
  209. "required": "false",
  210. "preview_size": "medium",
  211. "placeholder": "",
  212. "characters_limit": ""
  213. },
  214. "control_fe4ad14016": {
  215. "type": "inner_blocks",
  216. "name": "testimonial_content",
  217. "default": "",
  218. "label": "Content",
  219. "help": "",
  220. "child_of": "",
  221. "placement": "content",
  222. "width": "75",
  223. "hide_if_not_selected": "false",
  224. "save_in_meta": "false",
  225. "save_in_meta_name": "",
  226. "required": "false",
  227. "placeholder": "",
  228. "characters_limit": ""
  229. }
  230. },
  231. "code": {
  232. "output_method": "html",
  233. "editor_html": "",
  234. "editor_callback": "",
  235. "editor_css": "",
  236. "frontend_html": "<div class=\"testimonial\">\n{{#if testimonial_thumbnail }}\n <span class=\"testimonial-thumbnail\">{{{ wp_get_attachment_image testimonial_thumbnail 'thumbnail' }}}<\/span>\n{{\/if}}\n{{#if testimonial_content }}\n <div class=\"inner\">\n {{{ testimonial_content }}}\n <\/div>\n{{\/if}}\n<\/div>",
  237. "frontend_callback": "",
  238. "frontend_css": "",
  239. "show_preview": "never",
  240. "single_output": true
  241. },
  242. "condition": []
  243. },
  244. {
  245. "id": 59,
  246. "title": "sandbox Quote",
  247. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z\" \/><\/svg>",
  248. "keywords": [
  249. "quote",
  250. "sandbox"
  251. ],
  252. "slug": "lazyblock\/sandbox-quote",
  253. "description": "",
  254. "category": "text",
  255. "category_label": "text",
  256. "supports": {
  257. "customClassName": true,
  258. "anchor": false,
  259. "align": [
  260. "wide",
  261. "full"
  262. ],
  263. "html": false,
  264. "multiple": true,
  265. "inserter": true
  266. },
  267. "ghostkit": {
  268. "supports": {
  269. "spacings": false,
  270. "display": false,
  271. "scrollReveal": false,
  272. "frame": false,
  273. "customCSS": false
  274. }
  275. },
  276. "controls": {
  277. "control_875b404283": {
  278. "type": "inner_blocks",
  279. "name": "quote",
  280. "default": "",
  281. "label": "Quote",
  282. "help": "",
  283. "child_of": "",
  284. "placement": "content",
  285. "width": "100",
  286. "hide_if_not_selected": "false",
  287. "save_in_meta": "false",
  288. "save_in_meta_name": "",
  289. "required": "false",
  290. "placeholder": "",
  291. "characters_limit": ""
  292. },
  293. "control_b58b8f43ea": {
  294. "type": "image",
  295. "name": "cite_image",
  296. "default": "",
  297. "label": "Cite Image",
  298. "help": "",
  299. "child_of": "",
  300. "placement": "content",
  301. "width": "50",
  302. "hide_if_not_selected": "false",
  303. "save_in_meta": "false",
  304. "save_in_meta_name": "",
  305. "required": "false",
  306. "preview_size": "medium",
  307. "placeholder": "",
  308. "characters_limit": ""
  309. },
  310. "control_1588f7425e": {
  311. "type": "text",
  312. "name": "cite",
  313. "default": "",
  314. "label": "Cite",
  315. "help": "",
  316. "child_of": "",
  317. "placement": "content",
  318. "width": "50",
  319. "hide_if_not_selected": "false",
  320. "save_in_meta": "false",
  321. "save_in_meta_name": "",
  322. "required": "false",
  323. "placeholder": "",
  324. "characters_limit": "",
  325. "multiline": "true"
  326. },
  327. "control_fd788a46ef": {
  328. "type": "text",
  329. "name": "company_information",
  330. "default": "SOC.OS",
  331. "label": "Company Information",
  332. "help": "",
  333. "child_of": "",
  334. "placement": "content",
  335. "width": "100",
  336. "hide_if_not_selected": "false",
  337. "save_in_meta": "false",
  338. "save_in_meta_name": "",
  339. "required": "false",
  340. "placeholder": "Write the company name...",
  341. "characters_limit": ""
  342. }
  343. },
  344. "code": {
  345. "output_method": "html",
  346. "editor_html": "",
  347. "editor_callback": "",
  348. "editor_css": "",
  349. "frontend_html": "<blockquote class=\"quote\">\n {{{ quote }}}\n{{#if cite }}\n <cite>\n {{#if cite_image }}\n <span class=\"cite-thumbnail\">{{{ wp_get_attachment_image cite_image 'thumbnail' }}}<\/span>\n {{\/if}}\n <span class=\"inner\">\n {{{ cite }}}{{#if company_information }}<br \/>{{{ company_information }}}{{\/if}}\n <\/span>\n <\/cite>\n{{\/if}}\n<\/blockquote>",
  350. "frontend_callback": "",
  351. "frontend_css": "",
  352. "show_preview": "never",
  353. "single_output": true
  354. },
  355. "condition": []
  356. },
  357. {
  358. "id": 58,
  359. "title": "sandbox 2 Buttons",
  360. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4h-4v-2h2c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z\" \/><\/svg>",
  361. "keywords": [
  362. "button",
  363. "sandbox"
  364. ],
  365. "slug": "lazyblock\/sandbox-2-buttons",
  366. "description": "",
  367. "category": "text",
  368. "category_label": "text",
  369. "supports": {
  370. "customClassName": true,
  371. "anchor": false,
  372. "align": [
  373. "wide",
  374. "full"
  375. ],
  376. "html": false,
  377. "multiple": true,
  378. "inserter": true
  379. },
  380. "ghostkit": {
  381. "supports": {
  382. "spacings": false,
  383. "display": false,
  384. "scrollReveal": false,
  385. "frame": false,
  386. "customCSS": false
  387. }
  388. },
  389. "controls": {
  390. "control_5928774cc7": {
  391. "type": "text",
  392. "name": "button1_text",
  393. "default": "Read more on...",
  394. "label": "Button 1 Text",
  395. "help": "",
  396. "child_of": "",
  397. "placement": "inspector",
  398. "width": "100",
  399. "hide_if_not_selected": "false",
  400. "save_in_meta": "false",
  401. "save_in_meta_name": "",
  402. "required": "false",
  403. "placeholder": "View a Page",
  404. "characters_limit": ""
  405. },
  406. "control_7768b64919": {
  407. "type": "url",
  408. "name": "button1_url",
  409. "default": "",
  410. "label": "Button 1 Link URL",
  411. "help": "",
  412. "child_of": "",
  413. "placement": "inspector",
  414. "width": "100",
  415. "hide_if_not_selected": "false",
  416. "save_in_meta": "false",
  417. "save_in_meta_name": "",
  418. "required": "false",
  419. "placeholder": "",
  420. "characters_limit": ""
  421. },
  422. "control_ff982b43a2": {
  423. "type": "checkbox",
  424. "name": "button1_new_tab",
  425. "default": "",
  426. "label": "Button 1 Open in new tab\/window?",
  427. "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
  428. "child_of": "",
  429. "placement": "inspector",
  430. "width": "100",
  431. "hide_if_not_selected": "false",
  432. "save_in_meta": "false",
  433. "save_in_meta_name": "",
  434. "required": "false",
  435. "checked": "false",
  436. "alongside_text": "Open in new Tab\/Window",
  437. "placeholder": "",
  438. "characters_limit": ""
  439. },
  440. "control_0abb9548a4": {
  441. "type": "text",
  442. "name": "button2_text",
  443. "default": "Read also more on...",
  444. "label": "Button 2 Text",
  445. "help": "",
  446. "child_of": "",
  447. "placement": "inspector",
  448. "width": "100",
  449. "hide_if_not_selected": "false",
  450. "save_in_meta": "false",
  451. "save_in_meta_name": "",
  452. "required": "false",
  453. "placeholder": "View a Page",
  454. "characters_limit": ""
  455. },
  456. "control_63ca914b30": {
  457. "type": "url",
  458. "name": "button2_url",
  459. "default": "",
  460. "label": "Button 1 Link URL",
  461. "help": "",
  462. "child_of": "",
  463. "placement": "inspector",
  464. "width": "100",
  465. "hide_if_not_selected": "false",
  466. "save_in_meta": "false",
  467. "save_in_meta_name": "",
  468. "required": "false",
  469. "placeholder": "",
  470. "characters_limit": ""
  471. },
  472. "control_2d39934c31": {
  473. "type": "checkbox",
  474. "name": "button2_new_tab",
  475. "default": "",
  476. "label": "Button 2 Open in new tab\/window?",
  477. "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
  478. "child_of": "",
  479. "placement": "inspector",
  480. "width": "100",
  481. "hide_if_not_selected": "false",
  482. "save_in_meta": "false",
  483. "save_in_meta_name": "",
  484. "required": "false",
  485. "checked": "false",
  486. "alongside_text": "Open in new Tab\/Window",
  487. "placeholder": "",
  488. "characters_limit": ""
  489. }
  490. },
  491. "code": {
  492. "output_method": "html",
  493. "editor_html": "<p><a class=\"button\" href=\"{{ button1_url }}\">{{ button1_text }}<\/a> <a class=\"button\" href=\"{{ button2_url }}\">{{ button2_text }}<\/a><\/p>",
  494. "editor_callback": "",
  495. "editor_css": "",
  496. "frontend_html": "{{#compare button1_text \"||\" button2_text }}<p>{{#if button1_text }}<a class=\"button\" href=\"{{ button1_url }}\"{{# if button1_new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button1_text }}<\/a>{{\/if }}{{#if button2_text }} <a class=\"button\" href=\"{{ button2_url }}\"{{# if button2_new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button2_text }}<\/a>{{\/if }}<\/p>{{\/compare }}",
  497. "frontend_callback": "",
  498. "frontend_css": "",
  499. "show_preview": "always",
  500. "single_output": false
  501. },
  502. "condition": []
  503. },
  504. {
  505. "id": 57,
  506. "title": "sandbox center Boxes",
  507. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z\" \/><\/svg>",
  508. "keywords": [
  509. "boxes",
  510. "center",
  511. "sandbox"
  512. ],
  513. "slug": "lazyblock\/sandbox-center-boxes",
  514. "description": "Displays 4 boxes or less in a centerd row. If a 5th box is added, its spaned to full width below the 4 previous ones.",
  515. "category": "text",
  516. "category_label": "text",
  517. "supports": {
  518. "customClassName": true,
  519. "anchor": false,
  520. "align": [
  521. "wide",
  522. "full"
  523. ],
  524. "html": false,
  525. "multiple": true,
  526. "inserter": true
  527. },
  528. "ghostkit": {
  529. "supports": {
  530. "spacings": false,
  531. "display": false,
  532. "scrollReveal": false,
  533. "frame": false,
  534. "customCSS": false
  535. }
  536. },
  537. "controls": {
  538. "control_690b344af5": {
  539. "type": "repeater",
  540. "name": "center_box",
  541. "default": "",
  542. "label": "Box",
  543. "help": "",
  544. "child_of": "",
  545. "placement": "content",
  546. "width": "100",
  547. "hide_if_not_selected": "false",
  548. "save_in_meta": "false",
  549. "save_in_meta_name": "",
  550. "required": "false",
  551. "rows_min": "",
  552. "rows_max": "",
  553. "rows_label": "Box {{#}}",
  554. "rows_add_button_label": "+ Add box",
  555. "rows_collapsible": "true",
  556. "rows_collapsed": "true",
  557. "placeholder": "",
  558. "characters_limit": ""
  559. },
  560. "control_4dbbf64a57": {
  561. "type": "image",
  562. "name": "center_box_image",
  563. "default": "",
  564. "label": "Box image",
  565. "help": "",
  566. "child_of": "control_690b344af5",
  567. "placement": "content",
  568. "width": "100",
  569. "hide_if_not_selected": "false",
  570. "save_in_meta": "false",
  571. "save_in_meta_name": "",
  572. "required": "false",
  573. "preview_size": "medium",
  574. "placeholder": "",
  575. "characters_limit": ""
  576. },
  577. "control_dfbb60426c": {
  578. "type": "text",
  579. "name": "center_box_title",
  580. "default": "",
  581. "label": "Box title",
  582. "help": "",
  583. "child_of": "control_690b344af5",
  584. "placement": "content",
  585. "width": "100",
  586. "hide_if_not_selected": "false",
  587. "save_in_meta": "false",
  588. "save_in_meta_name": "",
  589. "required": "false",
  590. "placeholder": "Add Title",
  591. "characters_limit": ""
  592. },
  593. "control_449b7d405b": {
  594. "type": "rich_text",
  595. "name": "center_box_content",
  596. "default": "Add content",
  597. "label": "Box content",
  598. "help": "",
  599. "child_of": "control_690b344af5",
  600. "placement": "content",
  601. "width": "100",
  602. "hide_if_not_selected": "false",
  603. "save_in_meta": "false",
  604. "save_in_meta_name": "",
  605. "required": "false",
  606. "multiline": "true",
  607. "placeholder": "",
  608. "characters_limit": ""
  609. }
  610. },
  611. "code": {
  612. "output_method": "html",
  613. "editor_html": "",
  614. "editor_callback": "",
  615. "editor_css": "",
  616. "frontend_html": "{{# if center_box.length ~}}\n <div class=\"boxes\">\n {{# each center_box ~}}\n <div class=\"box box-{{ @index }}\">\n {{# if center_box_image ~}}\n {{{ wp_get_attachment_image center_box_image 'semi-large' }}}\n {{\/ if ~}}\n <div class=\"inner\">\n {{# if center_box_title ~}}\n <h3>{{{ center_box_title }}}<\/h3>\n {{\/ if ~}}\n {{# if center_box_content ~}}\n {{{ center_box_content }}}\n {{\/ if ~}}\n <\/div>\n <\/div>\n {{\/ each ~}}\n <\/div>\n{{\/ if ~}}",
  617. "frontend_callback": "",
  618. "frontend_css": "",
  619. "show_preview": "never",
  620. "single_output": false
  621. },
  622. "condition": []
  623. },
  624. {
  625. "id": 56,
  626. "title": "sandbox Scroll button",
  627. "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z\" \/><\/svg>",
  628. "keywords": [
  629. "scroll",
  630. "button",
  631. "sandbox"
  632. ],
  633. "slug": "lazyblock\/sandbox-scroll-button",
  634. "description": "",
  635. "category": "text",
  636. "category_label": "text",
  637. "supports": {
  638. "customClassName": true,
  639. "anchor": false,
  640. "align": [
  641. "wide",
  642. "full"
  643. ],
  644. "html": false,
  645. "multiple": false,
  646. "inserter": true
  647. },
  648. "ghostkit": {
  649. "supports": {
  650. "spacings": false,
  651. "display": false,
  652. "scrollReveal": false,
  653. "frame": false,
  654. "customCSS": false
  655. }
  656. },
  657. "controls": {
  658. "control_4439284514": {
  659. "type": "text",
  660. "name": "scroll_target",
  661. "default": "",
  662. "label": "Scroll target",
  663. "help": "",
  664. "child_of": "",
  665. "placement": "inspector",
  666. "width": "100",
  667. "hide_if_not_selected": "false",
  668. "save_in_meta": "false",
  669. "save_in_meta_name": "",
  670. "required": "false",
  671. "placeholder": "#my-content",
  672. "characters_limit": ""
  673. }
  674. },
  675. "code": {
  676. "output_method": "html",
  677. "editor_html": "",
  678. "editor_callback": "",
  679. "editor_css": "",
  680. "frontend_html": "{{# if scroll_target }}\n <a class=\"material-icon scroll-button\" href=\"{{ scroll_target }}\">expand_more<\/a>\n{{\/ if }}",
  681. "frontend_callback": "",
  682. "frontend_css": "",
  683. "show_preview": "never",
  684. "single_output": true
  685. },
  686. "condition": []
  687. }
  688. ]