- Issue created by @fskreuz
- Status changed to Needs review
6 months ago 8:37pm 12 September 2024
Currently, if you translate the block using Configuration Translation, only the block's description is translatable. The module-specific settings on the block also fails Config Inspector, indicating a missing schema.
1. Setup Drupal
2. Install Copyright Block and Configuration Translation modules.
3. Add a language in /admin/config/regional/language/add
(e.g. French)
4. Add an instance of Copyright Block into Block Layout. Take note of the strings you added.
5. Go to /admin/config/regional/config-translation/block
and look for your Copyright Block instance.
6. Click Translate and then edit the language you added.
On step 6, you will only see translatable block configs (e.g. the block description). You will not see the text you added for Copyright Block.
- Add a block_settings
schema for Copyright Block block settings.
- Review
- Merge
- None
- None
- None
Needs review
2.0
Code