Gutenberg Blocks – ACF Blocks Suite - Version 2.0.1

Version Description

  • Bug Fixes
  • Remove default margin padding values
Download this release

Release Info

Developer munirkamal
Plugin Icon 128x128 Gutenberg Blocks – ACF Blocks Suite
Version 2.0.1
Comparing to
See all releases

Code changes from version 1.8.0 to 2.0.1

Files changed (124) hide show
  1. acf-blocks.php +243 -5
  2. acf-json/group_5cbd743876860.json +183 -49
  3. acf-json/group_5cbd9e696a100.json +206 -55
  4. acf-json/group_5cbdba3909312.json +122 -11
  5. acf-json/group_5cbdd1a0caf81.json +272 -107
  6. acf-json/group_5cbef16c004be.json +94 -23
  7. acf-json/group_5cc04e691b1a8.json +152 -26
  8. acf-json/group_5cc6b8e86e751.json +121 -27
  9. acf-json/group_5cc6cf92e231a.json +121 -27
  10. acf-json/group_5cc6dfe67784b.json +179 -50
  11. acf-json/group_5cc7092c01eb4.json +144 -31
  12. acf-json/group_5cd00bce35670.json +285 -82
  13. acf-json/group_5cde975abf269.json +168 -21
  14. acf-json/group_5cf238e5e1203.json +103 -12
  15. acf-json/group_5cfe3ba49f760.json +144 -31
  16. acf-json/group_5cff80b5c59d1.json +133 -39
  17. acf-json/group_5cff8a6c26332.json +150 -39
  18. acf-json/group_5d7b6d4b9609e.json +236 -164
  19. acf-json/group_5d7f7f7dd9f24.json +215 -78
  20. acf-json/group_5d80d38c44b1c.json +168 -51
  21. acf-json/group_5d85f76783fa0.json +221 -104
  22. acf-json/group_5d88ac7ea4495.json +103 -11
  23. acf-json/group_5d89edcb99f5e.json +149 -51
  24. acf-json/group_5d8c7aea13336.json +93 -22
  25. acf-json/group_5d9c6dc7208c4.json +102 -13
  26. acf-json/group_5d9c78624c0c3.json +104 -15
  27. acf-json/group_5d9f3016200d1.json +126 -32
  28. acf-json/group_5d9f3dcad2c3d.json +296 -101
  29. acf-json/group_5da1986955b15.json +496 -215
  30. acf-json/group_5db1a62d812f2.json +314 -119
  31. acf-json/group_5e41243deaf30.json +54 -7
  32. acf-json/group_5e4264a59e5d4.json +139 -31
  33. acf-json/group_5e4a64dc6c677.json +213 -6
  34. acf-json/group_5e4bae0ee904c.json +1 -0
  35. acf-json/group_5e4e45f4d189d.json +242 -166
  36. acf-json/group_5e4fc1d5b0411.json +2 -2
  37. acf-json/group_5e50e811bbbf0.json +111 -19
  38. acf-json/group_5e870239ddce9.json +1523 -0
  39. admin/admin-script.js +34 -0
  40. admin/admin-styles.css +60 -0
  41. admin/class-acf-admin-page.php +10 -0
  42. block-templates/free/acfb-accordion.php +23 -2
  43. block-templates/free/acfb-business-hours.php +25 -2
  44. block-templates/free/acfb-clicktotweet.php +28 -3
  45. block-templates/free/acfb-counternumber.php +23 -2
  46. block-templates/free/acfb-dual-button.php +0 -111
  47. block-templates/free/acfb-image-slider.php +21 -1
  48. block-templates/free/acfb-multibuttons.php +25 -1
  49. block-templates/free/acfb-photocollage.php +9 -1
  50. block-templates/free/acfb-posts.php +59 -10
  51. block-templates/free/acfb-pricelist.php +22 -2
  52. block-templates/free/acfb-pricingbox.php +49 -8
  53. block-templates/free/acfb-progressbar.php +23 -2
  54. block-templates/free/acfb-scrollable-image.php +8 -0
  55. block-templates/free/acfb-socialsharing.php +27 -0
  56. block-templates/free/acfb-starrating.php +21 -2
  57. block-templates/free/acfb-tabs.php +30 -3
  58. block-templates/free/acfb-team.php +32 -5
  59. block-templates/free/acfb-testimonial.php +35 -4
  60. block-templates/free/acfb-toggle.php +22 -2
  61. block-templates/functions/function.php +35 -0
  62. css/acfblocks.css +178 -58
  63. css/animated-headline.css +0 -1
  64. css/magnific-popup.css +0 -351
  65. fields/class-acfb-acf-field-margin-v5.php +749 -0
  66. fields/class-acfb-acf-field-padding-v5.php +747 -0
  67. fields/class-acfb-acf-field-typography-v5.php +962 -0
  68. free-acf-blocks.php +0 -20
  69. freemius/assets/css/admin/account.css +1 -1
  70. freemius/assets/css/admin/add-ons.css +2 -2
  71. freemius/assets/css/admin/common.css +2 -2
  72. freemius/assets/css/admin/connect.css +1 -1
  73. freemius/assets/css/admin/debug.css +1 -1
  74. freemius/assets/css/admin/dialog-boxes.css +1 -1
  75. freemius/assets/css/admin/plugins.css +1 -0
  76. freemius/assets/css/customizer.css +1 -1
  77. freemius/assets/img/acf-blocks.svg +0 -1
  78. freemius/assets/scss/_colors.scss +0 -79
  79. freemius/assets/scss/_functions.scss +0 -0
  80. freemius/assets/scss/_load.scss +0 -4
  81. freemius/assets/scss/_mixins.scss +0 -270
  82. freemius/assets/scss/_start.scss +0 -4
  83. freemius/assets/scss/_vars.scss +0 -6
  84. freemius/assets/scss/admin/_ajax-loader.scss +0 -49
  85. freemius/assets/scss/admin/_auto-install.scss +0 -33
  86. freemius/assets/scss/admin/_buttons.scss +0 -28
  87. freemius/assets/scss/admin/_deactivation-feedback.scss +0 -55
  88. freemius/assets/scss/admin/_gdpr-consent.scss +0 -81
  89. freemius/assets/scss/admin/_license-activation.scss +0 -47
  90. freemius/assets/scss/admin/_license-key-resend.scss +0 -68
  91. freemius/assets/scss/admin/_modal-common.scss +0 -194
  92. freemius/assets/scss/admin/_multisite-options.scss +0 -40
  93. freemius/assets/scss/admin/_plugin-upgrade-notice.scss +0 -8
  94. freemius/assets/scss/admin/_subscription-cancellation.scss +0 -30
  95. freemius/assets/scss/admin/_themes.scss +0 -21
  96. freemius/assets/scss/admin/_tooltip.scss +0 -66
  97. freemius/assets/scss/admin/account.scss +0 -302
  98. freemius/assets/scss/admin/add-ons.scss +0 -449
  99. freemius/assets/scss/admin/affiliation.scss +0 -97
  100. freemius/assets/scss/admin/checkout.scss +0 -5
  101. freemius/assets/scss/admin/common.scss +0 -220
  102. freemius/assets/scss/admin/connect.scss +0 -548
  103. freemius/assets/scss/admin/debug.scss +0 -135
  104. freemius/assets/scss/admin/dialog-boxes.scss +0 -10
  105. freemius/assets/scss/admin/gdpr-optin-notice.scss +0 -17
  106. freemius/assets/scss/admin/index.php +0 -3
  107. freemius/assets/scss/customizer.scss +0 -125
  108. freemius/assets/scss/index.php +0 -3
  109. freemius/config.php +3 -3
  110. freemius/includes/class-freemius.php +3575 -778
  111. freemius/includes/class-fs-api.php +77 -38
  112. freemius/includes/class-fs-plugin-updater.php +196 -38
  113. freemius/includes/class-fs-storage.php +45 -38
  114. freemius/includes/customizer/class-fs-customizer-upsell-control.php +5 -1
  115. freemius/includes/entities/class-fs-entity.php +10 -0
  116. freemius/includes/entities/class-fs-payment.php +58 -0
  117. freemius/includes/entities/class-fs-plugin-license.php +55 -1
  118. freemius/includes/entities/class-fs-plugin-tag.php +12 -2
  119. freemius/includes/entities/class-fs-plugin.php +17 -0
  120. freemius/includes/entities/class-fs-pricing.php +16 -0
  121. freemius/includes/entities/class-fs-site.php +6 -3
  122. freemius/includes/entities/class-fs-subscription.php +136 -114
  123. freemius/includes/entities/class-fs-user.php +17 -0
  124. freemius/includes/fs-core-functions.php +124 -146
