Prevent metadata inheritance - Fluid Topics - Latest

SCHEMA ST4 Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

Topics inherit the metadata key values of their parent topics, and of the document. It is possible to prevent this behavior for selected metadata keys.

To do so:

  1. Create a .config.ini file in the root directory, or in the assets folder.
  2. Add the following:

    INHERITANCE_IGNORED_KEYS=example1, example2
    

    example1 and example2 correspond to metadata keys. Separate metadata keys by a space and a comma.

  3. Save the file.

  4. Publish.

In this example, topics do not inherit the example1 and example2 values of their parent topics, and of the document.