Skip to content

[FEATURE] Add "Show hidden" toggle to hide disabled content elements#99

Merged
Kanti merged 1 commit into
FriendsOfTYPO3:mainfrom
rolf-thomas:main
Jun 10, 2026
Merged

[FEATURE] Add "Show hidden" toggle to hide disabled content elements#99
Kanti merged 1 commit into
FriendsOfTYPO3:mainfrom
rolf-thomas:main

Conversation

@rolf-thomas

Copy link
Copy Markdown
Contributor

Adds a "Show hidden" button next to "Show empty" in the editor module that toggles the visibility of currently hidden (disabled) content elements in the edit view.

The state is kept in a new showHiddenActive local store (default on) and synced into the frontend iframe via the existing postMessage bridge. Each ve-content-element hides itself when the toggle is off, unless it has an unsaved change to its hidden field, so a just-toggled element stays visible until saved.

2026-06-09 Ausgeblendete Anzeigen im Visual Editor

Adds a "Show hidden" button next to "Show empty" in the editor module
that toggles the visibility of currently hidden (disabled) content
elements in the edit view.

The state is kept in a new `showHiddenActive` local store (default on)
and synced into the frontend iframe via the existing postMessage bridge.
Each ve-content-element hides itself when the toggle is off, unless it
has an unsaved change to its hidden field, so a just-toggled element
stays visible until saved.
@Kanti

Kanti commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

@rolf-thomas Looks good to me, thank you for your work on this. I’m happy to merge it.

@Kanti Kanti merged commit 7065b5d into FriendsOfTYPO3:main Jun 10, 2026
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants