Enrichment MetaProperty Locale Mappings
The enrichment_metaproperty_locale_mappings
parameter in our application specifies the locale to be used when enriching localizable properties with metadata from Akeneo in Bynder.
Overview
The enrichment_metaproperty_locale_mappings
parameter enables users to define the locale in which localizable properties should be enriched with metadata from Akeneo in Bynder. This mapping ensures that metadata is accurately associated with assets in the specified language or locale, enhancing asset management and accessibility.
Usage
Users can configure the enrichment_metaproperty_locale_mappings
parameter to specify the locale for enriching localizable properties with metadata from Akeneo in Bynder. This configuration ensures that metadata is stored and displayed in the desired language or locale, improving asset management efficiency and user experience.
Example
enrichment_metaproperty_locale_mappings: {
"<akeneo attribute code>": "<akeneo locale code>",
"description": "en_US",
"title": "fr_FR",
"keywords": "es_ES",
"category": "de_DE",
}