acf-blocks.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: ACF Blocks
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
- * Version: 1.8.0
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
@@ -38,10 +38,6 @@ if ( function_exists( 'acfb_fs' ) ) {
38
  'premium_suffix' => 'pro',
39
  'has_addons' => false,
40
  'has_paid_plans' => true,
41
- 'trial' => array(
42
- 'days' => 7,
43
- 'is_require_payment' => false,
44
- ),
45
  'menu' => array(
46
  'slug' => 'acf-blocks',
47
  'support' => false,
@@ -435,6 +431,12 @@ if ( function_exists( 'acfb_fs' ) ) {
435
  false,
436
  '1.0.0'
437
  );
 
 
 
 
 
 
438
  }
439
 
440
  function acfb_enqueue_scripts()
@@ -443,6 +445,242 @@ if ( function_exists( 'acfb_fs' ) ) {
443
  }
444
 
445
  add_action( 'wp_enqueue_scripts', 'acfb_enqueue_scripts', 999 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  }
447
 
448
  // freemius end
4
  * Plugin Name: ACF Blocks
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
+ * Version: 2.0.1
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
38
  'premium_suffix' => 'pro',
39
  'has_addons' => false,
40
  'has_paid_plans' => true,
 
 
 
 
41
  'menu' => array(
42
  'slug' => 'acf-blocks',
43
  'support' => false,
431
  false,
432
  '1.0.0'
433
  );
434
+ wp_enqueue_script(
435
+ 'acfb_admin_scirpt',
436
+ plugin_dir_url( __FILE__ ) . '/admin/admin-script.js',
437
+ false,
438
+ ''
439
+ );
440
  }
441
 
442
  function acfb_enqueue_scripts()
445
  }
446
 
447
  add_action( 'wp_enqueue_scripts', 'acfb_enqueue_scripts', 999 );
448
+ // Acf Custom field
449
+ // check if class already exists
450
+
451
+ if ( !class_exists( 'acfb_acf_plugin_typography' ) ) {
452
+ class acfb_acf_plugin_typography
453
+ {
454
+ // vars
455
+ var $settings ;
456
+ function __construct()
457
+ {
458
+ // settings
459
+ // - these will be passed into the field class.
460
+ $this->settings = array(
461
+ 'version' => '2.0.0',
462
+ 'url' => plugin_dir_url( __FILE__ ),
463
+ 'path' => plugin_dir_path( __FILE__ ),
464
+ );
465
+ // include field
466
+ add_action( 'acf/include_field_types', array( $this, 'include_field' ) );
467
+ // v5
468
+ add_action( 'acf/register_fields', array( $this, 'include_field' ) );
469
+ // v4
470
+ }
471
+
472
+ function include_field( $version = false )
473
+ {
474
+ // include
475
+ include_once 'fields/class-acfb-acf-field-typography-v' . $version . '.php';
476
+ include_once 'fields/class-acfb-acf-field-padding-v' . $version . '.php';
477
+ include_once 'fields/class-acfb-acf-field-margin-v' . $version . '.php';
478
+ }
479
+
480
+ }
481
+ // initialize
482
+ new acfb_acf_plugin_typography();
483
+ // class_exists check
484
+ }
485
+
486
+ function get_value( $field_id, $fields )
487
+ {
488
+ $value = get_field( $field_id );
489
+
490
+ if ( is_null( $value ) ) {
491
+ $defaults = get_field_object( $field_id );
492
+ $v = array();
493
+ foreach ( $fields as $field ) {
494
+ $v[$field] = $defaults[$field];
495
+ }
496
+ return $v;
497
+ } else {
498
+ return $value;
499
+ }
500
+
501
+ }
502
+
503
+ function build_css( $selectors )
504
+ {
505
+ foreach ( $selectors as $key => $css ) {
506
+ if ( $css !== 'default' and $css !== '' ) {
507
+ echo $key . ':' . $css . ';' ;
508
+ }
509
+ }
510
+ }
511
+
512
+ function get_typo_field( $typo_name )
513
+ {
514
+ ?>
515
+ font-size: <?php
516
+ echo $typo_name['font_size'] ;
517
+ ?>px;
518
+ <?php
519
+ echo build_css( array(
520
+ 'font-family' => get_family( $typo_name['font_family'] ),
521
+ 'font-weight' => $typo_name['font_weight'],
522
+ 'text-transform' => $typo_name['font_transform'],
523
+ 'font-style' => $typo_name['font_style'],
524
+ 'text-decoration' => $typo_name['font_decoration'],
525
+ ) ) ;
526
+ ?>
527
+ <?php
528
+
529
+ if ( $typo_name['font_line_height'] > 0.1 ) {
530
+ ?>
531
+ line-height: <?php
532
+ echo $typo_name['font_line_height'] ;
533
+ ?>;
534
+ <?php
535
+ }
536
+
537
+ ?>
538
+ <?php
539
+
540
+ if ( $typo_name['font_letter_spacing'] ) {
541
+ ?>
542
+ letter-spacing: <?php
543
+ echo $typo_name['font_letter_spacing'] ;
544
+ ?>px;
545
+ <?php
546
+ }
547
+
548
+ }
549
+
550
+ function get_padding_field( $padding_name )
551
+ {
552
+ ?>
553
+ <?php
554
+
555
+ if ( $padding_name['padding_top'] ) {
556
+ ?>
557
+ padding-top: <?php
558
+ echo $padding_name['padding_top'] ;
559
+ ?>px;
560
+ <?php
561
+ }
562
+
563
+ ?>
564
+ <?php
565
+
566
+ if ( $padding_name['padding_bottom'] ) {
567
+ ?>
568
+ padding-bottom: <?php
569
+ echo $padding_name['padding_bottom'] ;
570
+ ?>px;
571
+ <?php
572
+ }
573
+
574
+ ?>
575
+ <?php
576
+
577
+ if ( $padding_name['padding_left'] ) {
578
+ ?>
579
+ padding-left: <?php
580
+ echo $padding_name['padding_left'] ;
581
+ ?>px;
582
+ <?php
583
+ }
584
+
585
+ ?>
586
+ <?php
587
+
588
+ if ( $padding_name['padding_right'] ) {
589
+ ?>
590
+ padding-right: <?php
591
+ echo $padding_name['padding_right'] ;
592
+ ?>px;
593
+ <?php
594
+ }
595
+
596
+ ?>
597
+ <?php
598
+ }
599
+
600
+ function get_margin_field( $margin_name )
601
+ {
602
+ ?>
603
+ <?php
604
+
605
+ if ( $margin_name['margin_top'] ) {
606
+ ?>
607
+ margin-top: <?php
608
+ echo $margin_name['margin_top'] ;
609
+ ?>px;
610
+ <?php
611
+ }
612
+
613
+ ?>
614
+ <?php
615
+
616
+ if ( $margin_name['margin_bottom'] ) {
617
+ ?>
618
+ margin-bottom: <?php
619
+ echo $margin_name['margin_bottom'] ;
620
+ ?>px;
621
+ <?php
622
+ }
623
+
624
+ ?>
625
+ <?php
626
+
627
+ if ( $margin_name['margin_left'] ) {
628
+ ?>
629
+ margin-left: <?php
630
+ echo $margin_name['margin_left'] ;
631
+ ?>px;
632
+ <?php
633
+ }
634
+
635
+ ?>
636
+ <?php
637
+
638
+ if ( $margin_name['margin_right'] ) {
639
+ ?>
640
+ margin-right: <?php
641
+ echo $margin_name['margin_right'] ;
642
+ ?>px;
643
+ <?php
644
+ }
645
+
646
+ ?>
647
+ <?php
648
+ }
649
+
650
+ function acfb_padding_name( $acfb_pname )
651
+ {
652
+ return get_value( $acfb_pname, array(
653
+ 'padding_top',
654
+ 'padding_right',
655
+ 'padding_bottom',
656
+ 'padding_left'
657
+ ) );
658
+ }
659
+
660
+ function acfb_margin_name( $acfb_mname )
661
+ {
662
+ return get_value( $acfb_mname, array(
663
+ 'margin_top',
664
+ 'margin_right',
665
+ 'margin_bottom',
666
+ 'margin_left'
667
+ ) );
668
+ }
669
+
670
+ function acfb_ffaimly_name( $acfb_fname )
671
+ {
672
+ return get_value( $acfb_fname, array(
673
+ 'font_family',
674
+ 'font_size',
675
+ 'font_weight',
676
+ 'font_transform',
677
+ 'font_style',
678
+ 'font_decoration',
679
+ 'font_line_height',
680
+ 'font_letter_spacing'
681
+ ) );
682
+ }
683
+
684
  }
685
 
686
  // freemius end
acf-json/group_5cbd743876860.json CHANGED
@@ -179,6 +179,109 @@
179
  "placement": "top",
180
  "endpoint": 0
181
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  {
183
  "key": "field_5cbd95e83fdd9",
184
  "label": "Background Color",
@@ -210,10 +313,10 @@
210
  "default_value": "#191e23"
211
  },
212
  {
213
- "key": "field_5cbd96f33fddc",
214
- "label": "Text Size",
215
- "name": "acfb_testimonial_text_size",
216
- "type": "range",
217
  "instructions": "",
218
  "required": 0,
219
  "conditional_logic": 0,
@@ -222,18 +325,13 @@
222
  "class": "",
223
  "id": ""
224
  },
225
- "default_value": 18,
226
- "min": "",
227
- "max": 200,
228
- "step": "",
229
- "prepend": "",
230
- "append": "px"
231
  },
232
  {
233
- "key": "field_5cbd967a3fddb",
234
- "label": "Image Size",
235
- "name": "acfb_testimonial_image_size",
236
- "type": "range",
237
  "instructions": "",
238
  "required": 0,
239
  "conditional_logic": 0,
@@ -242,17 +340,12 @@
242
  "class": "",
243
  "id": ""
244
  },
245
- "default_value": 55,
246
- "min": "",
247
- "max": 200,
248
- "step": "",
249
- "prepend": "",
250
- "append": "px"
251
  },
252
  {
253
- "key": "field_5dc42ebadf2d6",
254
- "label": "Image Border Color",
255
- "name": "acfb_testimonial_image_border_color",
256
  "type": "color_picker",
257
  "instructions": "",
258
  "required": 0,
@@ -262,13 +355,13 @@
262
  "class": "",
263
  "id": ""
264
  },
265
- "default_value": "#000000"
266
  },
267
  {
268
- "key": "field_5cbd97143fddd",
269
- "label": "Name Color",
270
- "name": "acfb_testimonial_name_color",
271
- "type": "color_picker",
272
  "instructions": "",
273
  "required": 0,
274
  "conditional_logic": 0,
@@ -277,12 +370,14 @@
277
  "class": "",
278
  "id": ""
279
  },
280
- "default_value": "#191e23"
 
 
281
  },
282
  {
283
- "key": "field_5cbd97423fdde",
284
- "label": "Name Size",
285
- "name": "acfb_testimonial_name_size",
286
  "type": "range",
287
  "instructions": "",
288
  "required": 0,
@@ -292,7 +387,7 @@
292
  "class": "",
293
  "id": ""
294
  },
295
- "default_value": 18,
296
  "min": "",
297
  "max": 200,
298
  "step": "",
@@ -300,10 +395,10 @@
300
  "append": "px"
301
  },
302
  {
303
- "key": "field_5cbd977a3fddf",
304
- "label": "Position Color",
305
- "name": "acfb_testimonial_position_color",
306
- "type": "color_picker",
307
  "instructions": "",
308
  "required": 0,
309
  "conditional_logic": 0,
@@ -312,13 +407,15 @@
312
  "class": "",
313
  "id": ""
314
  },
315
- "default_value": "#191e23"
 
 
316
  },
317
  {
318
- "key": "field_5cbd979b3fde0",
319
- "label": "Position Size",
320
- "name": "acfb_testimonial_position_size",
321
- "type": "range",
322
  "instructions": "",
323
  "required": 0,
324
  "conditional_logic": 0,
@@ -327,12 +424,49 @@
327
  "class": "",
328
  "id": ""
329
  },
330
- "default_value": 14,
331
- "min": "",
332
- "max": 200,
333
- "step": "",
334
- "prepend": "",
335
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  }
337
  ],
338
  "location": [
@@ -352,5 +486,5 @@
352
  "hide_on_screen": "",
353
  "active": 1,
354
  "description": "",
355
- "modified": 1573209881
356
  }
179
  "placement": "top",
180
  "endpoint": 0
181
  },
182
+ {
183
+ "key": "field_5ea17ead22b20",
184
+ "label": "Typography",
185
+ "name": "",
186
+ "type": "accordion",
187
+ "instructions": "",
188
+ "required": 0,
189
+ "conditional_logic": 0,
190
+ "wrapper": {
191
+ "width": "",
192
+ "class": "",
193
+ "id": ""
194
+ },
195
+ "open": 0,
196
+ "multi_expand": 0,
197
+ "endpoint": 0
198
+ },
199
+ {
200
+ "key": "field_5ea96a10e01f5",
201
+ "label": "Text",
202
+ "name": "acfb_testimonial_text_typo",
203
+ "type": "typography",
204
+ "instructions": "",
205
+ "required": 0,
206
+ "conditional_logic": 0,
207
+ "wrapper": {
208
+ "width": "",
209
+ "class": "",
210
+ "id": ""
211
+ },
212
+ "font_family_enable": 0,
213
+ "font_family": "default",
214
+ "font_size": 18,
215
+ "font_weight": "default",
216
+ "font_transform": "default",
217
+ "font_style": "default",
218
+ "font_decoration": "default",
219
+ "font_line_height": "0.1",
220
+ "font_letter_spacing": 0
221
+ },
222
+ {
223
+ "key": "field_5ea96fa348aed",
224
+ "label": "Name",
225
+ "name": "acfb_testimonial_name_typo",
226
+ "type": "typography",
227
+ "instructions": "",
228
+ "required": 0,
229
+ "conditional_logic": 0,
230
+ "wrapper": {
231
+ "width": "",
232
+ "class": "",
233
+ "id": ""
234
+ },
235
+ "font_family_enable": 0,
236
+ "font_family": "default",
237
+ "font_size": 18,
238
+ "font_weight": "default",
239
+ "font_transform": "default",
240
+ "font_style": "default",
241
+ "font_decoration": "default",
242
+ "font_line_height": "0.1",
243
+ "font_letter_spacing": 0
244
+ },
245
+ {
246
+ "key": "field_5ea9705148aee",
247
+ "label": "Position",
248
+ "name": "acfb_testimonial_position_typo",
249
+ "type": "typography",
250
+ "instructions": "",
251
+ "required": 0,
252
+ "conditional_logic": 0,
253
+ "wrapper": {
254
+ "width": "",
255
+ "class": "",
256
+ "id": ""
257
+ },
258
+ "font_family_enable": 0,
259
+ "font_family": "default",
260
+ "font_size": 14,
261
+ "font_weight": "default",
262
+ "font_transform": "default",
263
+ "font_style": "default",
264
+ "font_decoration": "default",
265
+ "font_line_height": "0.1",
266
+ "font_letter_spacing": 0
267
+ },
268
+ {
269
+ "key": "field_5ea17f175e850",
270
+ "label": "Colors",
271
+ "name": "",
272
+ "type": "accordion",
273
+ "instructions": "",
274
+ "required": 0,
275
+ "conditional_logic": 0,
276
+ "wrapper": {
277
+ "width": "",
278
+ "class": "",
279
+ "id": ""
280
+ },
281
+ "open": 0,
282
+ "multi_expand": 0,
283
+ "endpoint": 0
284
+ },
285
  {
286
  "key": "field_5cbd95e83fdd9",
287
  "label": "Background Color",
313
  "default_value": "#191e23"
314
  },
