Configuration

This page contains a configuration that is a starting point that can be customized to your needs:

{
    "shopwareApi": "!! see main module !!",
    "filter": "!! see main module !!",
    "locales": "!! see main module !!",
    "lastSync": "!! see main module !!",
    "identifier": "!! see main module !!",
    "batchSizes": {
        "updateFiles": 50,
        "analyzeFiles": 500,
        "extractEmbedded": 5000,
        "updateAssociations": 50,
        "analyzeAssociations": 250
    },
    "customFields": {
        "fill": {
            "sets": [],
            "fields": [],
            "whitelistMode": false
        },
        "enabled": true,
        "autoCreate": true,
        "mediaDataSetName": "synqup_media_data",
        "imageHashFieldName": "synqup_image_hash",
        "originalFilenameFieldName": "synqup_original_filename"
    },
    "subsections": {
        "product|category": {
            "enabled": false,
            "delete": {
                "deleteMode": "hard|soft|none",
                "removeOrphanAssociations": true
            },
            "filter": {
                "query": "...",
                "operator": "and|or|override_global"
            },
            "filenames": {
                "keepOriginalFilenames": true,
                "forbiddenCharacters": "!! see documentation !!",
                "defaultReplacementCharacter": "!! see documentation !!",
                "characterReplacementMap": [],
                "prefix": "!! see documentation !!"
            },
            "identifierWhitelist": [],
            "assetGroupTypes": [],
            "coverAssetGroupTypes": []
        },
        "removeEmptyMedia": {
            "enabled": false
        }
    }
}
On this page