- Issue created by @jabberwooki
- First commit to issue fork.
- 🇮🇳India roshni27
When installing the 'Simple Block' module, we need to include a preprocess setup from the core language translate module.This setup involves providing a checkbox on the content language administration page (/admin/config/regional/content-language) for the "Simple Block" module. Additionally, we should create a permission that grants access to translate the content of the "Simple Block" for other users.
If you want we can implement .
Thanks. - last update
10 months ago 1 pass - 🇺🇦Ukraine AstonVictor
Hi there,
actually, it's impossible to add simple block configurations on the /admin/config/regional/content-language page because simple blocks are configs and not content.
you can find all simple blocks to translate on the /admin/config/regional/config-translation/simple_block page.for having the 'translate' operation the user should have two permissions:
- Administer blocks
- Translate configurationI added two additional permissions:
- Edit simple blocks
- Delete simple blocksyou can use them in case you don't want to give the 'administer blocks' permission.
Note that the translation action uses an update operation. So you can use the pair of 'Edit simple blocks' + 'Translate configuration' permissions to translate simple blocks as well. -
AstonVictor →
committed d61e4450 on 8.x-1.x
Issue #3373975 - Add new permissions
-
AstonVictor →
committed d61e4450 on 8.x-1.x
- Status changed to Fixed
10 months ago 11:02am 22 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.