{
    "apiVersion": 3,
    "name": "gutenverse/form-input-submit",
    "title": "Submit Button",
    "description": "Create an interactive and beautiful action button.",
    "category": "gutenverse-form",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "content": {
            "type": "string"
        },
        "buttonType": {
            "type": "string",
            "default": "default"
        },
        "buttonSize": {
            "type": "string",
            "default": "sm"
        },
        "buttonWidth": {
            "type": "object"
        },
        "buttonBackground": {
            "type": "object"
        },
        "buttonBackgroundHover": {
            "type": "object"
        },
        "buttonBorder": {
            "type": "object"
        },
        "buttonBorderHover": {
            "type": "object"
        },
        "buttonBoxShadow": {
            "type": "object"
        },
        "buttonBoxShadowHover": {
            "type": "object"
        },
        "showIcon": {
            "type": "boolean",
            "default": false
        },
        "icon": {
            "type": "string",
            "default": "fab fa-wordpress"
        },
        "iconPosition": {
            "type": "string",
            "default": "before"
        },
        "iconSpacing": {
            "type": "object"
        },
        "iconSize": {
            "type": "object"
        },
        "positioningType": {
            "type": "object"
        },
        "positioningWidth": {
            "type": "object"
        },
        "positioningAlign": {
            "type": "object"
        },
        "positioningLocation": {
            "type": "string"
        },
        "positioningLeft": {
            "type": "object"
        },
        "positioningRight": {
            "type": "object"
        },
        "positioningTop": {
            "type": "object"
        },
        "positioningBottom": {
            "type": "object"
        },
        "background": {
            "type": "object",
            "default": {}
        },
        "backgroundHover": {
            "type": "object",
            "default": {}
        },
        "border": {
            "type": "object"
        },
        "boxShadow": {
            "type": "object"
        },
        "borderHover": {
            "type": "object"
        },
        "boxShadowHover": {
            "type": "object"
        },
        "margin": {
            "type": "object"
        },
        "padding": {
            "type": "object"
        },
        "zIndex": {
            "type": "object"
        },
        "animation": {
            "type": "object",
            "default": {}
        },
        "hideDesktop": {
            "type": "boolean"
        },
        "hideTablet": {
            "type": "boolean"
        },
        "hideMobile": {
            "type": "boolean"
        },
        "color": {
            "type": "object"
        },
        "iconColor": {
            "type": "object"
        },
        "typography": {
            "type": "object"
        },
        "hoverIconColor": {
            "type": "object"
        },
        "hoverBgColor": {
            "type": "object"
        },
        "hoverTextColor": {
            "type": "object"
        },
        "hoverBorderColor": {
            "type": "object"
        },
        "alignButton": {
            "type": "object"
        },
        "paddingButton": {
            "type": "object"
        }
    },
    "supports": {
        "className": false
    },
    "keywords": [
        "button",
        "url",
        "action",
        "gutenverse"
    ]
}