FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
cta
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/cta", "title": "Call to Action", "description": "Boost interaction with our 'Call to Action' block, strategically placed to inspire users to take the next step, whether it's making a purchase or subscribing.", "category": "cozy-block", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": {}, "editorScript": [ "cozy-block--cta" ], "editorStyle": "cozy-block--cta--editor-style", "style": [ "cozy-block--cta--style" ], "render": "file:./render.php" }
Save
Back