编辑文件:block.json
{ "apiVersion": 3, "name": "catalogx/quote-button", "title": "Quote Button", "category": "catalogx", "blockHooks": { "woocommerce/add-to-cart-form": "after" }, "icon": "money-alt", "description": "A custom quote button for single product pages.", "supports": { "html": false }, "editorScript": [ "file:./index.js", "catalogx-add-to-quote-cart-script" ], "script": [ "file:./index.js", "catalogx-add-to-quote-cart-script" ], "render": "file:./render.php" }
保存
返回