|
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.
Example Configuration:
translatable.predicate.property-path[CMLinkable.localSettings.callToActionCustomText]=true
For Struct properties containing dots in their names, you may use
bracket syntax instead:
translatable.predicate.property-path[CMLinkable.localSettings['with.dots.in.name']]=true
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.
|