Version Description
Download this release
Release Info
Developer | Godaddy |
Plugin | Page Builder Gutenberg Blocks – CoBlocks |
Version | 2.24.2 |
Comparing to | |
See all releases |
Code changes from version 2.24.1 to 2.24.2
- class-coblocks.php +2 -2
- dist/blocks/accordion/accordion-item/block.json +35 -33
- dist/blocks/accordion/block.json +17 -17
- dist/blocks/alert/block.json +47 -47
- dist/blocks/author/block.json +49 -49
- dist/blocks/buttons/block.json +21 -21
- dist/blocks/click-to-tweet/block.json +54 -54
- dist/blocks/counter/block.json +51 -48
- dist/blocks/dynamic-separator/block.json +19 -19
- dist/blocks/events/block.json +34 -34
- dist/blocks/events/event-item/block.json +53 -51
- dist/blocks/faq/block.json +15 -15
- dist/blocks/faq/faq-item/block.json +21 -19
- dist/blocks/features/block.json +21 -21
- dist/blocks/features/feature/block.json +25 -23
- dist/blocks/food-and-drinks/block.json +29 -29
- dist/blocks/food-and-drinks/food-item/block.json +80 -78
- dist/blocks/form/block.json +20 -20
- dist/blocks/form/fields/checkbox/block.json +27 -27
- dist/blocks/form/fields/date/block.json +19 -19
- dist/blocks/form/fields/email/block.json +19 -19
- dist/blocks/form/fields/hidden/block.json +19 -19
- dist/blocks/form/fields/name/block.json +31 -31
- dist/blocks/form/fields/phone/block.json +19 -19
- dist/blocks/form/fields/radio/block.json +27 -27
- dist/blocks/form/fields/select/block.json +23 -23
- dist/blocks/form/fields/submit-button/block.json +32 -32
- dist/blocks/form/fields/text/block.json +19 -19
- dist/blocks/form/fields/textarea/block.json +19 -19
- dist/blocks/form/fields/website/block.json +19 -19
- dist/blocks/gallery-carousel/block.json +113 -113
- dist/blocks/gallery-collage/block.json +61 -61
- dist/blocks/gallery-masonry/block.json +99 -99
- dist/blocks/gallery-masonry/v1/block.json +9 -9
- dist/blocks/gallery-offset/block.json +13 -13
- dist/blocks/gallery-stacked/block.json +95 -95
- dist/blocks/gif/block.json +36 -36
- dist/blocks/gist/block.json +22 -22
- dist/blocks/hero/block.json +61 -61
- dist/blocks/highlight/block.json +35 -35
- dist/blocks/icon/block.json +61 -61
- dist/blocks/logos/block.json +41 -41
- dist/blocks/map/block.json +65 -65
- dist/blocks/media-card/block.json +51 -51
- dist/blocks/opentable/block.json +17 -17
- dist/blocks/post-carousel/block.json +77 -77
- dist/blocks/posts/block.json +86 -86
- dist/blocks/pricing-table/block.json +17 -17
- dist/blocks/pricing-table/pricing-table-item/block.json +44 -44
- dist/blocks/row/block.json +27 -27
- dist/blocks/row/column/block.json +26 -26
- dist/blocks/services/block.json +25 -25
- dist/blocks/services/service/block.json +73 -73
- dist/blocks/shape-divider/block.json +46 -46
- dist/blocks/share/block.json +92 -89
- dist/blocks/social-profiles/block.json +100 -97
- dist/blocks/testimonials/block.json +57 -51
- dist/blocks/testimonials/testimonial/block.json +89 -84
- dist/coblocks-1.asset.php +1 -1
- dist/coblocks-10.asset.php +1 -1
- dist/coblocks-11.asset.php +1 -1
- dist/coblocks-12.asset.php +1 -1
- dist/coblocks-13.asset.php +1 -1
- dist/coblocks-2.asset.php +1 -1
- dist/coblocks-3.asset.php +1 -1
- dist/coblocks-4.asset.php +1 -1
- dist/coblocks-5.asset.php +1 -1
- dist/coblocks-6.asset.php +1 -1
- dist/coblocks-7.asset.php +1 -1
- dist/coblocks-8.asset.php +1 -1
- dist/coblocks-9.asset.php +1 -1
- dist/coblocks-extensions.asset.php +1 -1
- dist/coblocks-plugin-deactivation.asset.php +1 -1
- dist/js/coblocks-accordion-polyfill.asset.php +1 -1
- dist/js/coblocks-animation.asset.php +1 -1
- dist/js/coblocks-checkbox-required.asset.php +1 -1
- dist/js/coblocks-counter.asset.php +1 -1
- dist/js/coblocks-events.asset.php +1 -1
- dist/js/coblocks-fromEntries.asset.php +1 -1
- dist/js/coblocks-gist.asset.php +1 -1
- dist/js/coblocks-google-maps.asset.php +1 -1
- dist/js/coblocks-google-recaptcha.asset.php +1 -1
- dist/js/coblocks-lightbox.asset.php +1 -1
- dist/js/coblocks-masonry.asset.php +1 -1
- dist/js/coblocks-post-carousel.asset.php +1 -1
- dist/js/coblocks-tinyswiper-initializer.asset.php +1 -1
- dist/js/vendors/tiny-swiper.asset.php +1 -1
- readme.txt +3 -10
class-coblocks.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
|
5 |
* Author: GoDaddy
|
6 |
* Author URI: https://www.godaddy.com
|
7 |
-
* Version: 2.24.
|
8 |
* Text Domain: coblocks
|
9 |
* Domain Path: /languages
|
10 |
* Tested up to: 6.0
|
@@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
25 |
exit;
|
26 |
}
|
27 |
|
28 |
-
define( 'COBLOCKS_VERSION', '2.24.
|
29 |
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
31 |
define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
|
4 |
* Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
|
5 |
* Author: GoDaddy
|
6 |
* Author URI: https://www.godaddy.com
|
7 |
+
* Version: 2.24.2
|
8 |
* Text Domain: coblocks
|
9 |
* Domain Path: /languages
|
10 |
* Tested up to: 6.0
|
25 |
exit;
|
26 |
}
|
27 |
|
28 |
+
define( 'COBLOCKS_VERSION', '2.24.2' );
|
29 |
define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
31 |
define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
|
dist/blocks/accordion/accordion-item/block.json
CHANGED
@@ -1,34 +1,36 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/accordion-item",
|
3 |
+
"category": "common",
|
4 |
+
"attributes": {
|
5 |
+
"title": {
|
6 |
+
"type": "string",
|
7 |
+
"selector": ".wp-block-coblocks-accordion__title"
|
8 |
+
},
|
9 |
+
"open": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
},
|
13 |
+
"backgroundColor": {
|
14 |
+
"type": "string"
|
15 |
+
},
|
16 |
+
"customBackgroundColor": {
|
17 |
+
"type": "string"
|
18 |
+
},
|
19 |
+
"textColor": {
|
20 |
+
"type": "string"
|
21 |
+
},
|
22 |
+
"customTextColor": {
|
23 |
+
"type": "string"
|
24 |
+
},
|
25 |
+
"borderColor": {
|
26 |
+
"type": "string"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"title": "Accordion Item",
|
30 |
+
"textdomain": "coblocks",
|
31 |
+
"editorScript": "blocks-1",
|
32 |
+
"description": "Add collapsable accordion items to accordions.",
|
33 |
+
"parent": [
|
34 |
+
"coblocks/accordion"
|
35 |
+
]
|
36 |
+
}
|
dist/blocks/accordion/block.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/accordion",
|
3 |
+
"category": "common",
|
4 |
+
"attributes": {
|
5 |
+
"count": {
|
6 |
+
"type": "number",
|
7 |
+
"default": "1"
|
8 |
+
},
|
9 |
+
"polyfill": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Accordion",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-1",
|
17 |
+
"description": "Organize content within collapsable accordion items."
|
18 |
+
}
|
dist/blocks/alert/block.json
CHANGED
@@ -1,48 +1,48 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/alert",
|
3 |
+
"category": "formatting",
|
4 |
+
"attributes": {
|
5 |
+
"title": {
|
6 |
+
"type": "string",
|
7 |
+
"source": "html",
|
8 |
+
"selector": ".wp-block-coblocks-alert__title"
|
9 |
+
},
|
10 |
+
"value": {
|
11 |
+
"type": "string",
|
12 |
+
"source": "html",
|
13 |
+
"selector": ".wp-block-coblocks-alert__text",
|
14 |
+
"default": ""
|
15 |
+
},
|
16 |
+
"backgroundColor": {
|
17 |
+
"type": "string"
|
18 |
+
},
|
19 |
+
"customBackgroundColor": {
|
20 |
+
"type": "string"
|
21 |
+
},
|
22 |
+
"textColor": {
|
23 |
+
"type": "string"
|
24 |
+
},
|
25 |
+
"customTextColor": {
|
26 |
+
"type": "string"
|
27 |
+
},
|
28 |
+
"titleColor": {
|
29 |
+
"type": "string"
|
30 |
+
},
|
31 |
+
"customTitleColor": {
|
32 |
+
"type": "string"
|
33 |
+
},
|
34 |
+
"borderColor": {
|
35 |
+
"type": "string"
|
36 |
+
},
|
37 |
+
"customBorderColor": {
|
38 |
+
"type": "string"
|
39 |
+
},
|
40 |
+
"textAlign": {
|
41 |
+
"type": "string"
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"title": "Alert",
|
45 |
+
"textdomain": "coblocks",
|
46 |
+
"editorScript": "blocks-1",
|
47 |
+
"description": "Provide contextual feedback messages or notices."
|
48 |
+
}
|
dist/blocks/author/block.json
CHANGED
@@ -1,50 +1,50 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/author",
|
5 |
+
"category": "layout",
|
6 |
+
"attributes": {
|
7 |
+
"biography": {
|
8 |
+
"type": "array",
|
9 |
+
"source": "children",
|
10 |
+
"selector": ".wp-block-coblocks-author__biography",
|
11 |
+
"default": []
|
12 |
+
},
|
13 |
+
"name": {
|
14 |
+
"type": "string",
|
15 |
+
"source": "html",
|
16 |
+
"selector": ".wp-block-coblocks-author__name"
|
17 |
+
},
|
18 |
+
"imgId": {
|
19 |
+
"type": "number"
|
20 |
+
},
|
21 |
+
"imgUrl": {
|
22 |
+
"type": "string",
|
23 |
+
"source": "attribute",
|
24 |
+
"attribute": "src",
|
25 |
+
"selector": "img"
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"supports": {
|
29 |
+
"anchor": true,
|
30 |
+
"html": false,
|
31 |
+
"color": {
|
32 |
+
"link": false
|
33 |
+
},
|
34 |
+
"typography": {
|
35 |
+
"fontSize": true,
|
36 |
+
"lineHeight": true,
|
37 |
+
"__experimentalFontStyle": true,
|
38 |
+
"__experimentalFontWeight": true,
|
39 |
+
"__experimentalLetterSpacing": true,
|
40 |
+
"__experimentalTextTransform": true,
|
41 |
+
"__experimentalDefaultControls": {
|
42 |
+
"fontSize": true
|
43 |
+
}
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"title": "Author",
|
47 |
+
"textdomain": "coblocks",
|
48 |
+
"editorScript": "blocks-1",
|
49 |
+
"description": "Add an author biography to build credibility and authority."
|
50 |
+
}
|
dist/blocks/buttons/block.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/buttons",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"items": {
|
6 |
+
"type": "number",
|
7 |
+
"default": "2"
|
8 |
+
},
|
9 |
+
"contentAlign": {
|
10 |
+
"type": "string",
|
11 |
+
"default": "left"
|
12 |
+
},
|
13 |
+
"isStackedOnMobile": {
|
14 |
+
"type": "boolean",
|
15 |
+
"default": false
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"title": "Buttons (Deprecated)",
|
19 |
+
"textdomain": "coblocks",
|
20 |
+
"editorScript": "blocks-1",
|
21 |
+
"description": "This block is replaced by core Buttons block."
|
22 |
+
}
|
dist/blocks/click-to-tweet/block.json
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/click-to-tweet",
|
5 |
+
"category": "formatting",
|
6 |
+
"attributes": {
|
7 |
+
"content": {
|
8 |
+
"type": "string",
|
9 |
+
"source": "html",
|
10 |
+
"selector": "p",
|
11 |
+
"default": ""
|
12 |
+
},
|
13 |
+
"textAlign": {
|
14 |
+
"type": "string"
|
15 |
+
},
|
16 |
+
"via": {
|
17 |
+
"type": "string"
|
18 |
+
},
|
19 |
+
"buttonText": {
|
20 |
+
"type": "string",
|
21 |
+
"default": "Tweet"
|
22 |
+
},
|
23 |
+
"buttonColor": {
|
24 |
+
"type": "string"
|
25 |
+
},
|
26 |
+
"customButtonColor": {
|
27 |
+
"type": "string"
|
28 |
+
},
|
29 |
+
"textColor": {
|
30 |
+
"type": "string"
|
31 |
+
},
|
32 |
+
"customTextColor": {
|
33 |
+
"type": "string"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"supports": {
|
37 |
+
"anchor": true,
|
38 |
+
"html": false,
|
39 |
+
"typography": {
|
40 |
+
"fontSize": true,
|
41 |
+
"lineHeight": true,
|
42 |
+
"__experimentalFontStyle": true,
|
43 |
+
"__experimentalFontWeight": true,
|
44 |
+
"__experimentalLetterSpacing": true,
|
45 |
+
"__experimentalTextTransform": true,
|
46 |
+
"__experimentalDefaultControls": {
|
47 |
+
"fontSize": true
|
48 |
+
}
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"title": "Click to Tweet",
|
52 |
+
"textdomain": "coblocks",
|
53 |
+
"editorScript": "blocks-3",
|
54 |
+
"description": "Add a quote for readers to tweet via Twitter."
|
55 |
+
}
|
dist/blocks/counter/block.json
CHANGED
@@ -1,50 +1,53 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
50 |
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/counter",
|
5 |
+
"title": "Counter",
|
6 |
+
"category": "widgets",
|
7 |
+
"description": "Utilize the CoBlocks Counter block to highlight your company statistics and milestones.",
|
8 |
+
"keywords": [
|
9 |
+
"numbers",
|
10 |
+
"stats"
|
11 |
+
],
|
12 |
+
"textdomain": "coblocks",
|
13 |
+
"attributes": {
|
14 |
+
"align": {
|
15 |
+
"type": "string"
|
16 |
+
},
|
17 |
+
"counterDescription": {
|
18 |
+
"type": "string"
|
19 |
+
},
|
20 |
+
"counterSpeed": {
|
21 |
+
"type": "number",
|
22 |
+
"default": 1
|
23 |
+
},
|
24 |
+
"counterText": {
|
25 |
+
"type": "string"
|
26 |
+
},
|
27 |
+
"numberFormatting": {
|
28 |
+
"type": "boolean",
|
29 |
+
"default": false
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"supports": {
|
33 |
+
"anchor": true,
|
34 |
+
"html": false,
|
35 |
+
"color": {
|
36 |
+
"link": true
|
37 |
+
},
|
38 |
+
"typography": {
|
39 |
+
"fontSize": true,
|
40 |
+
"lineHeight": true,
|
41 |
+
"__experimentalFontStyle": true,
|
42 |
+
"__experimentalFontWeight": true,
|
43 |
+
"__experimentalLetterSpacing": true,
|
44 |
+
"__experimentalTextTransform": true,
|
45 |
+
"__experimentalDefaultControls": {
|
46 |
+
"fontSize": true
|
47 |
+
}
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"editorStyle": "wp-block-coblocks-counter-editor",
|
51 |
+
"editorScript": "blocks-13",
|
52 |
+
"style": "wp-block-coblocks-counter"
|
53 |
}
|
dist/blocks/dynamic-separator/block.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/dynamic-separator",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"height": {
|
6 |
+
"type": "number",
|
7 |
+
"default": 50
|
8 |
+
},
|
9 |
+
"color": {
|
10 |
+
"type": "string"
|
11 |
+
},
|
12 |
+
"customColor": {
|
13 |
+
"type": "string"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"title": "Dynamic HR",
|
17 |
+
"textdomain": "coblocks",
|
18 |
+
"editorScript": "blocks-2",
|
19 |
+
"description": "Add a resizable spacer between other blocks."
|
20 |
+
}
|
dist/blocks/events/block.json
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/events",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"align": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"externalCalendarUrl": {
|
9 |
+
"type": "string",
|
10 |
+
"default": ""
|
11 |
+
},
|
12 |
+
"eventsRange": {
|
13 |
+
"type": "string",
|
14 |
+
"default": "all"
|
15 |
+
},
|
16 |
+
"eventsToShow": {
|
17 |
+
"type": "number",
|
18 |
+
"default": 5
|
19 |
+
},
|
20 |
+
"textColor": {
|
21 |
+
"type": "string"
|
22 |
+
},
|
23 |
+
"customTextColor": {
|
24 |
+
"type": "string"
|
25 |
+
},
|
26 |
+
"showCarousel": {
|
27 |
+
"type": "boolean",
|
28 |
+
"default": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"title": "Events",
|
32 |
+
"textdomain": "coblocks",
|
33 |
+
"editorScript": "blocks-2",
|
34 |
+
"description": "Add a list of events or display events from a public calendar."
|
35 |
+
}
|
dist/blocks/events/event-item/block.json
CHANGED
@@ -1,52 +1,54 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/event-item",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"title": {
|
6 |
+
"type": "string",
|
7 |
+
"source": "html",
|
8 |
+
"selector": ".wp-block-coblocks-events__title"
|
9 |
+
},
|
10 |
+
"description": {
|
11 |
+
"type": "string",
|
12 |
+
"source": "html",
|
13 |
+
"selector": ".wp-block-coblocks-events__description"
|
14 |
+
},
|
15 |
+
"eventDay": {
|
16 |
+
"type": "string",
|
17 |
+
"source": "html",
|
18 |
+
"selector": ".wp-block-coblocks-events__day"
|
19 |
+
},
|
20 |
+
"eventMonth": {
|
21 |
+
"type": "string",
|
22 |
+
"source": "html",
|
23 |
+
"selector": ".wp-block-coblocks-events__month"
|
24 |
+
},
|
25 |
+
"eventYear": {
|
26 |
+
"type": "string",
|
27 |
+
"source": "html",
|
28 |
+
"selector": ".wp-block-coblocks-events__year"
|
29 |
+
},
|
30 |
+
"eventTime": {
|
31 |
+
"type": "string",
|
32 |
+
"source": "html",
|
33 |
+
"selector": ".wp-block-coblocks-events__time"
|
34 |
+
},
|
35 |
+
"eventLocation": {
|
36 |
+
"type": "string",
|
37 |
+
"source": "html",
|
38 |
+
"selector": ".wp-block-coblocks-events__location"
|
39 |
+
},
|
40 |
+
"textColor": {
|
41 |
+
"type": "string"
|
42 |
+
},
|
43 |
+
"customTextColor": {
|
44 |
+
"type": "string"
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"title": "Event Item",
|
48 |
+
"textdomain": "coblocks",
|
49 |
+
"editorScript": "blocks-2",
|
50 |
+
"description": "An event within the events block.",
|
51 |
+
"parent": [
|
52 |
+
"coblocks/events"
|
53 |
+
]
|
54 |
+
}
|
dist/blocks/faq/block.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/faq",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"customTextColor": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"textColor": {
|
9 |
+
"type": "string"
|
10 |
+
}
|
11 |
+
},
|
12 |
+
"title": "FAQ",
|
13 |
+
"textdomain": "coblocks",
|
14 |
+
"editorScript": "blocks-2",
|
15 |
+
"description": "Add a list of questions and answers."
|
16 |
+
}
|
dist/blocks/faq/faq-item/block.json
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/faq-item",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"open": {
|
6 |
+
"type": "boolean",
|
7 |
+
"default": false
|
8 |
+
},
|
9 |
+
"question": {
|
10 |
+
"type": "string",
|
11 |
+
"source": "html",
|
12 |
+
"selector": ".wp-block-coblocks-faq-item__question__content"
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"title": "FAQ Item",
|
16 |
+
"textdomain": "coblocks",
|
17 |
+
"editorScript": "blocks-2",
|
18 |
+
"description": "A question/answer within the FAQ block.",
|
19 |
+
"parent": [
|
20 |
+
"coblocks/faq"
|
21 |
+
]
|
22 |
+
}
|
dist/blocks/features/block.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/features",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"headingLevel": {
|
6 |
+
"type": "integer",
|
7 |
+
"default": 4
|
8 |
+
},
|
9 |
+
"columns": {
|
10 |
+
"type": "number",
|
11 |
+
"default": 2
|
12 |
+
},
|
13 |
+
"contentAlign": {
|
14 |
+
"type": "string",
|
15 |
+
"default": "center"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"title": "Features",
|
19 |
+
"textdomain": "coblocks",
|
20 |
+
"editorScript": "blocks-2",
|
21 |
+
"description": "Add up to four columns of small notes for your product or service."
|
22 |
+
}
|
dist/blocks/features/feature/block.json
CHANGED
@@ -1,24 +1,26 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/feature",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"headingLevel": {
|
6 |
+
"type": "integer",
|
7 |
+
"default": 4
|
8 |
+
},
|
9 |
+
"textColor": {
|
10 |
+
"type": "string"
|
11 |
+
},
|
12 |
+
"customTextColor": {
|
13 |
+
"type": "string"
|
14 |
+
},
|
15 |
+
"contentAlign": {
|
16 |
+
"type": "string"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"title": "Feature",
|
20 |
+
"textdomain": "coblocks",
|
21 |
+
"editorScript": "blocks-2",
|
22 |
+
"description": "A singular child column within a parent features block.",
|
23 |
+
"parent": [
|
24 |
+
"coblocks/features"
|
25 |
+
]
|
26 |
+
}
|
dist/blocks/food-and-drinks/block.json
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/food-and-drinks",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"showImages": {
|
6 |
+
"type": "boolean",
|
7 |
+
"default": false
|
8 |
+
},
|
9 |
+
"showPrices": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": true
|
12 |
+
},
|
13 |
+
"columns": {
|
14 |
+
"type": "number",
|
15 |
+
"default": 2
|
16 |
+
},
|
17 |
+
"gutter": {
|
18 |
+
"type": "string",
|
19 |
+
"default": "medium"
|
20 |
+
},
|
21 |
+
"headingLevel": {
|
22 |
+
"type": "integer",
|
23 |
+
"default": 4
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"title": "Food & Drink",
|
27 |
+
"textdomain": "coblocks",
|
28 |
+
"editorScript": "blocks-4",
|
29 |
+
"description": "Display a menu or price list."
|
30 |
+
}
|
dist/blocks/food-and-drinks/food-item/block.json
CHANGED
@@ -1,79 +1,81 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/food-item",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"title": {
|
6 |
+
"type": "string",
|
7 |
+
"source": "html",
|
8 |
+
"selector": ".wp-block-coblocks-food-item__heading",
|
9 |
+
"default": ""
|
10 |
+
},
|
11 |
+
"description": {
|
12 |
+
"type": "string",
|
13 |
+
"source": "html",
|
14 |
+
"selector": ".wp-block-coblocks-food-item__description",
|
15 |
+
"default": ""
|
16 |
+
},
|
17 |
+
"price": {
|
18 |
+
"type": "string",
|
19 |
+
"source": "html",
|
20 |
+
"selector": ".wp-block-coblocks-food-item__price span",
|
21 |
+
"default": ""
|
22 |
+
},
|
23 |
+
"url": {
|
24 |
+
"type": "string",
|
25 |
+
"source": "attribute",
|
26 |
+
"selector": "img",
|
27 |
+
"attribute": "src",
|
28 |
+
"default": ""
|
29 |
+
},
|
30 |
+
"alt": {
|
31 |
+
"type": "string",
|
32 |
+
"source": "attribute",
|
33 |
+
"selector": "img",
|
34 |
+
"attribute": "alt",
|
35 |
+
"default": ""
|
36 |
+
},
|
37 |
+
"focalPoint": {
|
38 |
+
"type": "object"
|
39 |
+
},
|
40 |
+
"glutenFree": {
|
41 |
+
"type": "boolean"
|
42 |
+
},
|
43 |
+
"pescatarian": {
|
44 |
+
"type": "boolean"
|
45 |
+
},
|
46 |
+
"popular": {
|
47 |
+
"type": "boolean"
|
48 |
+
},
|
49 |
+
"spicy": {
|
50 |
+
"type": "boolean"
|
51 |
+
},
|
52 |
+
"spicier": {
|
53 |
+
"type": "boolean"
|
54 |
+
},
|
55 |
+
"vegetarian": {
|
56 |
+
"type": "boolean"
|
57 |
+
},
|
58 |
+
"vegan": {
|
59 |
+
"type": "boolean"
|
60 |
+
},
|
61 |
+
"showImage": {
|
62 |
+
"type": "boolean",
|
63 |
+
"default": false
|
64 |
+
},
|
65 |
+
"showPrice": {
|
66 |
+
"type": "boolean",
|
67 |
+
"default": true
|
68 |
+
},
|
69 |
+
"headingLevel": {
|
70 |
+
"type": "integer",
|
71 |
+
"default": 4
|
72 |
+
}
|
73 |
+
},
|
74 |
+
"title": "Food Item",
|
75 |
+
"textdomain": "coblocks",
|
76 |
+
"editorScript": "blocks-4",
|
77 |
+
"description": "A food and drink item within the Food & Drinks block.",
|
78 |
+
"parent": [
|
79 |
+
"coblocks/food-and-drinks"
|
80 |
+
]
|
81 |
+
}
|
dist/blocks/form/block.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
}
|
1 |
{
|
2 |
+
"attributes": {
|
3 |
+
"subject": {
|
4 |
+
"default": null,
|
5 |
+
"type": "string"
|
6 |
+
},
|
7 |
+
"successText": {
|
8 |
+
"default": "Your message was sent:",
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"to": {
|
12 |
+
"default": null,
|
13 |
+
"type": "string"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"category": "layout",
|
17 |
+
"name": "coblocks/form",
|
18 |
+
"title": "Form",
|
19 |
+
"textdomain": "coblocks",
|
20 |
+
"editorScript": "blocks-4",
|
21 |
+
"description": "Add a contact form to your page."
|
22 |
}
|
dist/blocks/form/fields/checkbox/block.json
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-checkbox",
|
3 |
+
"attributes": {
|
4 |
+
"label": {
|
5 |
+
"type": "string",
|
6 |
+
"default": "Checkbox"
|
7 |
+
},
|
8 |
+
"required": {
|
9 |
+
"type": "boolean",
|
10 |
+
"default": false
|
11 |
+
},
|
12 |
+
"options": {
|
13 |
+
"type": "array",
|
14 |
+
"default": []
|
15 |
+
},
|
16 |
+
"isInline": {
|
17 |
+
"type": "boolean",
|
18 |
+
"default": false
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"category": "layout",
|
22 |
+
"title": "Checkbox",
|
23 |
+
"textdomain": "coblocks",
|
24 |
+
"editorScript": "blocks-3",
|
25 |
+
"description": "A checkbox field with multiple options where multiple choices can be made.",
|
26 |
+
"parent": [
|
27 |
+
"coblocks/form"
|
28 |
+
]
|
29 |
}
|
dist/blocks/form/fields/date/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-date",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Date"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Date",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A field for requesting date selections with a date picker.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/email/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-email",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Email"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Email",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A field for collecting a validated email address.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/hidden/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-hidden",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Hidden"
|
8 |
+
},
|
9 |
+
"value": {
|
10 |
+
"type": "string",
|
11 |
+
"default": ""
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Hidden",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A hidden text field for collecting additional data.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/name/block.json
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-name",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Name"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
},
|
13 |
+
"hasLastName": {
|
14 |
+
"type": "boolean",
|
15 |
+
"default": false
|
16 |
+
},
|
17 |
+
"labelFirstName": {
|
18 |
+
"type": "string",
|
19 |
+
"default": "First"
|
20 |
+
},
|
21 |
+
"labelLastName": {
|
22 |
+
"type": "string",
|
23 |
+
"default": "Last"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"title": "Name",
|
27 |
+
"textdomain": "coblocks",
|
28 |
+
"editorScript": "blocks-3",
|
29 |
+
"description": "A text field for collecting the first and last names.",
|
30 |
+
"parent": [
|
31 |
+
"coblocks/form"
|
32 |
+
]
|
33 |
}
|
dist/blocks/form/fields/phone/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-phone",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Phone"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Phone",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A text field for collecting a phone number.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/radio/block.json
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-radio",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Choose one"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
},
|
13 |
+
"options": {
|
14 |
+
"type": "array",
|
15 |
+
"default": []
|
16 |
+
},
|
17 |
+
"isInline": {
|
18 |
+
"type": "boolean",
|
19 |
+
"default": false
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"title": "Radio",
|
23 |
+
"textdomain": "coblocks",
|
24 |
+
"editorScript": "blocks-3",
|
25 |
+
"description": "A field with multiple options where only one choice can be made.",
|
26 |
+
"parent": [
|
27 |
+
"coblocks/form"
|
28 |
+
]
|
29 |
}
|
dist/blocks/form/fields/select/block.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-select",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Select"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
},
|
13 |
+
"options": {
|
14 |
+
"type": "array",
|
15 |
+
"default": []
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"title": "Select",
|
19 |
+
"textdomain": "coblocks",
|
20 |
+
"editorScript": "blocks-3",
|
21 |
+
"description": "A dropdown field with multiple options where only one choice can be made.",
|
22 |
+
"parent": [
|
23 |
+
"coblocks/form"
|
24 |
+
]
|
25 |
}
|
dist/blocks/form/fields/submit-button/block.json
CHANGED
@@ -1,34 +1,34 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-submit-button",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Submit"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": true
|
12 |
+
},
|
13 |
+
"submitButtonText": {
|
14 |
+
"type": "string",
|
15 |
+
"default": "Submit"
|
16 |
+
},
|
17 |
+
"customBackgroundButtonColor": {
|
18 |
+
"type": "string"
|
19 |
+
},
|
20 |
+
"customTextButtonColor": {
|
21 |
+
"type": "string"
|
22 |
+
},
|
23 |
+
"submitButtonClasses": {
|
24 |
+
"type": "string"
|
25 |
+
}
|
26 |
+
},
|
27 |
+
"title": "Submit",
|
28 |
+
"textdomain": "coblocks",
|
29 |
+
"editorScript": "blocks-3",
|
30 |
+
"description": "A button for submitting form data.",
|
31 |
+
"parent": [
|
32 |
+
"coblocks/form"
|
33 |
+
]
|
34 |
}
|
dist/blocks/form/fields/text/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-text",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Text"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Text",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A text box for custom responses.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/textarea/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-textarea",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Message"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Textarea",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A text box for longer responses.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/form/fields/website/block.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/field-website",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"label": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "Website"
|
8 |
+
},
|
9 |
+
"required": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Website",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-3",
|
17 |
+
"description": "A text field for collecting a URL.",
|
18 |
+
"parent": [
|
19 |
+
"coblocks/form"
|
20 |
+
]
|
21 |
}
|
dist/blocks/gallery-carousel/block.json
CHANGED
@@ -1,114 +1,114 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gallery-carousel",
|
3 |
+
"category": "media",
|
4 |
+
"attributes": {
|
5 |
+
"gutter": {
|
6 |
+
"type": "number",
|
7 |
+
"default": 5
|
8 |
+
},
|
9 |
+
"gutterMobile": {
|
10 |
+
"type": "number",
|
11 |
+
"default": 5
|
12 |
+
},
|
13 |
+
"gridSize": {
|
14 |
+
"type": "string",
|
15 |
+
"default": "lrg"
|
16 |
+
},
|
17 |
+
"height": {
|
18 |
+
"type": "number",
|
19 |
+
"default": 400
|
20 |
+
},
|
21 |
+
"pageDots": {
|
22 |
+
"type": "boolean",
|
23 |
+
"default": false
|
24 |
+
},
|
25 |
+
"prevNextButtons": {
|
26 |
+
"type": "boolean",
|
27 |
+
"default": true
|
28 |
+
},
|
29 |
+
"loop": {
|
30 |
+
"type": "boolean",
|
31 |
+
"default": false
|
32 |
+
},
|
33 |
+
"autoPlay": {
|
34 |
+
"type": "boolean",
|
35 |
+
"default": false
|
36 |
+
},
|
37 |
+
"autoPlaySpeed": {
|
38 |
+
"type": "string",
|
39 |
+
"default": 3000
|
40 |
+
},
|
41 |
+
"draggable": {
|
42 |
+
"type": "boolean",
|
43 |
+
"default": true
|
44 |
+
},
|
45 |
+
"alignCells": {
|
46 |
+
"type": "boolean",
|
47 |
+
"default": false
|
48 |
+
},
|
49 |
+
"pauseHover": {
|
50 |
+
"type": "boolean",
|
51 |
+
"default": false
|
52 |
+
},
|
53 |
+
"thumbnails": {
|
54 |
+
"type": "boolean",
|
55 |
+
"default": false
|
56 |
+
},
|
57 |
+
"navForClass": {
|
58 |
+
"type": "string",
|
59 |
+
"default": ""
|
60 |
+
},
|
61 |
+
"responsiveHeight": {
|
62 |
+
"type": "boolean",
|
63 |
+
"default": false
|
64 |
+
},
|
65 |
+
"images": {
|
66 |
+
"type": "array",
|
67 |
+
"default": [],
|
68 |
+
"source": "query",
|
69 |
+
"selector": ".coblocks-gallery--item",
|
70 |
+
"query": {
|
71 |
+
"url": {
|
72 |
+
"source": "attribute",
|
73 |
+
"selector": "img",
|
74 |
+
"attribute": "src"
|
75 |
+
},
|
76 |
+
"link": {
|
77 |
+
"source": "attribute",
|
78 |
+
"selector": "img",
|
79 |
+
"attribute": "data-link"
|
80 |
+
},
|
81 |
+
"imgLink": {
|
82 |
+
"source": "attribute",
|
83 |
+
"selector": "img",
|
84 |
+
"attribute": "data-imglink"
|
85 |
+
},
|
86 |
+
"alt": {
|
87 |
+
"source": "attribute",
|
88 |
+
"selector": "img",
|
89 |
+
"attribute": "alt",
|
90 |
+
"default": ""
|
91 |
+
},
|
92 |
+
"id": {
|
93 |
+
"source": "attribute",
|
94 |
+
"selector": "img",
|
95 |
+
"attribute": "data-id"
|
96 |
+
},
|
97 |
+
"index": {
|
98 |
+
"source": "attribute",
|
99 |
+
"selector": "img",
|
100 |
+
"attribute": "data-index"
|
101 |
+
},
|
102 |
+
"caption": {
|
103 |
+
"type": "string",
|
104 |
+
"source": "html",
|
105 |
+
"selector": "figcaption"
|
106 |
+
}
|
107 |
+
}
|
108 |
+
}
|
109 |
+
},
|
110 |
+
"title": "Carousel",
|
111 |
+
"textdomain": "coblocks",
|
112 |
+
"editorScript": "blocks-1",
|
113 |
+
"description": "Display multiple images in a beautiful carousel gallery."
|
114 |
+
}
|
dist/blocks/gallery-collage/block.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gallery-collage",
|
3 |
+
"category": "media",
|
4 |
+
"attributes": {
|
5 |
+
"images": {
|
6 |
+
"type": "array",
|
7 |
+
"default": [],
|
8 |
+
"source": "query",
|
9 |
+
"selector": ".wp-block-coblocks-gallery-collage__item",
|
10 |
+
"query": {
|
11 |
+
"url": {
|
12 |
+
"source": "attribute",
|
13 |
+
"selector": "img",
|
14 |
+
"attribute": "src"
|
15 |
+
},
|
16 |
+
"link": {
|
17 |
+
"source": "attribute",
|
18 |
+
"selector": "img",
|
19 |
+
"attribute": "data-link"
|
20 |
+
},
|
21 |
+
"imgLink": {
|
22 |
+
"source": "attribute",
|
23 |
+
"selector": "img",
|
24 |
+
"attribute": "data-imglink"
|
25 |
+
},
|
26 |
+
"alt": {
|
27 |
+
"source": "attribute",
|
28 |
+
"selector": "img",
|
29 |
+
"attribute": "alt",
|
30 |
+
"default": ""
|
31 |
+
},
|
32 |
+
"id": {
|
33 |
+
"source": "attribute",
|
34 |
+
"selector": "img",
|
35 |
+
"attribute": "data-id"
|
36 |
+
},
|
37 |
+
"index": {
|
38 |
+
"source": "attribute",
|
39 |
+
"selector": "img",
|
40 |
+
"attribute": "data-index"
|
41 |
+
},
|
42 |
+
"caption": {
|
43 |
+
"type": "string",
|
44 |
+
"source": "children",
|
45 |
+
"selector": "figcaption"
|
46 |
+
}
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"shadow": {
|
50 |
+
"type": "string",
|
51 |
+
"default": "none"
|
52 |
+
},
|
53 |
+
"align": {
|
54 |
+
"type": "string",
|
55 |
+
"default": "wide"
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"title": "Collage",
|
59 |
+
"textdomain": "coblocks",
|
60 |
+
"editorScript": "blocks-3",
|
61 |
+
"description": "Assemble images into a beautiful collage gallery."
|
62 |
+
}
|
dist/blocks/gallery-masonry/block.json
CHANGED
@@ -1,101 +1,101 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/gallery-masonry",
|
5 |
+
"title": "Masonry Gallery",
|
6 |
+
"category": "media",
|
7 |
+
"description": "Display multiple images in a masonry style gallery.",
|
8 |
+
"keywords": [
|
9 |
+
"images",
|
10 |
+
"photos"
|
11 |
+
],
|
12 |
+
"textdomain": "coblocks",
|
13 |
+
"attributes": {
|
14 |
+
"images": {
|
15 |
+
"type": "array",
|
16 |
+
"default": [],
|
17 |
+
"source": "query",
|
18 |
+
"selector": ".coblocks-gallery--item",
|
19 |
+
"query": {
|
20 |
+
"url": {
|
21 |
+
"source": "attribute",
|
22 |
+
"selector": "img",
|
23 |
+
"attribute": "src"
|
24 |
+
},
|
25 |
+
"link": {
|
26 |
+
"source": "attribute",
|
27 |
+
"selector": "img",
|
28 |
+
"attribute": "data-link"
|
29 |
+
},
|
30 |
+
"imgLink": {
|
31 |
+
"source": "attribute",
|
32 |
+
"selector": "img",
|
33 |
+
"attribute": "data-imglink"
|
34 |
+
},
|
35 |
+
"alt": {
|
36 |
+
"source": "attribute",
|
37 |
+
"selector": "img",
|
38 |
+
"attribute": "alt",
|
39 |
+
"default": ""
|
40 |
+
},
|
41 |
+
"id": {
|
42 |
+
"source": "attribute",
|
43 |
+
"selector": "img",
|
44 |
+
"attribute": "data-id"
|
45 |
+
},
|
46 |
+
"caption": {
|
47 |
+
"type": "array",
|
48 |
+
"source": "children",
|
49 |
+
"selector": "figcaption"
|
50 |
+
}
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"caption": {
|
54 |
+
"type": "string",
|
55 |
+
"source": "html",
|
56 |
+
"selector": ".blocks-gallery-caption"
|
57 |
+
},
|
58 |
+
"filter": {
|
59 |
+
"default": "none",
|
60 |
+
"type": "string"
|
61 |
+
},
|
62 |
+
"linkTarget": {
|
63 |
+
"type": "string"
|
64 |
+
},
|
65 |
+
"linkTo": {
|
66 |
+
"type": "string"
|
67 |
+
},
|
68 |
+
"radius": {
|
69 |
+
"type": "number",
|
70 |
+
"default": 0
|
71 |
+
},
|
72 |
+
"sizeSlug": {
|
73 |
+
"type": "string",
|
74 |
+
"default": "large"
|
75 |
+
},
|
76 |
+
"allowResize": {
|
77 |
+
"type": "boolean",
|
78 |
+
"default": false
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"providesContext": {
|
82 |
+
"allowResize": "allowResize",
|
83 |
+
"imageCrop": "imageCrop"
|
84 |
+
},
|
85 |
+
"supports": {
|
86 |
+
"anchor": true,
|
87 |
+
"gutter": {
|
88 |
+
"default": "medium",
|
89 |
+
"customDefault": 0.2
|
90 |
+
},
|
91 |
+
"align": [
|
92 |
+
"wide",
|
93 |
+
"full"
|
94 |
+
],
|
95 |
+
"coBlocksSpacing": true,
|
96 |
+
"html": false
|
97 |
+
},
|
98 |
+
"editorStyle": "wp-block-coblocks-gallery-masonry-editor",
|
99 |
+
"style": "wp-block-coblocks-gallery-masonry",
|
100 |
+
"editorScript": "blocks-5"
|
101 |
}
|
dist/blocks/gallery-masonry/v1/block.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gallery-masonry",
|
3 |
+
"category": "media",
|
4 |
+
"attributes": {
|
5 |
+
"gridSize": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "xlrg"
|
8 |
+
}
|
9 |
+
}
|
10 |
+
}
|
dist/blocks/gallery-offset/block.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gallery-offset",
|
3 |
+
"category": "media",
|
4 |
+
"attributes": {
|
5 |
+
"gridSize": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "small"
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"title": "Offset",
|
11 |
+
"textdomain": "coblocks",
|
12 |
+
"editorScript": "blocks-7",
|
13 |
+
"description": "Display images in an offset brick pattern gallery."
|
14 |
+
}
|
dist/blocks/gallery-stacked/block.json
CHANGED
@@ -1,97 +1,97 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/gallery-stacked",
|
5 |
+
"category": "media",
|
6 |
+
"attributes": {
|
7 |
+
"captions": {
|
8 |
+
"default": false,
|
9 |
+
"type": "boolean"
|
10 |
+
},
|
11 |
+
"filter": {
|
12 |
+
"default": "none",
|
13 |
+
"type": "string"
|
14 |
+
},
|
15 |
+
"images": {
|
16 |
+
"default": [],
|
17 |
+
"query": {
|
18 |
+
"alt": {
|
19 |
+
"attribute": "alt",
|
20 |
+
"default": "",
|
21 |
+
"selector": "img",
|
22 |
+
"source": "attribute"
|
23 |
+
},
|
24 |
+
"caption": {
|
25 |
+
"selector": "figcaption",
|
26 |
+
"source": "children",
|
27 |
+
"type": "array"
|
28 |
+
},
|
29 |
+
"id": {
|
30 |
+
"attribute": "data-id",
|
31 |
+
"selector": "img",
|
32 |
+
"source": "attribute"
|
33 |
+
},
|
34 |
+
"imgLink": {
|
35 |
+
"attribute": "data-imglink",
|
36 |
+
"selector": "img",
|
37 |
+
"source": "attribute"
|
38 |
+
},
|
39 |
+
"link": {
|
40 |
+
"attribute": "data-link",
|
41 |
+
"selector": "img",
|
42 |
+
"source": "attribute"
|
43 |
+
},
|
44 |
+
"url": {
|
45 |
+
"attribute": "src",
|
46 |
+
"selector": "img",
|
47 |
+
"source": "attribute"
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"selector": ".coblocks-gallery--item",
|
51 |
+
"source": "query",
|
52 |
+
"type": "array"
|
53 |
+
},
|
54 |
+
"lightbox": {
|
55 |
+
"default": false,
|
56 |
+
"type": "boolean"
|
57 |
+
},
|
58 |
+
"linkTo": {
|
59 |
+
"default": "none",
|
60 |
+
"type": "string"
|
61 |
+
},
|
62 |
+
"radius": {
|
63 |
+
"default": 0,
|
64 |
+
"type": "number"
|
65 |
+
},
|
66 |
+
"shadow": {
|
67 |
+
"default": "none",
|
68 |
+
"type": "string"
|
69 |
+
},
|
70 |
+
"fullwidth": {
|
71 |
+
"type": "boolean",
|
72 |
+
"default": true
|
73 |
+
}
|
74 |
+
},
|
75 |
+
"supports": {
|
76 |
+
"align": true,
|
77 |
+
"anchor": true,
|
78 |
+
"html": false,
|
79 |
+
"coBlocksSpacing": true,
|
80 |
+
"gutter": {
|
81 |
+
"default": "custom",
|
82 |
+
"customDefault": 0
|
83 |
+
},
|
84 |
+
"typography": {
|
85 |
+
"fontSize": true,
|
86 |
+
"lineHeight": true,
|
87 |
+
"__experimentalFontStyle": true,
|
88 |
+
"__experimentalFontWeight": true,
|
89 |
+
"__experimentalLetterSpacing": true,
|
90 |
+
"__experimentalTextTransform": true
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"textdomain": "coblocks",
|
94 |
+
"title": "Stacked",
|
95 |
+
"editorScript": "blocks-10",
|
96 |
+
"description": "Display multiple images in a single column stacked gallery."
|
97 |
}
|
dist/blocks/gif/block.json
CHANGED
@@ -1,37 +1,37 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gif",
|
3 |
+
"category": "media",
|
4 |
+
"attributes": {
|
5 |
+
"url": {
|
6 |
+
"attribute": "src",
|
7 |
+
"selector": "img",
|
8 |
+
"source": "attribute",
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"alt": {
|
12 |
+
"attribute": "alt",
|
13 |
+
"selector": "img",
|
14 |
+
"source": "attribute",
|
15 |
+
"type": "string",
|
16 |
+
"default": ""
|
17 |
+
},
|
18 |
+
"caption": {
|
19 |
+
"type": "string",
|
20 |
+
"source": "html",
|
21 |
+
"selector": "figcaption"
|
22 |
+
},
|
23 |
+
"align": {
|
24 |
+
"type": "string"
|
25 |
+
},
|
26 |
+
"width": {
|
27 |
+
"type": "number"
|
28 |
+
},
|
29 |
+
"height": {
|
30 |
+
"type": "number"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"title": "Gif",
|
34 |
+
"textdomain": "coblocks",
|
35 |
+
"editorScript": "blocks-9",
|
36 |
+
"description": "Pick a gif, any gif."
|
37 |
+
}
|
dist/blocks/gist/block.json
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/gist",
|
3 |
+
"category": "embed",
|
4 |
+
"attributes": {
|
5 |
+
"url": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"file": {
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"meta": {
|
12 |
+
"type": "boolean",
|
13 |
+
"default": true
|
14 |
+
},
|
15 |
+
"caption": {
|
16 |
+
"type": "string"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"title": "Gist",
|
20 |
+
"textdomain": "coblocks",
|
21 |
+
"editorScript": "blocks-9",
|
22 |
+
"description": "Embed a GitHub Gist."
|
23 |
+
}
|
dist/blocks/hero/block.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/hero",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"align": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "full"
|
8 |
+
},
|
9 |
+
"contentAlign": {
|
10 |
+
"type": "string"
|
11 |
+
},
|
12 |
+
"textColor": {
|
13 |
+
"type": "string"
|
14 |
+
},
|
15 |
+
"customTextColor": {
|
16 |
+
"type": "string"
|
17 |
+
},
|
18 |
+
"maxWidth": {
|
19 |
+
"type": "number",
|
20 |
+
"default": 560
|
21 |
+
},
|
22 |
+
"saveCoBlocksMeta": {
|
23 |
+
"type": "boolean",
|
24 |
+
"default": true
|
25 |
+
},
|
26 |
+
"paddingSize": {
|
27 |
+
"type": "string",
|
28 |
+
"default": "huge"
|
29 |
+
},
|
30 |
+
"paddingUnit": {
|
31 |
+
"type": "string",
|
32 |
+
"default": "px"
|
33 |
+
},
|
34 |
+
"paddingTop": {
|
35 |
+
"type": "number",
|
36 |
+
"default": 60
|
37 |
+
},
|
38 |
+
"paddingBottom": {
|
39 |
+
"type": "number",
|
40 |
+
"default": 60
|
41 |
+
},
|
42 |
+
"paddingLeft": {
|
43 |
+
"type": "number",
|
44 |
+
"default": 60
|
45 |
+
},
|
46 |
+
"paddingRight": {
|
47 |
+
"type": "number",
|
48 |
+
"default": 60
|
49 |
+
},
|
50 |
+
"customBackgroundColor": {
|
51 |
+
"type": "string"
|
52 |
+
},
|
53 |
+
"height": {
|
54 |
+
"type": "number",
|
55 |
+
"default": 500
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"title": "Hero",
|
59 |
+
"textdomain": "coblocks",
|
60 |
+
"editorScript": "blocks-9",
|
61 |
+
"description": "An introductory area of a page accompanied by a small amount of text and a call to action."
|
62 |
+
}
|
dist/blocks/highlight/block.json
CHANGED
@@ -1,37 +1,37 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
}
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/highlight",
|
5 |
+
"category": "formatting",
|
6 |
+
"attributes": {
|
7 |
+
"content": {
|
8 |
+
"type": "string",
|
9 |
+
"source": "html",
|
10 |
+
"selector": "mark"
|
11 |
+
},
|
12 |
+
"align": {
|
13 |
+
"type": "string"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"supports": {
|
17 |
+
"anchor": true,
|
18 |
+
"color": {
|
19 |
+
"link": false
|
20 |
+
},
|
21 |
+
"typography": {
|
22 |
+
"fontSize": true,
|
23 |
+
"lineHeight": true,
|
24 |
+
"__experimentalFontStyle": true,
|
25 |
+
"__experimentalFontWeight": true,
|
26 |
+
"__experimentalLetterSpacing": true,
|
27 |
+
"__experimentalTextTransform": true,
|
28 |
+
"__experimentalDefaultControls": {
|
29 |
+
"fontSize": true
|
30 |
+
}
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"textdomain": "coblocks",
|
34 |
+
"title": "Highlight",
|
35 |
+
"editorScript": "blocks-9",
|
36 |
+
"description": "Draw attention and emphasize important narrative."
|
37 |
}
|
dist/blocks/icon/block.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/icon",
|
3 |
+
"category": "design",
|
4 |
+
"attributes": {
|
5 |
+
"icon": {
|
6 |
+
"type": "string",
|
7 |
+
"default": ""
|
8 |
+
},
|
9 |
+
"iconSize": {
|
10 |
+
"type": "string",
|
11 |
+
"default": "medium"
|
12 |
+
},
|
13 |
+
"contentAlign": {
|
14 |
+
"type": "string"
|
15 |
+
},
|
16 |
+
"hasContentAlign": {
|
17 |
+
"type": "boolean",
|
18 |
+
"default": true
|
19 |
+
},
|
20 |
+
"backgroundColor": {
|
21 |
+
"type": "string"
|
22 |
+
},
|
23 |
+
"customBackgroundColor": {
|
24 |
+
"type": "string"
|
25 |
+
},
|
26 |
+
"iconColor": {
|
27 |
+
"type": "string"
|
28 |
+
},
|
29 |
+
"customIconColor": {
|
30 |
+
"type": "string"
|
31 |
+
},
|
32 |
+
"height": {
|
33 |
+
"type": "number",
|
34 |
+
"default": 60
|
35 |
+
},
|
36 |
+
"width": {
|
37 |
+
"type": "number",
|
38 |
+
"default": 60
|
39 |
+
},
|
40 |
+
"borderRadius": {
|
41 |
+
"type": "number",
|
42 |
+
"default": 0
|
43 |
+
},
|
44 |
+
"padding": {
|
45 |
+
"type": "number",
|
46 |
+
"default": 0
|
47 |
+
},
|
48 |
+
"href": {
|
49 |
+
"type": "string"
|
50 |
+
},
|
51 |
+
"rel": {
|
52 |
+
"type": "string"
|
53 |
+
},
|
54 |
+
"linkTarget": {
|
55 |
+
"type": "string"
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"title": "Icon",
|
59 |
+
"textdomain": "coblocks",
|
60 |
+
"editorScript": "blocks-8",
|
61 |
+
"description": "Add a stylized graphic symbol to communicate something more."
|
62 |
+
}
|
dist/blocks/logos/block.json
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/logos",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"align": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"images": {
|
9 |
+
"type": "array",
|
10 |
+
"default": [],
|
11 |
+
"source": "query",
|
12 |
+
"selector": "img",
|
13 |
+
"query": {
|
14 |
+
"url": {
|
15 |
+
"type": "string",
|
16 |
+
"source": "attribute",
|
17 |
+
"attribute": "src"
|
18 |
+
},
|
19 |
+
"alt": {
|
20 |
+
"type": "string",
|
21 |
+
"source": "attribute",
|
22 |
+
"attribute": "alt",
|
23 |
+
"default": ""
|
24 |
+
},
|
25 |
+
"id": {
|
26 |
+
"type": "string",
|
27 |
+
"source": "attribute",
|
28 |
+
"attribute": "data-id"
|
29 |
+
},
|
30 |
+
"width": {
|
31 |
+
"type": "string",
|
32 |
+
"source": "attribute",
|
33 |
+
"attribute": "data-width"
|
34 |
+
}
|
35 |
+
}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"title": "Logos",
|
39 |
+
"textdomain": "coblocks",
|
40 |
+
"editorScript": "blocks-5",
|
41 |
+
"description": "Add logos, badges, or certifications to build credibility."
|
42 |
+
}
|
dist/blocks/map/block.json
CHANGED
@@ -1,66 +1,66 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/map",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"address": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"lat": {
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"lng": {
|
12 |
+
"type": "string"
|
13 |
+
},
|
14 |
+
"hasApiKey": {
|
15 |
+
"type": "boolean",
|
16 |
+
"default": false
|
17 |
+
},
|
18 |
+
"pinned": {
|
19 |
+
"type": "boolean",
|
20 |
+
"default": false
|
21 |
+
},
|
22 |
+
"height": {
|
23 |
+
"type": "number",
|
24 |
+
"default": 400
|
25 |
+
},
|
26 |
+
"skin": {
|
27 |
+
"type": "string",
|
28 |
+
"default": "standard"
|
29 |
+
},
|
30 |
+
"zoom": {
|
31 |
+
"type": "number",
|
32 |
+
"default": 12
|
33 |
+
},
|
34 |
+
"iconSize": {
|
35 |
+
"type": "number",
|
36 |
+
"default": 36
|
37 |
+
},
|
38 |
+
"mapTypeControl": {
|
39 |
+
"type": "boolean",
|
40 |
+
"default": true
|
41 |
+
},
|
42 |
+
"zoomControl": {
|
43 |
+
"type": "boolean",
|
44 |
+
"default": true
|
45 |
+
},
|
46 |
+
"streetViewControl": {
|
47 |
+
"type": "boolean",
|
48 |
+
"default": true
|
49 |
+
},
|
50 |
+
"fullscreenControl": {
|
51 |
+
"type": "boolean",
|
52 |
+
"default": true
|
53 |
+
},
|
54 |
+
"controls": {
|
55 |
+
"type": "boolean",
|
56 |
+
"default": true
|
57 |
+
},
|
58 |
+
"hasError": {
|
59 |
+
"type": "string"
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"title": "Map",
|
63 |
+
"textdomain": "coblocks",
|
64 |
+
"editorScript": "blocks-12",
|
65 |
+
"description": "Add an address or location to drop a pin on a Google map."
|
66 |
+
}
|
dist/blocks/media-card/block.json
CHANGED
@@ -1,52 +1,52 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/media-card",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"mediaPosition": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "left"
|
8 |
+
},
|
9 |
+
"mediaAlt": {
|
10 |
+
"type": "string",
|
11 |
+
"source": "attribute",
|
12 |
+
"selector": "figure img",
|
13 |
+
"attribute": "alt",
|
14 |
+
"default": ""
|
15 |
+
},
|
16 |
+
"mediaId": {
|
17 |
+
"type": "number"
|
18 |
+
},
|
19 |
+
"mediaUrl": {
|
20 |
+
"type": "string",
|
21 |
+
"source": "attribute",
|
22 |
+
"selector": "div div figure video, div div figure img",
|
23 |
+
"attribute": "src"
|
24 |
+
},
|
25 |
+
"mediaType": {
|
26 |
+
"type": "string"
|
27 |
+
},
|
28 |
+
"mediaWidth": {
|
29 |
+
"type": "number",
|
30 |
+
"default": 55
|
31 |
+
},
|
32 |
+
"align": {
|
33 |
+
"type": "string",
|
34 |
+
"default": "wide"
|
35 |
+
},
|
36 |
+
"maxWidth": {
|
37 |
+
"type": "number"
|
38 |
+
},
|
39 |
+
"hasImgShadow": {
|
40 |
+
"type": "boolean",
|
41 |
+
"default": false
|
42 |
+
},
|
43 |
+
"hasCardShadow": {
|
44 |
+
"type": "boolean",
|
45 |
+
"default": false
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"title": "Media Card",
|
49 |
+
"textdomain": "coblocks",
|
50 |
+
"editorScript": "blocks-7",
|
51 |
+
"description": "Add an image or video with an offset card side-by-side."
|
52 |
+
}
|
dist/blocks/opentable/block.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/opentable",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"restaurantIDs": {
|
6 |
+
"type": "array",
|
7 |
+
"default": []
|
8 |
+
},
|
9 |
+
"language": {
|
10 |
+
"type": "string",
|
11 |
+
"default": ""
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "OpenTable",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-7",
|
17 |
+
"description": "Embed an OpenTable Reservations Widget."
|
18 |
+
}
|
dist/blocks/post-carousel/block.json
CHANGED
@@ -1,78 +1,78 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/post-carousel",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"className": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"align": {
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"postFeedType": {
|
12 |
+
"type": "string",
|
13 |
+
"default": "internal"
|
14 |
+
},
|
15 |
+
"externalRssUrl": {
|
16 |
+
"type": "string",
|
17 |
+
"default": ""
|
18 |
+
},
|
19 |
+
"postsToShow": {
|
20 |
+
"type": "number",
|
21 |
+
"default": 4
|
22 |
+
},
|
23 |
+
"displayPostContent": {
|
24 |
+
"type": "boolean",
|
25 |
+
"default": true
|
26 |
+
},
|
27 |
+
"displayPostDate": {
|
28 |
+
"type": "boolean",
|
29 |
+
"default": true
|
30 |
+
},
|
31 |
+
"displayPostLink": {
|
32 |
+
"type": "boolean",
|
33 |
+
"default": false
|
34 |
+
},
|
35 |
+
"postLink": {
|
36 |
+
"type": "string",
|
37 |
+
"default": "Read more"
|
38 |
+
},
|
39 |
+
"excerptLength": {
|
40 |
+
"type": "number",
|
41 |
+
"default": 12
|
42 |
+
},
|
43 |
+
"imageSize": {
|
44 |
+
"type": "string",
|
45 |
+
"default": "w-1/7 sm:w-1/5 h-1/7 sm:h-1/5"
|
46 |
+
},
|
47 |
+
"listPosition": {
|
48 |
+
"type": "string",
|
49 |
+
"default": "right"
|
50 |
+
},
|
51 |
+
"columns": {
|
52 |
+
"type": "number",
|
53 |
+
"default": 2
|
54 |
+
},
|
55 |
+
"order": {
|
56 |
+
"type": "string",
|
57 |
+
"default": "desc"
|
58 |
+
},
|
59 |
+
"orderBy": {
|
60 |
+
"type": "string",
|
61 |
+
"default": "date"
|
62 |
+
},
|
63 |
+
"categories": {
|
64 |
+
"type": "array",
|
65 |
+
"items": {
|
66 |
+
"type": "object"
|
67 |
+
}
|
68 |
+
},
|
69 |
+
"categoryRelation": {
|
70 |
+
"type": "string",
|
71 |
+
"default": "or"
|
72 |
+
}
|
73 |
+
},
|
74 |
+
"title": "Post Carousel (CoBlocks)",
|
75 |
+
"textdomain": "coblocks",
|
76 |
+
"editorScript": "blocks-11",
|
77 |
+
"description": "Display posts or an external blog feed as a carousel."
|
78 |
+
}
|
dist/blocks/posts/block.json
CHANGED
@@ -1,87 +1,87 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/posts",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"className": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"align": {
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"postFeedType": {
|
12 |
+
"type": "string",
|
13 |
+
"default": "internal"
|
14 |
+
},
|
15 |
+
"externalRssUrl": {
|
16 |
+
"type": "string",
|
17 |
+
"default": ""
|
18 |
+
},
|
19 |
+
"postsToShow": {
|
20 |
+
"type": "number",
|
21 |
+
"default": 2
|
22 |
+
},
|
23 |
+
"displayPostContent": {
|
24 |
+
"type": "boolean",
|
25 |
+
"default": true
|
26 |
+
},
|
27 |
+
"displayPostDate": {
|
28 |
+
"type": "boolean",
|
29 |
+
"default": true
|
30 |
+
},
|
31 |
+
"displayPostLink": {
|
32 |
+
"type": "boolean",
|
33 |
+
"default": false
|
34 |
+
},
|
35 |
+
"postLink": {
|
36 |
+
"type": "string",
|
37 |
+
"default": "Read more"
|
38 |
+
},
|
39 |
+
"excerptLength": {
|
40 |
+
"type": "number",
|
41 |
+
"default": 12
|
42 |
+
},
|
43 |
+
"imageSize": {
|
44 |
+
"type": "string",
|
45 |
+
"default": "medium"
|
46 |
+
},
|
47 |
+
"imageStyle": {
|
48 |
+
"type": "string",
|
49 |
+
"default": "square"
|
50 |
+
},
|
51 |
+
"listPosition": {
|
52 |
+
"type": "string",
|
53 |
+
"default": "right"
|
54 |
+
},
|
55 |
+
"columns": {
|
56 |
+
"type": "number",
|
57 |
+
"default": 2
|
58 |
+
},
|
59 |
+
"order": {
|
60 |
+
"type": "string",
|
61 |
+
"default": "desc"
|
62 |
+
},
|
63 |
+
"orderBy": {
|
64 |
+
"type": "string",
|
65 |
+
"default": "date"
|
66 |
+
},
|
67 |
+
"categories": {
|
68 |
+
"type": "array",
|
69 |
+
"items": {
|
70 |
+
"type": "object"
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"categoryRelation": {
|
74 |
+
"type": "string",
|
75 |
+
"default": "or"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"supports": {
|
79 |
+
"gutter": {
|
80 |
+
"default": "medium"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"title": "Posts",
|
84 |
+
"textdomain": "coblocks",
|
85 |
+
"editorScript": "blocks-11",
|
86 |
+
"description": "Display posts or an RSS feed as stacked or horizontal cards."
|
87 |
+
}
|
dist/blocks/pricing-table/block.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/pricing-table",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"count": {
|
6 |
+
"type": "number",
|
7 |
+
"default": 2
|
8 |
+
},
|
9 |
+
"contentAlign": {
|
10 |
+
"type": "string",
|
11 |
+
"default": "center"
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"title": "Pricing Table",
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"editorScript": "blocks-6",
|
17 |
+
"description": "Add pricing tables to help visitors compare products and plans."
|
18 |
+
}
|
dist/blocks/pricing-table/pricing-table-item/block.json
CHANGED
@@ -1,46 +1,46 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/pricing-table-item",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"title": {
|
6 |
+
"source": "children",
|
7 |
+
"selector": ".wp-block-coblocks-pricing-table-item__title"
|
8 |
+
},
|
9 |
+
"features": {
|
10 |
+
"source": "children",
|
11 |
+
"selector": ".wp-block-coblocks-pricing-table-item__features"
|
12 |
+
},
|
13 |
+
"currency": {
|
14 |
+
"type": "array",
|
15 |
+
"source": "children",
|
16 |
+
"selector": ".wp-block-coblocks-pricing-table-item__currency"
|
17 |
+
},
|
18 |
+
"amount": {
|
19 |
+
"type": "array",
|
20 |
+
"source": "children",
|
21 |
+
"selector": ".wp-block-coblocks-pricing-table-item__amount"
|
22 |
+
},
|
23 |
+
"backgroundColor": {
|
24 |
+
"type": "string"
|
25 |
+
},
|
26 |
+
"customBackgroundColor": {
|
27 |
+
"type": "string"
|
28 |
+
},
|
29 |
+
"textColor": {
|
30 |
+
"type": "string"
|
31 |
+
},
|
32 |
+
"customTextColor": {
|
33 |
+
"type": "string"
|
34 |
+
},
|
35 |
+
"placeholder": {
|
36 |
+
"type": "string"
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"title": "Pricing Table Item",
|
40 |
+
"textdomain": "coblocks",
|
41 |
+
"editorScript": "blocks-6",
|
42 |
+
"description": "A pricing table to help visitors compare products and plans.",
|
43 |
+
"parent": [
|
44 |
+
"coblocks/pricing-table"
|
45 |
+
]
|
46 |
}
|
dist/blocks/row/block.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/row",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"id": {
|
6 |
+
"type": "number"
|
7 |
+
},
|
8 |
+
"columns": {
|
9 |
+
"type": "number"
|
10 |
+
},
|
11 |
+
"layout": {
|
12 |
+
"type": "string"
|
13 |
+
},
|
14 |
+
"textColor": {
|
15 |
+
"type": "string"
|
16 |
+
},
|
17 |
+
"customTextColor": {
|
18 |
+
"type": "string"
|
19 |
+
},
|
20 |
+
"verticalAlignment": {
|
21 |
+
"type": "string"
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"title": "Row",
|
25 |
+
"textdomain": "coblocks",
|
26 |
+
"editorScript": "blocks-6",
|
27 |
+
"description": "Add a structured wrapper for column blocks, then add content blocks you’d like to the columns."
|
28 |
+
}
|
dist/blocks/row/column/block.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/column",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"width": {
|
6 |
+
"type": "string"
|
7 |
+
},
|
8 |
+
"contentAlign": {
|
9 |
+
"type": "string"
|
10 |
+
},
|
11 |
+
"textColor": {
|
12 |
+
"type": "string"
|
13 |
+
},
|
14 |
+
"customTextColor": {
|
15 |
+
"type": "string"
|
16 |
+
},
|
17 |
+
"verticalAlignment": {
|
18 |
+
"type": "string"
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"title": "Column",
|
22 |
+
"textdomain": "coblocks",
|
23 |
+
"editorScript": "blocks-2",
|
24 |
+
"description": "An immediate child of a row.",
|
25 |
+
"parent": [
|
26 |
+
"coblocks/row"
|
27 |
+
]
|
28 |
}
|
dist/blocks/services/block.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/services",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"columns": {
|
6 |
+
"type": "integer",
|
7 |
+
"default": 2
|
8 |
+
},
|
9 |
+
"alignment": {
|
10 |
+
"type": "string",
|
11 |
+
"default": "none"
|
12 |
+
},
|
13 |
+
"headingLevel": {
|
14 |
+
"type": "integer",
|
15 |
+
"default": 3
|
16 |
+
},
|
17 |
+
"buttons": {
|
18 |
+
"type": "boolean",
|
19 |
+
"default": false
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"title": "Services",
|
23 |
+
"textdomain": "coblocks",
|
24 |
+
"editorScript": "blocks-6",
|
25 |
+
"description": "Add up to four columns of services to display."
|
26 |
+
}
|
dist/blocks/services/service/block.json
CHANGED
@@ -1,75 +1,75 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
}
|
1 |
{
|
2 |
+
"name": "coblocks/service",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"headingLevel": {
|
6 |
+
"type": "integer",
|
7 |
+
"default": 3
|
8 |
+
},
|
9 |
+
"showCta": {
|
10 |
+
"type": "boolean",
|
11 |
+
"default": false
|
12 |
+
},
|
13 |
+
"imageUrl": {
|
14 |
+
"type": "string",
|
15 |
+
"source": "attribute",
|
16 |
+
"selector": "img",
|
17 |
+
"attribute": "src",
|
18 |
+
"default": ""
|
19 |
+
},
|
20 |
+
"imageAlt": {
|
21 |
+
"type": "string",
|
22 |
+
"source": "attribute",
|
23 |
+
"selector": "img",
|
24 |
+
"attribute": "alt",
|
25 |
+
"default": ""
|
26 |
+
},
|
27 |
+
"imageId": {
|
28 |
+
"type": "number"
|
29 |
+
},
|
30 |
+
"focalPoint": {
|
31 |
+
"type": "object"
|
32 |
+
},
|
33 |
+
"alignment": {
|
34 |
+
"type": "string",
|
35 |
+
"default": "none"
|
36 |
+
},
|
37 |
+
"href": {
|
38 |
+
"type": "string",
|
39 |
+
"source": "attribute",
|
40 |
+
"selector": "figure > a",
|
41 |
+
"attribute": "href"
|
42 |
+
},
|
43 |
+
"rel": {
|
44 |
+
"type": "string",
|
45 |
+
"source": "attribute",
|
46 |
+
"selector": "figure > a",
|
47 |
+
"attribute": "rel"
|
48 |
+
},
|
49 |
+
"linkClass": {
|
50 |
+
"type": "string",
|
51 |
+
"source": "attribute",
|
52 |
+
"selector": "figure > a",
|
53 |
+
"attribute": "class"
|
54 |
+
},
|
55 |
+
"linkDestination": {
|
56 |
+
"type": "string"
|
57 |
+
},
|
58 |
+
"linkTarget": {
|
59 |
+
"type": "string",
|
60 |
+
"source": "attribute",
|
61 |
+
"selector": "figure > a",
|
62 |
+
"attribute": "target"
|
63 |
+
}
|
64 |
+
},
|
65 |
+
"supports": {
|
66 |
+
"anchor": true
|
67 |
+
},
|
68 |
+
"title": "Service",
|
69 |
+
"textdomain": "coblocks",
|
70 |
+
"editorScript": "blocks-6",
|
71 |
+
"description": "A single service item within a services block.",
|
72 |
+
"parent": [
|
73 |
+
"coblocks/services"
|
74 |
+
]
|
75 |
}
|
dist/blocks/shape-divider/block.json
CHANGED
@@ -1,47 +1,47 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
}
|
1 |
{
|
2 |
+
"name": "coblocks/shape-divider",
|
3 |
+
"category": "layout",
|
4 |
+
"attributes": {
|
5 |
+
"shapeHeight": {
|
6 |
+
"type": "string",
|
7 |
+
"default": "100px"
|
8 |
+
},
|
9 |
+
"backgroundHeight": {
|
10 |
+
"type": "string",
|
11 |
+
"default": "50px"
|
12 |
+
},
|
13 |
+
"verticalFlip": {
|
14 |
+
"type": "boolean",
|
15 |
+
"default": false
|
16 |
+
},
|
17 |
+
"horizontalFlip": {
|
18 |
+
"type": "boolean",
|
19 |
+
"default": false
|
20 |
+
},
|
21 |
+
"color": {
|
22 |
+
"type": "string"
|
23 |
+
},
|
24 |
+
"customColor": {
|
25 |
+
"type": "string",
|
26 |
+
"default": "#111"
|
27 |
+
},
|
28 |
+
"backgroundColor": {
|
29 |
+
"type": "string"
|
30 |
+
},
|
31 |
+
"customBackgroundColor": {
|
32 |
+
"type": "string"
|
33 |
+
},
|
34 |
+
"noBottomMargin": {
|
35 |
+
"type": "boolean",
|
36 |
+
"default": true
|
37 |
+
},
|
38 |
+
"noTopMargin": {
|
39 |
+
"type": "boolean",
|
40 |
+
"default": true
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"title": "Shape Divider",
|
44 |
+
"textdomain": "coblocks",
|
45 |
+
"editorScript": "blocks-10",
|
46 |
+
"description": "Add a shape divider to visually distinquish page sections."
|
47 |
+
}
|
dist/blocks/share/block.json
CHANGED
@@ -1,90 +1,93 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/social",
|
3 |
+
"category": "widgets",
|
4 |
+
"attributes": {
|
5 |
+
"align": {
|
6 |
+
"type": "string",
|
7 |
+
"enum": [
|
8 |
+
"wide",
|
9 |
+
"full"
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"className": {
|
13 |
+
"type": "string"
|
14 |
+
},
|
15 |
+
"hasColors": {
|
16 |
+
"type": "boolean",
|
17 |
+
"default": true
|
18 |
+
},
|
19 |
+
"borderRadius": {
|
20 |
+
"type": "number",
|
21 |
+
"default": 40
|
22 |
+
},
|
23 |
+
"size": {
|
24 |
+
"type": "string",
|
25 |
+
"default": "med"
|
26 |
+
},
|
27 |
+
"iconSize": {
|
28 |
+
"type": "number",
|
29 |
+
"default": 22
|
30 |
+
},
|
31 |
+
"padding": {
|
32 |
+
"type": "number",
|
33 |
+
"default": 16
|
34 |
+
},
|
35 |
+
"textAlign": {
|
36 |
+
"type": "string"
|
37 |
+
},
|
38 |
+
"backgroundColor": {
|
39 |
+
"type": "string"
|
40 |
+
},
|
41 |
+
"customBackgroundColor": {
|
42 |
+
"type": "string"
|
43 |
+
},
|
44 |
+
"blockBackgroundColor": {
|
45 |
+
"type": "string"
|
46 |
+
},
|
47 |
+
"customBlockBackgroundColor": {
|
48 |
+
"type": "string"
|
49 |
+
},
|
50 |
+
"textColor": {
|
51 |
+
"type": "string"
|
52 |
+
},
|
53 |
+
"customTextColor": {
|
54 |
+
"type": "string"
|
55 |
+
},
|
56 |
+
"twitter": {
|
57 |
+
"type": "boolean",
|
58 |
+
"default": true
|
59 |
+
},
|
60 |
+
"facebook": {
|
61 |
+
"type": "boolean",
|
62 |
+
"default": true
|
63 |
+
},
|
64 |
+
"pinterest": {
|
65 |
+
"type": "boolean",
|
66 |
+
"default": true
|
67 |
+
},
|
68 |
+
"linkedin": {
|
69 |
+
"type": "boolean",
|
70 |
+
"default": false
|
71 |
+
},
|
72 |
+
"tumblr": {
|
73 |
+
"type": "boolean",
|
74 |
+
"default": false
|
75 |
+
},
|
76 |
+
"reddit": {
|
77 |
+
"type": "boolean",
|
78 |
+
"default": false
|
79 |
+
},
|
80 |
+
"email": {
|
81 |
+
"type": "boolean",
|
82 |
+
"default": false
|
83 |
+
},
|
84 |
+
"google": {
|
85 |
+
"type": "boolean",
|
86 |
+
"default": false
|
87 |
+
}
|
88 |
+
},
|
89 |
+
"title": "Share",
|
90 |
+
"textdomain": "coblocks",
|
91 |
+
"editorScript": "blocks-10",
|
92 |
+
"description": "Add social sharing links to help you get likes and shares."
|
93 |
+
}
|
dist/blocks/social-profiles/block.json
CHANGED
@@ -1,98 +1,101 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
|
|
|
|
|
1 |
{
|
2 |
+
"name": "coblocks/social-profiles",
|
3 |
+
"category": "widgets",
|
4 |
+
"attributes": {
|
5 |
+
"align": {
|
6 |
+
"type": "string",
|
7 |
+
"enum": [
|
8 |
+
"wide",
|
9 |
+
"full"
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"className": {
|
13 |
+
"type": "string"
|
14 |
+
},
|
15 |
+
"hasColors": {
|
16 |
+
"type": "boolean",
|
17 |
+
"default": true
|
18 |
+
},
|
19 |
+
"opensInNewTab": {
|
20 |
+
"type": "boolean",
|
21 |
+
"default": false
|
22 |
+
},
|
23 |
+
"borderRadius": {
|
24 |
+
"type": "number",
|
25 |
+
"default": 40
|
26 |
+
},
|
27 |
+
"size": {
|
28 |
+
"type": "string",
|
29 |
+
"default": "med"
|
30 |
+
},
|
31 |
+
"iconSize": {
|
32 |
+
"type": "number",
|
33 |
+
"default": 22
|
34 |
+
},
|
35 |
+
"padding": {
|
36 |
+
"type": "number",
|
37 |
+
"default": 16
|
38 |
+
},
|
39 |
+
"textAlign": {
|
40 |
+
"type": "string"
|
41 |
+
},
|
42 |
+
"backgroundColor": {
|
43 |
+
"type": "string"
|
44 |
+
},
|
45 |
+
"customBackgroundColor": {
|
46 |
+
"type": "string"
|
47 |
+
},
|
48 |
+
"blockBackgroundColor": {
|
49 |
+
"type": "string"
|
50 |
+
},
|
51 |
+
"customBlockBackgroundColor": {
|
52 |
+
"type": "string"
|
53 |
+
},
|
54 |
+
"textColor": {
|
55 |
+
"type": "string"
|
56 |
+
},
|
57 |
+
"customTextColor": {
|
58 |
+
"type": "string"
|
59 |
+
},
|
60 |
+
"facebook": {
|
61 |
+
"type": "string",
|
62 |
+
"default": ""
|
63 |
+
},
|
64 |
+
"twitter": {
|
65 |
+
"type": "string",
|
66 |
+
"default": ""
|
67 |
+
},
|
68 |
+
"instagram": {
|
69 |
+
"type": "string",
|
70 |
+
"default": ""
|
71 |
+
},
|
72 |
+
"tiktok": {
|
73 |
+
"type": "string",
|
74 |
+
"default": ""
|
75 |
+
},
|
76 |
+
"pinterest": {
|
77 |
+
"type": "string",
|
78 |
+
"default": ""
|
79 |
+
},
|
80 |
+
"linkedin": {
|
81 |
+
"type": "string",
|
82 |
+
"default": ""
|
83 |
+
},
|
84 |
+
"youtube": {
|
85 |
+
"type": "string",
|
86 |
+
"default": ""
|
87 |
+
},
|
88 |
+
"yelp": {
|
89 |
+
"type": "string",
|
90 |
+
"default": ""
|
91 |
+
},
|
92 |
+
"houzz": {
|
93 |
+
"type": "string",
|
94 |
+
"default": ""
|
95 |
+
}
|
96 |
+
},
|
97 |
+
"title": "Social Profiles",
|
98 |
+
"textdomain": "coblocks",
|
99 |
+
"editorScript": "blocks-10",
|
100 |
+
"description": "Grow your audience with links to social media profiles."
|
101 |
+
}
|
dist/blocks/testimonials/block.json
CHANGED
@@ -1,52 +1,58 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/testimonials",
|
5 |
+
"title": "Testimonials",
|
6 |
+
"category": "layout",
|
7 |
+
"description": "Utilize the CoBlocks Testimonials block to display customer feedbacks.",
|
8 |
+
"keywords": [
|
9 |
+
"feedback",
|
10 |
+
"review"
|
11 |
+
],
|
12 |
+
"textdomain": "coblocks",
|
13 |
+
"attributes": {
|
14 |
+
"columns": {
|
15 |
+
"type": "number",
|
16 |
+
"default": 2
|
17 |
+
},
|
18 |
+
"headingLevel": {
|
19 |
+
"type": "integer",
|
20 |
+
"default": 4
|
21 |
+
},
|
22 |
+
"showRoles": {
|
23 |
+
"type": "boolean",
|
24 |
+
"default": true
|
25 |
+
},
|
26 |
+
"showImages": {
|
27 |
+
"type": "boolean",
|
28 |
+
"default": false
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"supports": {
|
32 |
+
"align": [
|
33 |
+
"wide",
|
34 |
+
"full"
|
35 |
+
],
|
36 |
+
"anchor": true,
|
37 |
+
"gutter": {
|
38 |
+
"default": "medium"
|
39 |
+
},
|
40 |
+
"html": false,
|
41 |
+
"color": {
|
42 |
+
"link": false
|
43 |
+
},
|
44 |
+
"typography": {
|
45 |
+
"fontSize": true,
|
46 |
+
"lineHeight": true,
|
47 |
+
"__experimentalFontStyle": true,
|
48 |
+
"__experimentalFontWeight": true,
|
49 |
+
"__experimentalLetterSpacing": true,
|
50 |
+
"__experimentalTextTransform": true,
|
51 |
+
"__experimentalDefaultControls": {
|
52 |
+
"fontSize": true
|
53 |
+
}
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"editorStyle": "wp-block-coblocks-testimonials-editor",
|
57 |
+
"style": "wp-block-coblocks-testimonials"
|
58 |
+
}
|
dist/blocks/testimonials/testimonial/block.json
CHANGED
@@ -1,85 +1,90 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
}
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "coblocks/testimonial",
|
5 |
+
"parent": [
|
6 |
+
"coblocks/testimonials"
|
7 |
+
],
|
8 |
+
"title": "Testimonial",
|
9 |
+
"category": "widgets",
|
10 |
+
"description": "Utilize the CoBlocks Testimonial block to display customer feedback.",
|
11 |
+
"keywords": [
|
12 |
+
"feedback",
|
13 |
+
"review"
|
14 |
+
],
|
15 |
+
"textdomain": "coblocks",
|
16 |
+
"attributes": {
|
17 |
+
"alt": {
|
18 |
+
"type": "string",
|
19 |
+
"source": "attribute",
|
20 |
+
"selector": "img",
|
21 |
+
"attribute": "alt",
|
22 |
+
"default": ""
|
23 |
+
},
|
24 |
+
"focalPoint": {
|
25 |
+
"type": "object"
|
26 |
+
},
|
27 |
+
"headingLevel": {
|
28 |
+
"type": "integer",
|
29 |
+
"default": 4
|
30 |
+
},
|
31 |
+
"name": {
|
32 |
+
"type": "string",
|
33 |
+
"source": "html",
|
34 |
+
"selector": ".wp-block-coblocks-testimonial__heading__name",
|
35 |
+
"default": ""
|
36 |
+
},
|
37 |
+
"role": {
|
38 |
+
"type": "string",
|
39 |
+
"source": "html",
|
40 |
+
"selector": ".wp-block-coblocks-testimonial__heading__role",
|
41 |
+
"default": ""
|
42 |
+
},
|
43 |
+
"showImage": {
|
44 |
+
"type": "boolean",
|
45 |
+
"default": false
|
46 |
+
},
|
47 |
+
"imageSize": {
|
48 |
+
"type": "string",
|
49 |
+
"default": "medium"
|
50 |
+
},
|
51 |
+
"imageHeight": {
|
52 |
+
"type": "number",
|
53 |
+
"default": 100
|
54 |
+
},
|
55 |
+
"imageWidth": {
|
56 |
+
"type": "number",
|
57 |
+
"default": 100
|
58 |
+
},
|
59 |
+
"showRole": {
|
60 |
+
"type": "boolean",
|
61 |
+
"default": true
|
62 |
+
},
|
63 |
+
"text": {
|
64 |
+
"type": "string",
|
65 |
+
"source": "html",
|
66 |
+
"selector": ".wp-block-coblocks-testimonial__text",
|
67 |
+
"default": ""
|
68 |
+
},
|
69 |
+
"url": {
|
70 |
+
"type": "string",
|
71 |
+
"source": "attribute",
|
72 |
+
"selector": "img",
|
73 |
+
"attribute": "src",
|
74 |
+
"default": ""
|
75 |
+
},
|
76 |
+
"styleName": {
|
77 |
+
"type": "string",
|
78 |
+
"default": "tall"
|
79 |
+
},
|
80 |
+
"backgroundColor": {
|
81 |
+
"type": "string"
|
82 |
+
},
|
83 |
+
"color": {
|
84 |
+
"type": "string"
|
85 |
+
}
|
86 |
+
},
|
87 |
+
"supports": {
|
88 |
+
"html": false
|
89 |
+
}
|
90 |
+
}
|
dist/coblocks-1.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '152a23d0be2dd06bcd6c');
|
dist/coblocks-10.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => 'de4fd5234df839dba841');
|
dist/coblocks-11.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-server-side-render', 'wp-token-list', 'wp-url'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-server-side-render', 'wp-token-list', 'wp-url'), 'version' => '5f19fa4995e3524ef776');
|
dist/coblocks-12.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '3bac8db9e516b2614ac0');
|
dist/coblocks-13.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-token-list'), 'version' => '99565f7331398547b7de');
|
dist/coblocks-2.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render', 'wp-token-list'), 'version' => 'dfe0787bd3f270ac8f6f');
|
dist/coblocks-3.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-rich-text', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-rich-text', 'wp-token-list'), 'version' => '5870399879637c152a51');
|
dist/coblocks-4.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '0a3e5bb514e53b139c8a');
|
dist/coblocks-5.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-token-list'), 'version' => '9555ad71ff1545c28d56');
|
dist/coblocks-6.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '5b03dd9029995540c55d');
|
dist/coblocks-7.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => 'a6172fb59c228b09d486');
|
dist/coblocks-8.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'react', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'react', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-token-list'), 'version' => 'b2f57e9b370beef3c49c');
|
dist/coblocks-9.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-token-list'), 'version' => 'fc741fea234f8ff3faf1');
|
dist/coblocks-extensions.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-primitives', 'wp-rich-text', 'wp-token-list'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-primitives', 'wp-rich-text', 'wp-token-list'), 'version' => '387c737e44fa1f2a749c');
|
dist/coblocks-plugin-deactivation.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-components', 'wp-dom', 'wp-dom-ready', 'wp-element'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-components', 'wp-dom', 'wp-dom-ready', 'wp-element'), 'version' => 'dee19b009c304db1669c');
|
dist/js/coblocks-accordion-polyfill.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '5f3560ecd9ef2505b76c');
|
dist/js/coblocks-animation.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => 'c131b34d1b81be46ac6e');
|
dist/js/coblocks-checkbox-required.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '787673fb2b2385aaa7e5');
|
dist/js/coblocks-counter.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '61f703866b75c22cc853');
|
dist/js/coblocks-events.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '49c77f598065524d923a');
|
dist/js/coblocks-fromEntries.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => 'ad9e87ab11d0ac096fbe');
|
dist/js/coblocks-gist.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '9de1ae15d1aa629870e7');
|
dist/js/coblocks-google-maps.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => 'ae023ab9aaf1c53ff5d4');
|
dist/js/coblocks-google-recaptcha.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '7ba815ecb9e6bff0ecb5');
|
dist/js/coblocks-lightbox.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '4cbb99ee70aa863db177');
|
dist/js/coblocks-masonry.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => 'e96a1c6f9ea1d011ae82');
|
dist/js/coblocks-post-carousel.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '4787e4ec0d553b23714e');
|
dist/js/coblocks-tinyswiper-initializer.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '9ebbbad190cb177a663a');
|
dist/js/vendors/tiny-swiper.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array(), 'version' => '
|
1 |
+
<?php return array('dependencies' => array(), 'version' => '1d655d68ccb5b8368c0f');
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: page builder, Gutenberg blocks, WordPress blocks, gutenberg, blocks
|
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.24.
|
9 |
License: GPL-2.0
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -122,13 +122,6 @@ Developers can also apply minor style touch-ups to their themes if necessary. If
|
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
-
### Enhancements
|
126 |
-
* Gallery Carousel Behavior and Rendering Enhancements [#2389](https://github.com/godaddy-wordpress/coblocks/pull/2389)
|
127 |
-
|
128 |
-
### Bug fixes
|
129 |
-
* Fix canary build and PHP linting errors [#2397](https://github.com/godaddy-wordpress/coblocks/pull/2397)
|
130 |
-
* Check for WP_Error in wp_remote_get; fixes [#2386](https://github.com/godaddy-wordpress/coblocks/pull/2386) [#2387](https://github.com/godaddy-wordpress/coblocks/pull/2387)
|
131 |
-
|
132 |
### Misc
|
133 |
-
* Update dependencies
|
134 |
-
*
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.24.2
|
9 |
License: GPL-2.0
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
122 |
|
123 |
== Changelog ==
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
### Misc
|
126 |
+
* Update dependencies and translations [#2401](https://github.com/godaddy-wordpress/coblocks/pull/2401) and [#2407](https://github.com/godaddy-wordpress/coblocks/pull/2407)
|
127 |
+
* Stabilize the e2e tests by not running them headless [#2405](https://github.com/godaddy-wordpress/coblocks/pull/2405)
|