@total_onion/onion-library 2.0.99 → 2.0.101

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.
@@ -2,8 +2,8 @@
2
2
 
3
3
  acf_register_block_type(
4
4
  array(
5
- 'name' => 'divider_v3 v3-v3',
6
- 'title' => __('divider_v3 v3', 'Global-theme Admin'),
5
+ 'name' => 'divider v3',
6
+ 'title' => __('Divider v3', 'Global-theme Admin'),
7
7
  'render_callback' => 'core_block_render_post_object_v3',
8
8
  'category' => 'common',
9
9
  'icon' => 'book',
@@ -4,7 +4,7 @@
4
4
  "fields": [
5
5
  {
6
6
  "key": "field_686b9196a0bc8",
7
- "label": "Block Settings",
7
+ "label": "Divider Settings",
8
8
  "name": "",
9
9
  "aria-label": "",
10
10
  "type": "tab",
@@ -16,10 +16,6 @@
16
16
  "class": "",
17
17
  "id": ""
18
18
  },
19
- "wpml_cf_preferences": 3,
20
- "user_roles": [
21
- "all"
22
- ],
23
19
  "placement": "top",
24
20
  "endpoint": 0,
25
21
  "no_preference": 0,
@@ -58,7 +54,9 @@
58
54
  "allow_custom": 0,
59
55
  "search_placeholder": "",
60
56
  "min": "",
61
- "wpml_cf_preferences": 3
57
+ "wpml_cf_preferences": 3,
58
+ "create_options": 0,
59
+ "save_options": 0
62
60
  },
63
61
  {
64
62
  "key": "field_686b9196a140d",
@@ -93,7 +91,10 @@
93
91
  "allow_null": 1,
94
92
  "theme_colors": 0,
95
93
  "colors": [],
96
- "wpml_cf_preferences": 3
94
+ "wpml_cf_preferences": 3,
95
+ "custom_palette_source": "",
96
+ "palette_colors": "",
97
+ "show_color_wheel": true
97
98
  },
98
99
  {
99
100
  "key": "field_686b9196a17fd",
@@ -176,7 +177,9 @@
176
177
  "prepend": "",
177
178
  "append": "",
178
179
  "min": "",
179
- "max": ""
180
+ "max": "",
181
+ "create_options": 0,
182
+ "save_options": 0
180
183
  },
181
184
  {
182
185
  "key": "field_686b9196a1fcc",
@@ -380,7 +383,9 @@
380
383
  "prepend": "",
381
384
  "append": "",
382
385
  "min": "",
383
- "max": ""
386
+ "max": "",
387
+ "create_options": 0,
388
+ "save_options": 0
384
389
  },
385
390
  {
386
391
  "key": "field_686b9196a373c",
@@ -417,7 +422,9 @@
417
422
  "prepend": "",
418
423
  "append": "",
419
424
  "min": "",
420
- "max": ""
425
+ "max": "",
426
+ "create_options": 0,
427
+ "save_options": 0
421
428
  },
422
429
  {
423
430
  "key": "field_686b9196a3b2a",
@@ -777,7 +784,7 @@
777
784
  {
778
785
  "field": "field_686b9196a104c",
779
786
  "operator": "==",
780
- "value": "__colour"
787
+ "value": "__colour-picker"
781
788
  }
782
789
  ]
783
790
  ],
@@ -786,12 +793,8 @@
786
793
  "class": "",
787
794
  "id": ""
788
795
  },
789
- "wpml_cf_preferences": 3,
790
- "user_roles": [
791
- "all"
792
- ],
793
796
  "clone": [
794
- "group_638f4148bc10b"
797
+ "group_689f66f3e26df"
795
798
  ],
796
799
  "display": "seamless",
797
800
  "layout": "block",
@@ -863,7 +866,7 @@
863
866
  {
864
867
  "param": "block",
865
868
  "operator": "==",
866
- "value": "acf\/divider"
869
+ "value": "acf\/divider-v3"
867
870
  }
868
871
  ]
869
872
  ],
@@ -876,13 +879,13 @@
876
879
  "active": true,
877
880
  "description": "Library version - Do not modify in this project as any changes will be overwritten by future updates.",
878
881
  "show_in_rest": 0,
882
+ "display_title": "",
879
883
  "acfe_autosync": [
880
884
  "json"
881
885
  ],
882
- "acfml_field_group_mode": "localization",
883
886
  "acfe_form": 0,
884
887
  "acfe_display_title": "",
885
888
  "acfe_meta": "",
886
889
  "acfe_note": "",
887
- "modified": 1751880107
890
+ "modified": 1761760329
888
891
  }
@@ -32,7 +32,7 @@
32
32
  {{sectionStyles}}
33
33
  }
34
34
  </style>
35
- <{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{fields.section_class}} cmpl-core-group-container-styles {{classNameEntryPoint}} lazy-fade {{block.id}}" data-blockid="{{block.id}}" {{dataAttributeEntryPoint}} data-assetkey="{{blockClassName}}" data-render-dynamic="{{renderDynamic}}" data-render-dynamic-suffix="{{renderDynamicSuffix}}">
35
+ <{{blockElementType}} {{block.anchor ? "id=" ~ block.anchor : ''}} class="{{blockClassName}} {{block.className}} {{fields.section_class}} cmpl-core-group-container-styles {{classNameEntryPoint}} lazy-fade {{block.id}}" data-blockid="{{block.id}}" {{dataAttributeEntryPoint}} data-assetkey="{{blockClassName}}" data-render-dynamic="{{renderDynamic}}" data-render-dynamic-suffix="{{renderDynamicSuffix}}">
36
36
 
