- ๐ฎ๐ณIndia Harish1688 India
Hi, can you brief more to reproduce this on local stepwise and issues screenshot .
- ๐ซ๐ทFrance prudloff Lille
Another way to reproduce is on the term add form.
Add a hook_gin_content_form_routes like this:
function foo_gin_content_form_routes(): array { return [ 'entity.taxonomy_term.add_form', 'entity.taxonomy_term.edit_form', ]; }
Create a test vocabulary then browse to
/admin/structure/taxonomy/manage/test/add
.I am attaching a screenshot.
- ๐บ๐ธUnited States mlncn Minneapolis, MN, USA
I think this should be a bug report and get greater priority because the gin_sidebar layout region for meta stuff shows on edit modalsโ when it is never applicable, and produces a visually distracting section.
Steps to reproduce:
- Enable media, add a media entity reference field to content or a paragraph.
- Add an image or whatever your media is.
- Go back and *edit* that media.
- There will be an empty grey bar at the bottom of the edit modal
Apologies if this is actually a separate issue but it seems the same fix would apply to both the custom code context and the above.
- ๐บ๐ธUnited States jfurnas
Our team has been working on this for our own project and are sharing what we did.
- last update
about 1 year ago Composer error. Unable to continue. manibharathi ezhimalai ravi โ made their first commit to this issueโs fork.
- Merge request !513Issue #3312664: Hide sidebar when empty โ (Open) created by manibharathi ezhimalai ravi
Hi,
Issue is reproducible in the 4.0.
MR !513 has been created for the 4.0. Changes updated with the sidebar section is exist with the condition.Pending Task:
- Team feedback
- UI fixes
for me i am unable to find the sidebar region in block layout
- Status changed to Needs work
2 months ago 11:24pm 2 March 2025 - ๐ซ๐ทFrance prudloff Lille
@saurav-drupal-dev this is not about a theme region. It is about the sidebar in some forms like node edit forms.
The MR now has some conflicts that would need to be resolved.