{
  "name": "theme-with-file-associations",
  "author": "shopware AG",
  "previewMedia": "app/shopware_logo_preview.svg",
  "tabs": {
    "mainTab": {
      "label": {
        "en-GB": "mainTab"
      }
    }
  },
  "config": {
    "sections": {
      "mainSection": {
        "label": {
          "en-GB": "main section"
        }
      }
    },
    "blocks": {
      "mainBlock": {
        "label": {
          "en-GB": "main block"
        }
      }
    },

    "fields": {
      "shopwareLogo": {
        "label": {
          "en-GB": "Shopware Logo",
          "de-DE": "Shopware Logo"
        },
        "helpText": {
          "en-GB": "this is the shopware logo",
          "de-DE": "this is the shopware Logo"
        },
        "type": "media",
        "value": "app/storefront/src/assets/image/shopware_logo.svg",
        "editable": true,
        "tab": "tabGeneralLayout",
        "block": "blockLayout",
        "section": "sectionBackgroundImage"
      }
    }
  }
}