37
37
 
38
38
  {% if block %}
@@ -36,7 +36,6 @@
36
36
  "class": "",
37
37
  "id": ""
38
38
  },
39
- "wpml_cf_preferences": 3,
40
39
  "acfe_flexible_advanced": 1,
41
40
  "acfe_flexible_stylised_button": 1,
42
41
  "acfe_flexible_layouts_templates": 0,
@@ -2557,6 +2556,100 @@
2557
2556
  "acfe_layout_col": "auto",
2558
2557
  "acfe_layout_allowed_col": false
2559
2558
  },
2559
+ "layout_6902273a1a02b": {
2560
+ "key": "layout_6902273a1a02b",
2561
+ "name": "betterreviews_display_v3",
2562
+ "label": "Betterreviews Display v3",
2563
+ "display": "block",
2564
+ "sub_fields": [
2565
+ {
2566
+ "key": "field_6902273a1a02e",
2567
+ "label": "Grid Layout",
2568
+ "name": "",
2569
+ "aria-label": "",
2570
+ "type": "tab",
2571
+ "instructions": "",
2572
+ "required": 0,
2573
+ "conditional_logic": 0,
2574
+ "wrapper": {
2575
+ "width": "",
2576
+ "class": "",
2577
+ "id": ""
2578
+ },
2579
+ "placement": "top",
2580
+ "endpoint": 0,
2581
+ "no_preference": 0,
2582
+ "selected": 0
2583
+ },
2584
+ {
2585
+ "key": "field_6902273a1a02f",
2586
+ "label": "grid layout",
2587
+ "name": "grid_layout",
2588
+ "aria-label": "",
2589
+ "type": "clone",
2590
+ "instructions": "",
2591
+ "required": 0,
2592
+ "conditional_logic": 0,
2593
+ "wrapper": {
2594
+ "width": "",
2595
+ "class": "",
2596
+ "id": ""
2597
+ },
2598
+ "clone": [
2599
+ "group_68822860bda9f"
2600
+ ],
2601
+ "display": "seamless",
2602
+ "layout": "block",
2603
+ "prefix_label": 0,
2604
+ "prefix_name": 0,
2605
+ "acfe_seamless_style": 0,
2606
+ "acfe_clone_modal": 0,
2607
+ "acfe_clone_modal_close": 0,
2608
+ "acfe_clone_modal_button": "",
2609
+ "acfe_clone_modal_size": "large"
2610
+ },
2611
+ {
2612
+ "key": "field_6902273a1a030",
2613
+ "label": "Betterreviews display fields",
2614
+ "name": "betterreviews_display_fields",
2615
+ "aria-label": "",
2616
+ "type": "clone",
2617
+ "instructions": "",
2618
+ "required": 0,
2619
+ "conditional_logic": 0,
2620
+ "wrapper": {
2621
+ "width": "",
2622
+ "class": "",
2623
+ "id": ""
2624
+ },
2625
+ "clone": [
2626
+ "group_6892880fc1a00"
2627
+ ],
2628
+ "display": "seamless",
2629
+ "layout": "block",
2630
+ "prefix_label": 0,
2631
+ "prefix_name": 0,
2632
+ "acfe_seamless_style": 0,
2633
+ "acfe_clone_modal": 0,
2634
+ "acfe_clone_modal_close": 0,
2635
+ "acfe_clone_modal_button": "",
2636
+ "acfe_clone_modal_size": "large"
2637
+ }
2638
+ ],
2639
+ "min": "",
2640
+ "max": "",
2641
+ "acfe_flexible_render_template": false,
2642
+ "acfe_flexible_render_style": false,
2643
+ "acfe_flexible_render_script": false,
2644
+ "acfe_flexible_thumbnail": false,
2645
+ "acfe_flexible_settings": false,
2646
+ "acfe_flexible_settings_size": "medium",
2647
+ "acfe_layout_locations": [],
2648
+ "acfe_flexible_modal_edit_size": false,
2649
+ "acfe_flexible_category": false,
2650
+ "acfe_layout_col": "auto",
2651
+ "acfe_layout_allowed_col": false
2652
+ },
2560
2653
  "layout_65eb0b972b031": {
2561
2654
  "key": "layout_65eb0b972b031",
2562
2655
  "name": "iframe_container_v3",
@@ -3393,13 +3486,13 @@
3393
3486
  "active": true,
3394
3487
  "description": "Library version - Do not modify in this project as any changes will be overwritten by future updates.",
3395
3488
  "show_in_rest": 0,
3489
+ "display_title": "",
3396
3490
  "acfe_autosync": [
3397
3491
  "json"
3398
3492
  ],
3399
- "acfml_field_group_mode": "localization",
3400
3493
  "acfe_form": 0,
3401
3494
  "acfe_display_title": "",
3402
3495
  "acfe_meta": "",
3403
3496
  "acfe_note": "",
3404
- "modified": 1761148761
3497
+ "modified": 1761748890
3405
3498
  }