Backoffice: Add Entity Signs (overlay icons) to tree items.#20328
Merged
madsrasmussen merged 80 commits intomainfrom Oct 8, 2025
Merged
Backoffice: Add Entity Signs (overlay icons) to tree items.#20328madsrasmussen merged 80 commits intomainfrom
madsrasmussen merged 80 commits intomainfrom
Conversation
…/Umbraco-CMS into v16/feature/entity-signs
src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/kinds/icon/entity-sign-icon.api.ts
Outdated
Show resolved
Hide resolved
...Umbraco.Web.UI.Client/src/packages/documents/documents/entity-sign/has-schedule/manifests.ts
Outdated
Show resolved
Hide resolved
src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-sign/is-protected/manifest.ts
Outdated
Show resolved
Hide resolved
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/document-item-data-resolver.ts
Outdated
Show resolved
Hide resolved
src/Umbraco.Web.UI.Client/src/packages/documents/documents/item/repository/types.ts
Outdated
Show resolved
Hide resolved
src/Umbraco.Web.UI.Client/src/packages/documents/documents/tree/types.ts
Show resolved
Hide resolved
madsrasmussen
approved these changes
Oct 8, 2025
This was referenced Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Entity Signs to the Backoffice: small overlay icons (with labels) shown on tree/collection items. Signs can be activated by Flags returned from the Management API. Weights decide which sign is the primary one; hover always reveals the rest.
What changed
-New Sign kind (icon): renders an icon (and accepts optional meta.iconColor).
-Flag binding: Sign manifests can declare forEntityFlags so flags from the API auto-activate the sign.
-Initial signs for documents:
How to test
-Create documents that trigger flags: IsProtected, PendingChanges, ScheduledForPublish.
-Open the content tree: