File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/nutrition/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/nutrition",
"title": "Nutrition",
"description": "Add a customizable nutrition table.",
"category": "gtm-recipe",
"textdomain": "gutenmate",
"keywords": [
"gutenmate",
"recipe",
"nutrition"
],
"attributes": {
"nutrition": {
"type": "object",
"default": {}
},
"templateId": {
"type": "string",
"default": ""
}
},
"providesContext": {
"gtmNutrition": "nutrition"
},
"supports": {
"anchor": true,
"multiple": false,
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-nutrition-editor-style",
"style": "gtm-nutrition-style"
}