315
  {
316
+ "key": "field_5dc42ebadf2d6",
317
+ "label": "Image Border Color",
318
+ "name": "acfb_testimonial_image_border_color",
319
+ "type": "color_picker",
320
  "instructions": "",
321
  "required": 0,
322
  "conditional_logic": 0,
325
  "class": "",
326
  "id": ""
327
  },
328
+ "default_value": "#000000"
 
 
 
 
 
329
  },
330
  {
331
+ "key": "field_5cbd97143fddd",
332
+ "label": "Name Color",
333
+ "name": "acfb_testimonial_name_color",
334
+ "type": "color_picker",
335
  "instructions": "",
336
  "required": 0,
337
  "conditional_logic": 0,
340
  "class": "",
341
  "id": ""
342
  },
343
+ "default_value": "#191e23"
 
 
 
 
 
344
  },
345
  {
346
+ "key": "field_5cbd977a3fddf",
347
+ "label": "Position Color",
348
+ "name": "acfb_testimonial_position_color",
349
  "type": "color_picker",
350
  "instructions": "",
351
  "required": 0,
355
  "class": "",
356
  "id": ""
357
  },
358
+ "default_value": "#191e23"
359
  },
360
  {
361
+ "key": "field_5ea17ee15e84f",
362
+ "label": "Sizing",
363
+ "name": "",
364
+ "type": "accordion",
365
  "instructions": "",
366
  "required": 0,
367
  "conditional_logic": 0,
370
  "class": "",
371
  "id": ""
372
  },
373
+ "open": 0,
374
+ "multi_expand": 0,
375
+ "endpoint": 0
376
  },
377
  {
378
+ "key": "field_5cbd967a3fddb",
379
+ "label": "Image Size",
380
+ "name": "acfb_testimonial_image_size",
381
  "type": "range",
382
  "instructions": "",
383
  "required": 0,
387
  "class": "",
388
  "id": ""
389
  },
390
+ "default_value": 55,
391
  "min": "",
392
  "max": 200,
393
  "step": "",
395
  "append": "px"
396
  },
397
  {
398
+ "key": "field_5ea17ec922b21",
399
+ "label": "Spacing",
400
+ "name": "",
401
+ "type": "accordion",
402
  "instructions": "",
403
  "required": 0,
404
  "conditional_logic": 0,
407
  "class": "",
408
  "id": ""
409
  },
410
+ "open": 0,
411
+ "multi_expand": 0,
412
+ "endpoint": 0
413
  },
414
  {
415
+ "key": "field_5eb404359f58c",
416
+ "label": "Margin",
417
+ "name": "acfb_testimonial_margin",
418
+ "type": "margin",
419
  "instructions": "",
420
  "required": 0,
421
  "conditional_logic": 0,
424
  "class": "",
425
  "id": ""
426
  },
427
+ "margin_enable": 0,
428
+ "margin_top": "",
429
+ "margin_right": "",
430
+ "margin_bottom": "",
431
+ "margin_left": ""
432
+ },
433
+ {
434
+ "key": "field_5ea1809513b58",
435
+ "label": "Padding",
436
+ "name": "acfb_testimonial_padding",
437
+ "type": "padding",
438
+ "instructions": "",
439
+ "required": 0,
440
+ "conditional_logic": 0,
441
+ "wrapper": {
442
+ "width": "",
443
+ "class": "",
444
+ "id": ""
445
+ },
446
+ "padding_enable": 0,
447
+ "padding_top": "",
448
+ "padding_right": "",
449
+ "padding_bottom": "",
450
+ "padding_left": ""
451
+ },
452
+ {
453
+ "key": "field_5ead2cbcb3aaa",
454
+ "label": "Inner Padding",
455
+ "name": "acfb_testimonial_inner_padding",
456
+ "type": "padding",
457
+ "instructions": "",
458
+ "required": 0,
459
+ "conditional_logic": 0,
460
+ "wrapper": {
461
+ "width": "",
462
+ "class": "",
463
+ "id": ""
464
+ },
465
+ "padding_enable": 0,
466
+ "padding_top": 50,
467
+ "padding_right": 50,
468
+ "padding_bottom": 50,
469
+ "padding_left": 50
470
  }
471
  ],
472
  "location": [
486
  "hide_on_screen": "",
487
  "active": 1,
488
  "description": "",
489
+ "modified": 1588857071
490
  }
acf-json/group_5cbd9e696a100.json CHANGED
@@ -224,10 +224,10 @@
224
  "endpoint": 0
225
  },
226
  {
227
- "key": "field_5cbdb1729c361",
228
- "label": "Background Color",
229
- "name": "acfb_team_background_color",
230
- "type": "color_picker",
231
  "instructions": "",
232
  "required": 0,
233
  "conditional_logic": 0,
@@ -236,13 +236,15 @@
236
  "class": "",
237
  "id": ""
238
  },
239
- "default_value": "#f3f4f5"
 
 
240
  },
241
  {
242
- "key": "field_5cbdb1ba9c362",
243
- "label": "Image Size",
244
- "name": "acfb_team_image_size",
245
- "type": "range",
246
  "instructions": "",
247
  "required": 0,
248
  "conditional_logic": 0,
@@ -251,18 +253,21 @@
251
  "class": "",
252
  "id": ""
253
  },
254
- "default_value": 150,
255
- "min": "",
256
- "max": 500,
257
- "step": "",
258
- "prepend": "",
259
- "append": "px"
 
 
 
260
  },
261
  {
262
- "key": "field_5dcbeb17af50e",
263
- "label": "Image Radius",
264
- "name": "acfb_team_image_radius",
265
- "type": "range",
266
  "instructions": "",
267
  "required": 0,
268
  "conditional_logic": 0,
@@ -271,12 +276,70 @@
271
  "class": "",
272
  "id": ""
273
  },
274
- "default_value": 100,
275
- "min": "",
276
- "max": "",
277
- "step": "",
278
- "prepend": "",
279
- "append": "%"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  },
281
  {
282
  "key": "field_5cbdb1fb9c363",
@@ -294,10 +357,10 @@
294
  "default_value": "#191e23"
295
  },
