Skip to content

Commit afdec89

Browse files
committed
Update WooCommerce plugin from 10.3.0 to 10.3.3
1 parent 4a84dfe commit afdec89

15 files changed

Lines changed: 1924 additions & 2062 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/block.json",
3-
"apiVersion": 3,
4-
"name": "woocommerce/product-details-section-description",
5-
"title": "Product details section description",
6-
"category": "woocommerce",
7-
"description": "The product details section description.",
8-
"keywords": [
9-
"products",
10-
"section",
11-
"description"
12-
],
13-
"textdomain": "default",
14-
"attributes": {
15-
"content": {
16-
"type": "string",
17-
"role": "content"
18-
}
19-
},
20-
"supports": {
21-
"align": false,
22-
"html": false,
23-
"multiple": true,
24-
"reusable": false,
25-
"inserter": false,
26-
"lock": false,
27-
"__experimentalToolbar": false
28-
},
29-
"usesContext": ["selectedTab"],
30-
"editorStyle": "file:./editor.css"
31-
}
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "woocommerce/product-details-section-description",
5+
"title": "Product details section description",
6+
"category": "woocommerce",
7+
"description": "The product details section description.",
8+
"keywords": [
9+
"products",
10+
"section",
11+
"description"
12+
],
13+
"textdomain": "default",
14+
"attributes": {
15+
"content": {
16+
"type": "string",
17+
"role": "content"
18+
}
19+
},
20+
"supports": {
21+
"align": false,
22+
"html": false,
23+
"multiple": true,
24+
"reusable": false,
25+
"inserter": false,
26+
"lock": false,
27+
"__experimentalToolbar": false
28+
},
29+
"usesContext": [ "selectedTab" ],
30+
"editorStyle": "file:./editor.css"
31+
}

0 commit comments

Comments
 (0)