📄️ Property Mapping
Translation Manager comes with support for all the core Umbraco text-based property editors, as well as most of the popular 3rd party text-based property editors. However, there may be times when you have custom property editors that are not covered by the core installation.
📄️ Custom mappers
If the configuration options for mappers do not fit your needs, you can write your own custom mappers by creating a class that implements the IValueMapper interface.
📄️ Custom JSON Properties
If your property editor stores its values within a JSON object, you can use the config