296
  {
297
- "key": "field_5cbdb2429c364",
298
- "label": "Name Size",
299
- "name": "acfb_team_name_size",
300
- "type": "range",
301
  "instructions": "",
302
  "required": 0,
303
  "conditional_logic": 0,
@@ -306,17 +369,12 @@
306
  "class": "",
307
  "id": ""
308
  },
309
- "default_value": 25,
310
- "min": "",
311
- "max": 200,
312
- "step": "",
313
- "prepend": "",
314
- "append": "px"
315
  },
316
  {
317
- "key": "field_5cbdb2749c365",
318
- "label": "Position Color",
319
- "name": "acfb_team_position_color",
320
  "type": "color_picker",
321
  "instructions": "",
322
  "required": 0,
@@ -329,9 +387,26 @@
329
  "default_value": "#191e23"
330
  },
331
  {
332
- "key": "field_5cbdb2a39c366",
333
- "label": "Position Size",
334
- "name": "acfb_team_position_size",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  "type": "range",
336
  "instructions": "",
337
  "required": 0,
@@ -341,18 +416,18 @@
341
  "class": "",
342
  "id": ""
343
  },
344
- "default_value": 18,
345
  "min": "",
346
- "max": 200,
347
  "step": "",
348
  "prepend": "",
349
  "append": "px"
350
  },
351
  {
352
- "key": "field_5cbdb2da9c367",
353
- "label": "Description Color",
354
- "name": "acfb_team_description_color",
355
- "type": "color_picker",
356
  "instructions": "",
357
  "required": 0,
358
  "conditional_logic": 0,
@@ -361,12 +436,88 @@
361
  "class": "",
362
  "id": ""
363
  },
364
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  },
366
  {
367
- "key": "field_5cbdb3069c368",
368
- "label": "Description Size",
369
- "name": "acfb_team_description_size",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
  "type": "range",
371
  "instructions": "",
372
  "required": 0,
@@ -376,12 +527,12 @@
376
  "class": "",
377
  "id": ""
378
  },
379
- "default_value": 18,
380
  "min": "",
381
- "max": 200,
382
  "step": "",
383
  "prepend": "",
384
- "append": "px"
385
  }
386
  ],
387
  "location": [
@@ -401,5 +552,5 @@
401
  "hide_on_screen": "",
402
  "active": 1,
403
  "description": "",
404
- "modified": 1573649401
405
  }
224
  "endpoint": 0
225
  },
226
  {
227
+ "key": "field_5ea976cb3c1c4",
228
+ "label": "Typography",
229
+ "name": "",
230
+ "type": "accordion",
231
  "instructions": "",
232
  "required": 0,
233
  "conditional_logic": 0,
236
  "class": "",
237
  "id": ""
238
  },
239
+ "open": 0,
240
+ "multi_expand": 0,
241
+ "endpoint": 0
242
  },
243
  {
244
+ "key": "field_5ea977e480a62",
245
+ "label": "Name",
246
+ "name": "acfb_team_name_typo",
247
+ "type": "typography",
248
  "instructions": "",
249
  "required": 0,
250
  "conditional_logic": 0,
253
  "class": "",
254
  "id": ""
255
  },
256
+ "font_family_enable": 0,
257
+ "font_family": "default",
258
+ "font_size": 25,
259
+ "font_weight": "default",
260
+ "font_transform": "default",
261
+ "font_style": "default",
262
+ "font_decoration": "default",
263
+ "font_line_height": "0.1",
264
+ "font_letter_spacing": 0
265
  },
266
  {
267
+ "key": "field_5ea9780d80a63",
268
+ "label": "Position",
269
+ "name": "acfb_team_position_typo",
270
+ "type": "typography",
271
  "instructions": "",
272
  "required": 0,
273
  "conditional_logic": 0,
276
  "class": "",
277
  "id": ""
278
  },
279
+ "font_family_enable": 0,
280
+ "font_family": "default",
281
+ "font_size": 18,
282
+ "font_weight": "default",
283
+ "font_transform": "default",
284
+ "font_style": "default",
285
+ "font_decoration": "default",
286
+ "font_line_height": "0.1",
287
+ "font_letter_spacing": 0
288
+ },
289
+ {
290
+ "key": "field_5ea9782080a65",
291
+ "label": "Description",
292
+ "name": "acfb_team_description_typo",
293
+ "type": "typography",
294
+ "instructions": "",
295
+ "required": 0,
296
+ "conditional_logic": 0,
297
+ "wrapper": {
298
+ "width": "",
299
+ "class": "",
300
+ "id": ""
301
+ },
302
+ "font_family_enable": 0,
303
+ "font_family": "default",
304
+ "font_size": 18,
305
+ "font_weight": "default",
306
+ "font_transform": "default",
307
+ "font_style": "default",
308
+ "font_decoration": "default",
309
+ "font_line_height": "0.1",
310
+ "font_letter_spacing": 0
311
+ },
312
+ {
313
+ "key": "field_5ea976df3c1c5",
314
+ "label": "Colors",
315
+ "name": "",
316
+ "type": "accordion",
317
+ "instructions": "",
318
+ "required": 0,
319
+ "conditional_logic": 0,
320
+ "wrapper": {
321
+ "width": "",
322
+ "class": "",
323
+ "id": ""
324
+ },
325
+ "open": 0,
326
+ "multi_expand": 0,
327
+ "endpoint": 0
328
+ },
329
+ {
330
+ "key": "field_5cbdb1729c361",
331
+ "label": "Background Color",
332
+ "name": "acfb_team_background_color",
333
+ "type": "color_picker",
334
+ "instructions": "",
335
+ "required": 0,
336
+ "conditional_logic": 0,
337
+ "wrapper": {
338
+ "width": "",
339
+ "class": "",
340
+ "id": ""
341
+ },
342
+ "default_value": "#f3f4f5"
343
  },
344
  {
345
  "key": "field_5cbdb1fb9c363",
357
  "default_value": "#191e23"
358
  },
359
  {
360
+ "key": "field_5cbdb2749c365",
361
+ "label": "Position Color",
362
+ "name": "acfb_team_position_color",
363
+ "type": "color_picker",
364
  "instructions": "",
365
  "required": 0,
366
  "conditional_logic": 0,
369
  "class": "",
370
  "id": ""
371
  },
372
+ "default_value": "#191e23"
 
 
 
 
 
373
  },
374
  {
375
+ "key": "field_5cbdb2da9c367",
376
+ "label": "Description Color",
377
+ "name": "acfb_team_description_color",
378
  "type": "color_picker",
379
  "instructions": "",
380
  "required": 0,
387
  "default_value": "#191e23"
388
  },
389
  {
390
+ "key": "field_5ea976e43c1c6",
391
+ "label": "Sizing",
392
+ "name": "",
393
+ "type": "accordion",
394
+ "instructions": "",
395
+ "required": 0,
396
+ "conditional_logic": 0,
397
+ "wrapper": {
398
+ "width": "",
399
+ "class": "",
400
+ "id": ""
401
+ },
402
+ "open": 0,
403
+ "multi_expand": 0,
404
+ "endpoint": 0
405
+ },
406
+ {
407
+ "key": "field_5cbdb1ba9c362",
408
+ "label": "Image Size",
409
+ "name": "acfb_team_image_size",
410
  "type": "range",
411
  "instructions": "",
412
  "required": 0,
416
  "class": "",
417
  "id": ""
418
  },
419
+ "default_value": 150,
420
  "min": "",
421
+ "max": 500,
422
  "step": "",
423
  "prepend": "",
424
  "append": "px"
425
  },
