The following list contains configuration properties for the
multi-site feature, that are typically shared between different
applications (or they must be kept in sync).
multisite.transfer.relations.enabled
Type
Boolean
Default
true
Description
Whether referrer relation augmentation is enabled globally. When set
to false, no relation resolvers are created,
regardless of individual relation settings.
Customization can add, override, or disable individual entries. To
disable a specific relation, set its enabled
property to false.
translatable.predicate.property-path
Type
Map<String,Boolean>
Description
Marks properties or nested (Struct) properties as translatable.
Typically applied to nested properties in Structs, which cannot be
individually marked as translatable in the content type model.
The map entry's key represents the property path starting from the
content type that declares the property.
A map entry's value of true marks the property
selected by the property path as translatable.
Note, that a value of false cannot veto a
translatable decision by another predicate. The parsed configuration
will just ignore those property paths marked with
false from this configuration.
translate.item.include-unchanged-properties
Type
Boolean
Default
true
Description
Whether properties that have not changed since last translation are
also included in items for translation.
translate.item.transform.failure.mode
Type
String
Default
fail
Description
Controls behavior when no matching transformers are available to
eventually represent a property in XLIFF. Available values:
fail, warn, and
none.
translate.xliff.export.excludeContentName
Type
Boolean
Default
true
Description
Only if set to false, content names are included in
the XLIFF export.