oont-contents/plugins/mailpoet/assets/dist/js/email-editor-blocks/powered-by-mailpoet/block.json
2025-02-10 13:57:45 +01:00

25 lines
615 B
JSON

{
"name": "mailpoet/powered-by-mailpoet",
"version": "1.0.0",
"title": "Powered By MailPoet",
"description": "A MailPoet logo will appear in the footer of all emails sent with the free version of MailPoet.",
"category": "mailpoet",
"keywords": ["MailPoet"],
"textdomain": "mailpoet",
"supports": {
"align": false,
"html": false,
"multiple": false,
"reusable": false,
"inserter": false,
"lock": false
},
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json",
"attributes": {
"logo": {
"type": "string",
"default": "default"
}
}
}