@total_onion/onion-library 2.0.162 → 2.0.164
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.
- package/package.json +1 -1
- package/components/block-accent-image-v3/accent-image-v3.php +0 -14
- package/components/block-accordion-v3/accordion-v3.php +0 -14
- package/components/block-betterreviews-display-v3/betterreviews-display-v3.php +0 -14
- package/components/block-block-interactions-v3/block-interactions-v3.php +0 -14
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.php +0 -17
- package/components/block-cocktail-recipe-v3/cocktail-recipe-v3.php +0 -17
- package/components/block-cover-link-v3/cover-link-v3.php +0 -14
- package/components/block-divider-v3/divider-v3.php +0 -14
- package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.php +0 -16
- package/components/block-form-selection-v3/form-selection-v3.php +0 -14
- package/components/block-gradient-layer-v3/gradient-layer-v3.php +0 -14
- package/components/block-lottie-content-v3/lottie-content-v3.php +0 -14
- package/components/block-market-selector-v3/market-selector-v3.php +0 -14
- package/components/block-modal-form-v3/modal-form-v3.php +0 -14
- package/components/block-nav-menu-container-v3/nav-menu-container-v3.php +0 -14
- package/components/block-post-info-v3/post-info-v3.php +0 -17
- package/components/block-product-info-v3/product-info-v3.php +0 -17
- package/components/block-responsive-table-v3/responsive-table-v3.php +0 -14
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.php +0 -14
- package/components/block-section-separator-v3/section-separator-v3.php +0 -14
- package/components/block-single-column-container-v3/single-column-container-v3.php +0 -14
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.php +0 -14
- package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +0 -14
- package/components/block-site-logo-container-v3/site-logo-container-v3.php +0 -14
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.php +0 -14
- package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.php +0 -14
- package/components/block-social-networks-v3/social-networks-v3.php +0 -14
- package/components/block-spacer-v3/spacer-v3.php +0 -14
- package/components/block-spotify-embed-v3/spotify-embed-v3.php +0 -14
- package/components/block-standard-content-v3/standard-content-v3.php +0 -17
- package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.php +0 -14
- package/components/block-sub-group-container-v3/sub-group-container-v3.php +0 -14
- package/components/block-video-content-v3/video-content-v3.php +0 -14
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'accent-image-v3',
|
|
6
|
-
'title' => __('Accent image v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'accordion-v3',
|
|
6
|
-
'title' => __('Accordion v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'betterreviews-display-v3',
|
|
6
|
-
'title' => __('Betterreviews Display V3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'block-interactions-v3',
|
|
6
|
-
'title' => __('Block Interactions v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'carousel-multi-layout-v3',
|
|
6
|
-
'title' => __('Carousel multi layout v3', 'Global theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
13
|
-
'align' => false,
|
|
14
|
-
'anchor' => true,
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'cocktail-recipe-v3',
|
|
6
|
-
'title' => __('Cocktail Recipe v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
13
|
-
'align' => false,
|
|
14
|
-
'anchor' => true,
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'cover-link-v3',
|
|
6
|
-
'title' => __('Cover link v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'divider v3',
|
|
6
|
-
'title' => __('Divider v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => 'book',
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
acf_register_block_type(
|
|
3
|
-
array(
|
|
4
|
-
'name' => 'featured-image-gallery-v3',
|
|
5
|
-
'title' => __('Featured Image gallery v3', 'Global Theme Admin'),
|
|
6
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
7
|
-
'category' => 'common',
|
|
8
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
9
|
-
'keywords' => array('content', 'layout', 'image'),
|
|
10
|
-
'mode' => 'preview',
|
|
11
|
-
'supports' => array(
|
|
12
|
-
'align' => false,
|
|
13
|
-
'anchor' => true,
|
|
14
|
-
),
|
|
15
|
-
)
|
|
16
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'form-selection-v3',
|
|
6
|
-
'title' => __('Form selection v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'gradient-layer-v3',
|
|
6
|
-
'title' => __('Gradient layer v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'lottie-content-v3',
|
|
6
|
-
'title' => __('Lottie content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'market-selector-v3',
|
|
6
|
-
'title' => __('Market selector v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'modal-form-v3',
|
|
6
|
-
'title' => __('Modal form v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'nav-menu-container-v3',
|
|
6
|
-
'title' => __('Nav menu container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'post-info-v3',
|
|
6
|
-
'title' => __('Post info v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
13
|
-
'align' => false,
|
|
14
|
-
'anchor' => true,
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'product-info-v3',
|
|
6
|
-
'title' => __('Product info v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
13
|
-
'align' => false,
|
|
14
|
-
'anchor' => true,
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'responsive-table-v3',
|
|
6
|
-
'title' => __('Responsive table v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'scrolling-banner-v3',
|
|
6
|
-
'title' => __('Scrolling banner v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'section-separator-v3',
|
|
6
|
-
'title' => __('Section separator v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'single-column-container-v3',
|
|
6
|
-
'title' => __('Single column container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'single-responsive-image-v3',
|
|
6
|
-
'title' => __('Single responsive image v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'site-copyright-notice-v3',
|
|
6
|
-
'title' => __('Site copyright notice v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'site-logo-container-v3',
|
|
6
|
-
'title' => __('Site logo container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'site-title-and-tagline-v3',
|
|
6
|
-
'title' => __('Site title and tagline v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'smash-balloon-social-media-v3',
|
|
6
|
-
'title' => __('Smash balloon social media v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'social-networks-v3',
|
|
6
|
-
'title' => __('Social networks v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'Spacer v3',
|
|
6
|
-
'title' => __('Spacer v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'spotify-embed-v3',
|
|
6
|
-
'title' => __('Spotify embed v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'standard-content-v3',
|
|
6
|
-
'title' => __('Standard content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
13
|
-
'align' => false,
|
|
14
|
-
'anchor' => true,
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'sticky-buy-cta-v3',
|
|
6
|
-
'title' => __('Sticky buy cta v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'sub-group-container-v3',
|
|
6
|
-
'title' => __('Sub group container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
acf_register_block_type(
|
|
4
|
-
array(
|
|
5
|
-
'name' => 'video-content-v3',
|
|
6
|
-
'title' => __('Video content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
|
-
'category' => 'common',
|
|
9
|
-
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'),
|
|
11
|
-
'mode' => 'preview',
|
|
12
|
-
'supports' => array('align' => false, 'anchor' => true),
|
|
13
|
-
)
|
|
14
|
-
);
|