{
  "name": "brce/currency-exchange",
  "d4Shortcode": "et_pb_brcurrency",
  "title": "BeRocket Currency Exchange",
  "titles": "BeRocket Currency Exchanges",
  "category": "module",
  "childModuleName": "brce/currency-line-text",
  "childModuleTitle": "Currency Line Text",
  "childModuleTitleAttribute": "line_type",
  "childrenName": [
    "brce/currency-line-text"
  ],
  "moduleClassName": "et_pb_brcurrency",
  "moduleOrderClassName": "et_pb_brcurrency",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "advanced": { "html": {} },
        "meta": { "adminLabel": {} }
      }
    },
    "type": {
      "type": "object",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupName": "contentOptions",
            "groupSlug": "contentOptions",
            "priority": 10,
            "render": true,
            "attrName": "type.innerContent",
            "label": "Widget Type",
            "component": {
              "name": "divi/select",
              "type": "field",
              "props": {
                "options": {
                  "select": { "label": "Select" },
                  "radio": { "label": "Radio" },
                  "floating-bar": { "label": "Floating Bar" }
                }
              }
            }
          }
        }
      }
    },
    "body": {
      "type": "object",
      "settings": {
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designCurrencyText",
              "attrName": "body.decoration.font",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/font",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Select",
                  "fields": {
                    "lineHeight": { "render": false }
                  }
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "selector": "{{selector}} select, {{selector}} label, {{selector}} label span",
          "important": true
        }
      }
    }
  },
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentOptions": {
        "panel": "content",
        "priority": 10,
        "groupName": "contentOptions",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Content"
          }
        }
      },
      "designCurrencyText": {
        "panel": "design",
        "priority": 10,
        "groupName": "designCurrencyText",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Select"
          }
        }
      }
    }
  },
  "defaultAttrs": {
    "type": {
      "innerContent": {
        "desktop": {
          "value": "select"
        }
      }
    }
  }
}
