Details
-
Task
-
Resolution: Unresolved
-
Neutral
-
6.2.3
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
When a field for the url translations is added to the page properties, let's say "name", then the editors can fill in values in all languages, including the default language. But the url translation module completely ignores the value for the default language, and only uses the page name. While this might make sense from the technical POV, this leads to confusion for the editors.
Workaround
Define a URL Translation tab which defines fields for each language. Do not internationalize the name field but instead create a dedicated tab for URL Translation which defines a field for each language you need to capture.
For example if I decorate the MTK2 basic page properties.
/my-module/decorations/mtk2/dialogs/pages/basic.yaml
form: properties: name_de: label: German $type: textField i18n: false name_fr: label: French $type: textField i18n: false layout: tabs: - name: tabTranslation label: URL Translation fields: - name: name_de - name: name_fr
Checklists
Attachments
Issue Links
- is related to
-
MURLTRANS-33 Prepare for 6.2.4 release
-
- Closed
-