EnterspeedPropertyDataMappers or EnterspeedPropertyMetaDataMappers.
You can also create a Custom Property Service and override some of the
MapAdditionalProperties methods,
however mappers are more flexible if you are doing conditional mapping, like only adding additional properties for specific content types.Mappers
With mappers you can create small effective classes to map additional properties for types that matches a filter, e.g. all nodes of a specific type. You can create mappers to add properties to the properties object or the meta-data object. Note that we in this example are usingStringEnterspeedProperty. You can choose between multiple property types.
(Array, boolean, number, object and so on.)