- Issue created by @m4olivei
- Merge request !26Issue #3521083: Allow for config translation of the top_label option → (Open) created by m4olivei
On multilingual sites, you can't translate most of the configuration stored within a toc_filter config entity.
ddev drush en -y config_translation toc_api_example
<h2>
's in the body fieldExpected result
The "Back to top" (top_label) option should be available to translate.
Actual result
You can't translate the "Back to top" (top_label) option.
The config schema declares this setting as a string
. It should be text
so that it can be translated into other languages using config_translation module.
MR
Active
2.0
Code