Introduction

This section of the documentation is intended to show you how the module maps media for different types of documents. Individual features and details of an entity are discussed on each page.

Identifier Whitelist

You can define a whitelist of identifiers the module is allowed to handle in the next execution:

{
    "subsections": {
        "product|category": {
            "identifierWhitelist": [
                "...",
                "..."
            ]
        }
    }
}

This is considered to be a debugging functionality. Since the module synchronizes every asset of every document it can run for quite a while. If you experience problems with a certain product or category this allows you to troubleshoot problems way faster. An empty list is equal to allowing every document to be handled.