{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "add-as-preferred-source/preferred-source",
    "title": "Add as Preferred Source",
    "category": "widgets",
    "icon": "star-filled",
    "description": "Invite readers to add your site as a preferred source on Google. Place it anywhere; anything you leave blank uses your Shortcode tab settings.",
    "keywords": ["google", "preferred", "source", "news", "badge", "follow"],
    "textdomain": "add-as-preferred-source",
    "supports": {
        "html": false,
        "align": false,
        "customClassName": true,
        "spacing": {
            "margin": true
        }
    },
    "attributes": {
        "badgeStyle": {
            "type": "string"
        },
        "text": {
            "type": "string"
        },
        "subtitle": {
            "type": "string"
        },
        "linkPrefix": {
            "type": "string"
        },
        "linkSuffix": {
            "type": "string"
        },
        "bgColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "alignment": {
            "type": "string"
        }
    },
    "editorScript": "adasprso-preferred-source-block",
    "style": "add-as-preferred-source"
}
