- πΊπΈUnited States pcate
I ran into this issue as well while trying to use the module with Single Content Sync β .
Is there any update of what tasks remain to complete this issue or feedback from the module maintainers on the right approach.
Depending on the path used to access the config page, the admin tabs are not present.
In general this is not a problem, because there is only an "Edit" tab, (and "Devel" tab on development). But when using layout builder overrides per entity, not having the "Layout" tab on the nominal way to access the config page is an UI issue.
- Create a config page type, enable the language context.
- On the default view mode, enable Layout builder and "Allow each config page to have its layout customized.".
- On a website with 2 languages, create the config page in the two languages. So 2 different content entities will be created.
- On the default edit URL, see that there is no "Layout" tab.
See attached screenshots.
Ok on paths like:
- /admin/structure/config_pages/1
- /fr/admin/structure/config_pages/2
- /fr/admin/structure/config_pages/1 (almost ok, because here it is the config page content entity for english loaded in french context)
KO on paths like:
- /admin/structure/config_pages/test/edit
- /fr/admin/structure/config_pages/test/edit
Ensure tabs are displayed on the canonical path.
Create a MR.
Tabs will be added on canonical path.
Needs work
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I ran into this issue as well while trying to use the module with Single Content Sync β .
Is there any update of what tasks remain to complete this issue or feedback from the module maintainers on the right approach.