2022-12-22 15:01:01 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/customer-account",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "Customer account",
|
|
|
|
"description": "A block that allows your customers to log in and out of their accounts in your store.",
|
|
|
|
"category": "woocommerce",
|
2023-06-18 17:42:08 +00:00
|
|
|
"keywords": [ "WooCommerce", "My Account" ],
|
2022-12-22 15:01:01 +00:00
|
|
|
"supports": {
|
|
|
|
"align": true,
|
|
|
|
"color": {
|
|
|
|
"text": true
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"__experimentalFontFamily": true
|
2023-04-27 08:23:24 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
2024-03-26 08:38:06 +00:00
|
|
|
"margin": true,
|
|
|
|
"padding": true
|
2022-12-22 15:01:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"displayStyle": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "icon_and_text"
|
|
|
|
},
|
|
|
|
"iconStyle": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "default"
|
2023-03-03 14:44:34 +00:00
|
|
|
},
|
|
|
|
"iconClass": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "icon"
|
2022-12-22 15:01:01 +00:00
|
|
|
}
|
|
|
|
},
|
2023-12-09 13:44:54 +00:00
|
|
|
"textdomain": "woocommerce",
|
2022-12-22 15:01:01 +00:00
|
|
|
"apiVersion": 2,
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
|
|
}
|