{
    "apiVersion": "3",
    "name": "personalizer/current",
    "title": "Current persona",
    "version": "1.3.1",
    "description": "The selected persona",
    "category": "theme",
    "icon": "smiley",
    "supports": {
        "html": false
    },
    "attributes": {
        "enableLink": {
            "type": "boolean",
            "default": true
        },
        "defaultLabel": {
            "type": "string",
            "default": ""
        },
        "colorScheme": {
            "type": "string",
            "default": "none"
        },
        "deselectable": {
            "type": "boolean",
            "default": false
        },
        "deselectPosition": {
            "type": "string",
            "default": "end"
        },
        "deselectLabel": {
            "type": "string",
            "default": "x"
        }
    },
    "editorScript": "file:./current.js",
    "editorStyle": "file:./current.css",
    "style": "file:./current.css"
}