426
  {
427
+ "key": "field_5ea976eb3c1c7",
428
+ "label": "Spacing",
429
+ "name": "",
430
+ "type": "accordion",
431
  "instructions": "",
432
  "required": 0,
433
  "conditional_logic": 0,
436
  "class": "",
437
  "id": ""
438
  },
439
+ "open": 0,
440
+ "multi_expand": 0,
441
+ "endpoint": 0
442
+ },
443
+ {
444
+ "key": "field_5ea977583c1c9",
445
+ "label": "Margin",
446
+ "name": "acfb_team_margin",
447
+ "type": "margin",
448
+ "instructions": "",
449
+ "required": 0,
450
+ "conditional_logic": 0,
451
+ "wrapper": {
452
+ "width": "",
453
+ "class": "",
454
+ "id": ""
455
+ },
456
+ "margin_enable": 0,
457
+ "margin_top": "",
458
+ "margin_right": "",
459
+ "margin_bottom": "",
460
+ "margin_left": ""
461
  },
462
  {
463
+ "key": "field_5ea9777c3c1ca",
464
+ "label": "Padding",
465
+ "name": "acfb_team_padding",
466
+ "type": "padding",
467
+ "instructions": "",
468
+ "required": 0,
469
+ "conditional_logic": 0,
470
+ "wrapper": {
471
+ "width": "",
472
+ "class": "",
473
+ "id": ""
474
+ },
475
+ "padding_enable": 0,
476
+ "padding_top": "",
477
+ "padding_right": "",
478
+ "padding_bottom": "",
479
+ "padding_left": ""
480
+ },
481
+ {
482
+ "key": "field_5ead2f7747954",
483
+ "label": "Inner Padding",
484
+ "name": "acfb_team_inner_padding",
485
+ "type": "padding",
486
+ "instructions": "",
487
+ "required": 0,
488
+ "conditional_logic": 0,
489
+ "wrapper": {
490
+ "width": "",
491
+ "class": "",
492
+ "id": ""
493
+ },
494
+ "padding_enable": 0,
495
+ "padding_top": 60,
496
+ "padding_right": 35,
497
+ "padding_bottom": 60,
498
+ "padding_left": 35
499
+ },
500
+ {
501
+ "key": "field_5ea977383c1c8",
502
+ "label": "Other Setting",
503
+ "name": "",
504
+ "type": "accordion",
505
+ "instructions": "",
506
+ "required": 0,
507
+ "conditional_logic": 0,
508
+ "wrapper": {
509
+ "width": "",
510
+ "class": "",
511
+ "id": ""
512
+ },
513
+ "open": 0,
514
+ "multi_expand": 0,
515
+ "endpoint": 0
516
+ },
517
+ {
518
+ "key": "field_5dcbeb17af50e",
519
+ "label": "Image Radius",
520
+ "name": "acfb_team_image_radius",
521
  "type": "range",
522
  "instructions": "",
523
  "required": 0,
527
  "class": "",
528
  "id": ""
529
  },
530
+ "default_value": 100,
531
  "min": "",
532
+ "max": "",
533
  "step": "",
534
  "prepend": "",
535
+ "append": "%"
536
  }
537
  ],
538
  "location": [
552
  "hide_on_screen": "",
553
  "active": 1,
554
  "description": "",
555
+ "modified": 1588408395
556
  }
acf-json/group_5cbdba3909312.json CHANGED
@@ -174,10 +174,10 @@
174
  "endpoint": 0
175
  },
176
  {
177
- "key": "field_5cbdc740d7da5",
178
- "label": "Text Size",
179
- "name": "acfb_multibutton_text_size",
180
- "type": "range",
181
  "instructions": "",
182
  "required": 0,
183
  "conditional_logic": 0,
@@ -186,12 +186,123 @@
186
  "class": "",
187
  "id": ""
188
  },
189
- "default_value": 16,
190
- "min": "",
191
- "max": "",
192
- "step": "",
193
- "prepend": "",
194
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  },
196
  {
197
  "key": "field_5dc54face28d5",
@@ -251,5 +362,5 @@
251
  "hide_on_screen": "",
252
  "active": 1,
253
  "description": "",
254
- "modified": 1575887631
255
  }
174
  "endpoint": 0
175
  },
176
  {
177
+ "key": "field_5eaa9d41c1bcb",
178
+ "label": "Typography",
179
+ "name": "",
180
+ "type": "accordion",
181
  "instructions": "",
182
  "required": 0,
183
  "conditional_logic": 0,
186
  "class": "",
187
  "id": ""
188
  },
189
+ "open": 0,
190
+ "multi_expand": 0,
191
+ "endpoint": 0
192
+ },
193
+ {
194
+ "key": "field_5eaa9d55c1bcd",
195
+ "label": "Text",
196
+ "name": "acfb_multibutton_text_typo",
197
+ "type": "typography",
198
+ "instructions": "",
199
+ "required": 0,
200
+ "conditional_logic": 0,
201
+ "wrapper": {
202
+ "width": "",
203
+ "class": "",
204
+ "id": ""
205
+ },
206
+ "font_family_enable": 0,
207
+ "font_family": "default",
208
+ "font_size": 16,
209
+ "font_weight": "default",
210
+ "font_transform": "default",
211
+ "font_style": "default",
212
+ "font_decoration": "default",
213
+ "font_line_height": "0.1",
214
+ "font_letter_spacing": 0
215
+ },
216
+ {
217
+ "key": "field_5eaa9d88c225d",
218
+ "label": "Spacing",
219
+ "name": "",
220
+ "type": "accordion",
221
+ "instructions": "",
222
+ "required": 0,
223
+ "conditional_logic": 0,
224
+ "wrapper": {
225
+ "width": "",
226
+ "class": "",
227
+ "id": ""
228
+ },
229
+ "open": 0,
230
+ "multi_expand": 0,
231
+ "endpoint": 0
232
+ },
233
+ {
234
+ "key": "field_5eaa9d90c225e",
235
+ "label": "Margin",
236
+ "name": "acfb_multibutton_margin",
237
+ "type": "margin",
238
+ "instructions": "",
239
+ "required": 0,
240
+ "conditional_logic": 0,
241
+ "wrapper": {
242
+ "width": "",
243
+ "class": "",
244
+ "id": ""
245
+ },
246
+ "margin_enable": 0,
247
+ "margin_top": "",
248
+ "margin_right": "",
249
+ "margin_bottom": "",
250
+ "margin_left": ""
251
+ },
252
+ {
253
+ "key": "field_5eaa9da4c225f",
254
+ "label": "Padding",
255
+ "name": "acfb_multibutton_padding",
256
+ "type": "padding",
257
+ "instructions": "",
258
+ "required": 0,
259
+ "conditional_logic": 0,
260
+ "wrapper": {
261
+ "width": "",
262
+ "class": "",
263
+ "id": ""
264
+ },
265
+ "padding_enable": 0,
266
+ "padding_top": "",
267
+ "padding_right": "",
268
+ "padding_bottom": "",
269
+ "padding_left": ""
270
+ },
271
+ {
272
+ "key": "field_5eaa9dc1c2260",
273
+ "label": "Button Padding",
274
+ "name": "acfb_multibutton_button_padding",
275
+ "type": "padding",
276
+ "instructions": "",
277
+ "required": 0,
278
+ "conditional_logic": 0,
279
+ "wrapper": {
280
+ "width": "",
281
+ "class": "",
282
+ "id": ""
283
+ },
284
+ "padding_enable": 0,
285
+ "padding_top": 15,
286
+ "padding_right": 20,
287
+ "padding_bottom": 15,
288
+ "padding_left": 20
289
+ },
290
+ {
291
+ "key": "field_5eaa9d4ac1bcc",
292
+ "label": "Other Setting",
293
+ "name": "",
294
+ "type": "accordion",
295
+ "instructions": "",
296
+ "required": 0,
297
+ "conditional_logic": 0,
298
+ "wrapper": {
299
+ "width": "",
300
+ "class": "",
301
+ "id": ""
302
+ },
303
+ "open": 0,
304
+ "multi_expand": 0,
305
+ "endpoint": 0
306
  },
