{
    "id": ":utils/button-file-download",
    "name": "ダウンロードボタン - Download Button",
    "interface": {
        "fields": {
            "targetFile": {
                "fieldType": "input",
                "type": "file",
                "label": "ダウンロードファイル"
            },
            "downloadFilename": {
                "fieldType": "input",
                "type": "html_attr_text",
                "label": "ダウンロードファイル名",
                "rows": 1
            },
            "label": {
                "fieldType": "input",
                "type": "text",
                "label": "ラベル",
                "rows": 1
            },
            "class": {
                "fieldType": "input",
                "type": "select",
                "label": "リンクスタイル",
                "options": [
                    {
                        "value": "",
                        "label": "なし"
                    },
                    {
                        "value": "px2-a",
                        "label": "標準ビュレット"
                    },
                    {
                        "value": "px2-btn",
                        "label": "標準ボタン風"
                    },
                    {
                        "value": "px2-btn px2-btn--primary",
                        "label": "プライマリボタン風"
                    },
                    {
                        "value": "px2-btn px2-btn--secondary",
                        "label": "セカンダリボタン風"
                    },
                    {
                        "value": "px2-btn px2-btn--danger",
                        "label": "危険ボタン風"
                    },
                    {
                        "value": "px2-btn px2-btn--download",
                        "label": "ダウンロードボタン風"
                    }
                ],
                "default": "px2-btn px2-btn--download"
            },
            "display": {
                "fieldType": "input",
                "type": "select",
                "name": "display",
                "label": "ディスプレイタイプ",
                "options": [
                    {
                        "value": "",
                        "label": "標準"
                    },
                    {
                        "value": "block",
                        "label": "ブロック"
                    }
                ]
            },
            "align": {
                "fieldType": "input",
                "type": "select",
                "label": "揃え位置",
                "display": "radio",
                "options": [
                    {
                        "value": "",
                        "label": "指定しない (親要素の組み方に従う)"
                    },
                    {
                        "value": "left",
                        "label": "左揃え"
                    },
                    {
                        "value": "center",
                        "label": "中央揃え"
                    },
                    {
                        "value": "right",
                        "label": "右揃え"
                    }
                ]
            },
            "paragraph": {
                "fieldType": "input",
                "type": "select",
                "label": "前後の自然なマージン",
                "display": "radio",
                "options": [
                    {
                        "value": "",
                        "label": "なし"
                    },
                    {
                        "value": "px2-p",
                        "label": "前後の自然なマージン"
                    }
                ],
                "default": "px2-p"
            }
        }
    }
}