File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/nutrients/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/nutrients",
"title": "Nutrients",
"description": "Add a customizable nutrients.",
"category": "gtm-blocks",
"keywords": [
"gutenmate",
"nutrition"
],
"ancestor": [
"gtm/nutrition-template"
],
"usesContext": [
"gtmNutrition"
],
"attributes": {
"columns": {
"type": "object",
"default": {}
},
"gap": {
"type": "object",
"default": {}
},
"labelTypography": {
"type": "object",
"default": {}
},
"labelColor": {
"type": "string",
"default": ""
},
"labelSpacing": {
"type": "object",
"default": {}
},
"valueTypography": {
"type": "object",
"default": {}
},
"valueColor": {
"type": "string",
"default": ""
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"typography": true,
"color": true,
"textAlign": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-nutrients-editor-style",
"style": "gtm-nutrients-style"
}