307
  {
308
  "key": "field_5dc54face28d5",
362
  "hide_on_screen": "",
363
  "active": 1,
364
  "description": "",
365
+ "modified": 1588239856
366
  }
acf-json/group_5cbdd1a0caf81.json CHANGED
@@ -228,10 +228,10 @@
228
  "endpoint": 0
229
  },
230
  {
231
- "key": "field_5cbedec77e229",
232
- "label": "Background Color",
233
- "name": "acfb_pricingbox_background_color",
234
- "type": "color_picker",
235
  "instructions": "",
236
  "required": 0,
237
  "conditional_logic": 0,
@@ -240,13 +240,15 @@
240
  "class": "",
241
  "id": ""
242
  },
243
- "default_value": "#f3f4f5"
 
 
244
  },
245
  {
246
- "key": "field_5cbedef97e22a",
247
- "label": "Image Size",
248
- "name": "acfb_pricingbox_image_size",
249
- "type": "range",
250
  "instructions": "",
251
  "required": 0,
252
  "conditional_logic": 0,
@@ -255,18 +257,21 @@
255
  "class": "",
256
  "id": ""
257
  },
258
- "default_value": 30,
259
- "min": "",
260
- "max": "",
261
- "step": "",
262
- "prepend": "",
263
- "append": "%"
 
 
 
264
  },
265
  {
266
- "key": "field_5cbedf427e22b",
267
- "label": "Title Color",
268
- "name": "acfb_pricingbox_title_color",
269
- "type": "color_picker",
270
  "instructions": "",
271
  "required": 0,
272
  "conditional_logic": 0,
@@ -275,13 +280,21 @@
275
  "class": "",
276
  "id": ""
277
  },
278
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
279
  },
280
  {
281
- "key": "field_5cbedf607e22c",
282
- "label": "Title Size",
283
- "name": "acfb_pricingbox_title_size",
284
- "type": "range",
285
  "instructions": "",
286
  "required": 0,
287
  "conditional_logic": 0,
@@ -290,18 +303,21 @@
290
  "class": "",
291
  "id": ""
292
  },
293
- "default_value": 32,
294
- "min": "",
295
- "max": 200,
296
- "step": "",
297
- "prepend": "",
298
- "append": "px"
 
 
 
299
  },
300
  {
301
- "key": "field_5cbedf8d7e22d",
302
- "label": "Prefix Color",
303
- "name": "acfb_pricingbox_prefix_color",
304
- "type": "color_picker",
305
  "instructions": "",
306
  "required": 0,
307
  "conditional_logic": 0,
@@ -310,13 +326,21 @@
310
  "class": "",
311
  "id": ""
312
  },
313
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
314
  },
315
  {
316
- "key": "field_5cbedfc07e22e",
317
- "label": "Prefix Size",
318
- "name": "acfb_pricingbox_prefix_size",
319
- "type": "range",
320
  "instructions": "",
321
  "required": 0,
322
  "conditional_logic": 0,
@@ -325,17 +349,83 @@
325
  "class": "",
326
  "id": ""
327
  },
328
- "default_value": 22,
329
- "min": "",
330
- "max": "",
331
- "step": "",
332
- "prepend": "",
333
- "append": "px"
 
 
 
334
  },
335
  {
336
- "key": "field_5cbee0017e22f",
337
- "label": "Price Color",
338
- "name": "acfb_pricingbox_price_color",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  "type": "color_picker",
340
  "instructions": "",
341
  "required": 0,
@@ -345,13 +435,13 @@
345
  "class": "",
346
  "id": ""
347
  },
348
- "default_value": "#191e23"
349
  },
350
  {
351
- "key": "field_5cbee0227e230",
352
- "label": "Price Size",
353
- "name": "acfb_pricingbox_price_size",
354
- "type": "range",
355
  "instructions": "",
356
  "required": 0,
357
  "conditional_logic": 0,
@@ -360,17 +450,12 @@
360
  "class": "",
361
  "id": ""
362
  },
363
- "default_value": 65,
364
- "min": "",
365
- "max": 200,
366
- "step": "",
367
- "prepend": "",
368
- "append": "px"
369
  },
370
  {
371
- "key": "field_5cbee05a7e231",
372
- "label": "Suffix Color",
373
- "name": "acfb_pricingbox_suffix_color",
374
  "type": "color_picker",
375
  "instructions": "",
376
  "required": 0,
@@ -383,10 +468,10 @@
383
  "default_value": "#191e23"
384
  },
385
  {
386
- "key": "field_5cbee06f7e232",
387
- "label": "Suffix Size",
388
- "name": "acfb_pricingbox_suffix_size",
389
- "type": "range",
390
  "instructions": "",
391
  "required": 0,
392
  "conditional_logic": 0,
@@ -395,17 +480,12 @@
395
  "class": "",
396
  "id": ""
397
  },
398
- "default_value": 28,
399
- "min": "",
400
- "max": "",
401
- "step": "",
402
- "prepend": "",
403
- "append": "px"
404
  },
405
  {
406
- "key": "field_5cbee14952a42",
407
- "label": "Sub Text Color",
408
- "name": "acfb_pricingbox_subtext_color",
409
  "type": "color_picker",
410
  "instructions": "",
411
  "required": 0,
@@ -415,13 +495,13 @@
415
  "class": "",
416
  "id": ""
417
  },
418
- "default_value": "rgba(25, 30, 35, 0.3)"
419
  },
420
  {
421
- "key": "field_5cbee16d52a43",
422
- "label": "Sub Text Size",
423
- "name": "acfb_pricingbox_subtext_size",
424
- "type": "range",
425
  "instructions": "",
426
  "required": 0,
427
  "conditional_logic": 0,
@@ -430,12 +510,7 @@
430
  "class": "",
431
  "id": ""
432
  },
433
- "default_value": 14,
434
- "min": "",
435
- "max": "",
436
- "step": "",
437
- "prepend": "",
438
- "append": "px"
439
  },
440
  {
441
  "key": "field_5cbee1a752a44",
@@ -498,10 +573,10 @@
498
  "default_value": "#191e23"
499
  },
500
  {
501
- "key": "field_5cbee1e452a45",
502
- "label": "Button Size",
503
- "name": "acfb_pricingbox_button_size",
504
- "type": "range",
505
  "instructions": "",
506
  "required": 0,
507
  "conditional_logic": 0,
@@ -510,18 +585,13 @@
510
  "class": "",
511
  "id": ""
512
  },
513
- "default_value": 19,
514
- "min": "",
515
- "max": "",
516
- "step": "",
517
- "prepend": "",
518
- "append": "px"
519
  },
520
  {
521
- "key": "field_5cbee2f852a4a",
522
- "label": "Description Color",
523
- "name": "acfb_pricingbox_description_color",
524
- "type": "color_picker",
525
  "instructions": "",
526
  "required": 0,
527
  "conditional_logic": 0,
@@ -530,12 +600,14 @@
530
  "class": "",
531
  "id": ""
532
  },
533
- "default_value": "#191e23"
 
 
534
  },
535
  {
536
- "key": "field_5cbee31552a4b",
537
- "label": "Description Size",
538
- "name": "acfb_pricingbox_description_size",
539
  "type": "range",
540
  "instructions": "",
541
  "required": 0,
@@ -545,12 +617,105 @@
545
  "class": "",
546
  "id": ""
547
  },
548
- "default_value": 18,
549
  "min": "",
550
  "max": "",
551
  "step": "",
552
  "prepend": "",
553
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  }
555
  ],
556
  "location": [
@@ -570,5 +735,5 @@
570
  "hide_on_screen": "",
571
  "active": 1,
572
  "description": "",
573
- "modified": 1573210941
574
  }
228
  "endpoint": 0
229
  },
230
  {
231
+ "key": "field_5eaa89b79c384",
232
+ "label": "Typography",
233
+ "name": "",
234
+ "type": "accordion",
235
  "instructions": "",
236
  "required": 0,
237
  "conditional_logic": 0,
240
  "class": "",
241
  "id": ""
242
  },
243
+ "open": 0,
244
+ "multi_expand": 0,
245
+ "endpoint": 0
246
  },
247
  {
248
+ "key": "field_5eaa8ae29c38c",
249
+ "label": "Title",
250
+ "name": "acfb_pricingbox_title_typo",
251
+ "type": "typography",
252
  "instructions": "",
253
  "required": 0,
254
  "conditional_logic": 0,
257
  "class": "",
258
  "id": ""
259
  },
260
+ "font_family_enable": 0,
261
+ "font_family": "default",
262
+ "font_size": 32,
263
+ "font_weight": 700,
264
+ "font_transform": "default",
265
+ "font_style": "default",
266
+ "font_decoration": "default",
267
+ "font_line_height": "0.1",
268
+ "font_letter_spacing": 0
269
  },
270
  {
271
+ "key": "field_5eaa8aff9c38d",
272
+ "label": "Prefix",
273
+ "name": "acfb_pricingbox_prefix_typo",
274
+ "type": "typography",
275
  "instructions": "",
276
  "required": 0,
277
  "conditional_logic": 0,
280
  "class": "",
281
  "id": ""
282
  },
283
+ "font_family_enable": 0,
284
+ "font_family": "default",
285
+ "font_size": 22,
286
+ "font_weight": "default",
287
+ "font_transform": "default",
288
+ "font_style": "default",
289
+ "font_decoration": "default",
290
+ "font_line_height": "0.1",
291
+ "font_letter_spacing": 0
292
  },
293
  {
294
+ "key": "field_5eaa8b139c38e",
295
+ "label": "Price",
296
+ "name": "acfb_pricingbox_price_typo",
297
+ "type": "typography",
298
  "instructions": "",
299
  "required": 0,
300
  "conditional_logic": 0,
303
  "class": "",
304
  "id": ""
305
  },
306
+ "font_family_enable": 0,
307
+ "font_family": "default",
308
+ "font_size": 65,
309
+ "font_weight": "default",
310
+ "font_transform": "default",
311
+ "font_style": "default",
312
+ "font_decoration": "default",
313
+ "font_line_height": "0.1",
314
+ "font_letter_spacing": 0
315
  },
316
  {
317
+ "key": "field_5eaa8b279c38f",
318
+ "label": "Suffix",
319
+ "name": "acfb_pricingbox_suffix_typo",
320
+ "type": "typography",
321
  "instructions": "",
322
  "required": 0,
323
  "conditional_logic": 0,
326
  "class": "",
327
  "id": ""
328
  },
329
+ "font_family_enable": 0,
330
+ "font_family": "default",
331
+ "font_size": 28,
332
+ "font_weight": "default",
333
+ "font_transform": "default",
334
+ "font_style": "default",
335
+ "font_decoration": "default",
336
+ "font_line_height": "0.1",
337
+ "font_letter_spacing": 0
338
  },
339
  {
340
+ "key": "field_5eaa8b499c391",
341
+ "label": "Sub Text",
342
+ "name": "acfb_pricingbox_subtext_typo",
343
+ "type": "typography",
344
  "instructions": "",
345
  "required": 0,
346
  "conditional_logic": 0,
349
  "class": "",
350
  "id": ""
351
  },
352
+ "font_family_enable": 0,
353
+ "font_family": "default",
354
+ "font_size": 14,
355
+ "font_weight": "default",
356
+ "font_transform": "default",
357
+ "font_style": "default",
358
+ "font_decoration": "default",
359
+ "font_line_height": "0.1",
360
+ "font_letter_spacing": 0
361
  },
362
  {
363
+ "key": "field_5eaa8b689c393",
364
+ "label": "Description",
365
+ "name": "acfb_pricingbox_description_typo",
366
+ "type": "typography",
367
+ "instructions": "",
368
+ "required": 0,
369
+ "conditional_logic": 0,
370
+ "wrapper": {
371
+ "width": "",
372
+ "class": "",
373
+ "id": ""
374
+ },
375
+ "font_family_enable": 0,
376
+ "font_family": "default",
377
+ "font_size": 18,
378
+ "font_weight": "default",
379
+ "font_transform": "default",
380
+ "font_style": "default",
381
+ "font_decoration": "default",
382
+ "font_line_height": "0.1",
383
+ "font_letter_spacing": 0
384
+ },
385
+ {
386
+ "key": "field_5eaa8b489c390",
387
+ "label": "Button",
388
+ "name": "acfb_pricingbox_button_typo",
389
+ "type": "typography",
390
+ "instructions": "",
391
+ "required": 0,
392
+ "conditional_logic": 0,
393
+ "wrapper": {
394
+ "width": "",
395
+ "class": "",
396
+ "id": ""
397
+ },
398
+ "font_family_enable": 0,
399
+ "font_family": "default",
400
+ "font_size": 19,
401
+ "font_weight": "default",
402
+ "font_transform": "default",
403
+ "font_style": "default",
404
+ "font_decoration": "default",
405
+ "font_line_height": "0.1",
406
+ "font_letter_spacing": 0
407
+ },
408
+ {
409
+ "key": "field_5eaa89c39c385",
410
+ "label": "Colors",
411
+ "name": "",
412
+ "type": "accordion",
413
+ "instructions": "",
414
+ "required": 0,
415
+ "conditional_logic": 0,
416
+ "wrapper": {
417
+ "width": "",
418
+ "class": "",
419
+ "id": ""
420
+ },
421
+ "open": 0,
422
+ "multi_expand": 0,
423
+ "endpoint": 0
424
+ },
425
+ {
426
+ "key": "field_5cbedec77e229",
427
+ "label": "Background Color",
428
+ "name": "acfb_pricingbox_background_color",
429
  "type": "color_picker",
430
  "instructions": "",
431
  "required": 0,
435
  "class": "",
436
  "id": ""
437
  },
438
+ "default_value": "#f3f4f5"
439
  },
440
  {
441
+ "key": "field_5cbedf427e22b",
442
+ "label": "Title Color",
443
+ "name": "acfb_pricingbox_title_color",
444
+ "type": "color_picker",
445
  "instructions": "",
446
  "required": 0,
447
  "conditional_logic": 0,
450
  "class": "",
451
  "id": ""
452
  },
453
+ "default_value": "#191e23"
 
 
 
 
 
454
  },
455
  {
456
+ "key": "field_5cbedf8d7e22d",
457
+ "label": "Prefix Color",
458
+ "name": "acfb_pricingbox_prefix_color",
459
  "type": "color_picker",
460
  "instructions": "",
461
  "required": 0,
468
  "default_value": "#191e23"
469
  },
470
  {
471
+ "key": "field_5cbee0017e22f",
472
+ "label": "Price Color",
473
+ "name": "acfb_pricingbox_price_color",
474
+ "type": "color_picker",
475
  "instructions": "",
476
  "required": 0,
477
  "conditional_logic": 0,
480
  "class": "",
481
  "id": ""
482
  },
483
+ "default_value": "#191e23"
 
 
 
 
 
484
  },
485
  {
486