Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
umbraco
/
Umbraco-CMS
Public
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
5.3k
Code
Issues
410
Pull requests
137
Discussions
Actions
Projects
Security and quality
39
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Property Editors: Add value summary extensions for collection views
- #22871
#22871
Closed
engijlr
wants to merge 41 commits into
main
umbraco/Umbraco-CMS:main
from
v17/feature/value-summary-property-editors
umbraco/Umbraco-CMS:v17/feature/value-summary-property-editors
Copy head branch name to clipboard
Conversation
Commits
41
(41)
Checks
Files changed
Closed
Property Editors: Add value summary extensions for collection views
#22871
engijlr
wants to merge 41 commits into
main
umbraco/Umbraco-CMS:main
from
v17/feature/value-summary-property-editors
umbraco/Umbraco-CMS:v17/feature/value-summary-property-editors
Copy head branch name to clipboard
Commits
Commits on May 11, 2026
Add value summary for Toggle and date/time editors
engjlr
committed
f7b3da2
View commit details
Copy full SHA for f7b3da2
Browse repository at this point
Add value summary for multiple text string and tags
engjlr
committed
ff2ae07
View commit details
Copy full SHA for ff2ae07
Browse repository at this point
Commits on May 12, 2026
Add value-summary support for several editors
engjlr
committed
c97928e
View commit details
Copy full SHA for c97928e
Browse repository at this point
Commits on May 13, 2026
Add value summaries for media picker and cropper
engjlr
committed
dc9ad61
View commit details
Copy full SHA for dc9ad61
Browse repository at this point
Add value summaries for content/member/document picker
engjlr
committed
9f1838c
View commit details
Copy full SHA for 9f1838c
Browse repository at this point
Commits on May 15, 2026
Add value summaries for user and member-group pickers
engjlr
committed
87043d6
View commit details
Copy full SHA for 87043d6
Browse repository at this point
Add valueSummary components for editors
engjlr
committed
c593ed2
View commit details
Copy full SHA for c593ed2
Browse repository at this point
Commits on May 18, 2026
Add checkbox-list value summary; truncate labels
engjlr
committed
d3c6262
View commit details
Copy full SHA for d3c6262
Browse repository at this point
Merge branch 'main' into v17/feature/value-summary-property-editors
engijlr
authored
18e2715
View commit details
Copy full SHA for 18e2715
Browse repository at this point
Truncate the fallback element
engjlr
committed
728aedb
View commit details
Copy full SHA for 728aedb
Browse repository at this point
Merge branch 'v17/feature/value-summary-property-editors' of https://github.com/umbraco/Umbraco-CMS into v17/feature/value-summary-property-editors
engjlr
committed
320bae9
View commit details
Copy full SHA for 320bae9
Browse repository at this point
Use DOM parsing for RTE value summary
engjlr
committed
9a16b77
View commit details
Copy full SHA for 9a16b77
Browse repository at this point
Use relative repository imports in pickers
engjlr
committed
320dd8f
View commit details
Copy full SHA for 320dd8f
Browse repository at this point
Fix imports
engjlr
committed
e006784
View commit details
Copy full SHA for e006784
Browse repository at this point
Export value type constants from package indexes
engjlr
committed
f74b1a7
View commit details
Copy full SHA for f74b1a7
Browse repository at this point
Guard against raw string value in member group picker value summary
engjlr
committed
d38af1d
View commit details
Copy full SHA for d38af1d
Browse repository at this point
Commits on May 19, 2026
Add value summary to element picker
engjlr
committed
de4683f
View commit details
Copy full SHA for de4683f
Browse repository at this point
Remove undefined from UmbValueTypeMap declarations
engjlr
committed
97e4d34
View commit details
Copy full SHA for 97e4d34
Browse repository at this point
Rename value summary element tags and classes to include property-editor
engjlr
committed
4818c6a
View commit details
Copy full SHA for 4818c6a
Browse repository at this point
Render all the values in the checkbox list
engjlr
committed
faf840b
View commit details
Copy full SHA for faf840b
Browse repository at this point
Update the visual of tags and block list
engjlr
committed
d48fe02
View commit details
Copy full SHA for d48fe02
Browse repository at this point
Use item models for resolvers instead of raw string IDs
engjlr
committed
3788be8
View commit details
Copy full SHA for 3788be8
Browse repository at this point
Commits on May 20, 2026
Centralize value summary truncation styles in umb-value-summary-extension
engjlr
committed
c194023
View commit details
Copy full SHA for c194023
Browse repository at this point
Merge branch 'main' into v17/feature/value-summary-property-editors
engijlr
authored
34847e9
View commit details
Copy full SHA for 34847e9
Browse repository at this point
Commits on May 26, 2026
Update imports
engjlr
committed
d34361b
View commit details
Copy full SHA for d34361b
Browse repository at this point
Merge remote-tracking branch 'origin/main' into v17/feature/value-summary-property-editors
engjlr
committed
1c692a4
View commit details
Copy full SHA for 1c692a4
Browse repository at this point
Add value-summary manifests to packages
engjlr
committed
b759a34
View commit details
Copy full SHA for b759a34
Browse repository at this point
combine resolver and element into one file to only lazy load one file
madsrasmussen
committed
358c8a8
View commit details
Copy full SHA for 358c8a8
Browse repository at this point
align member picker
madsrasmussen
committed
89499c6
View commit details
Copy full SHA for 89499c6
Browse repository at this point
Use check icon for non-empty value summaries
Show description for ac8fb96
madsrasmussen
committed
ac8fb96
View commit details
Copy full SHA for ac8fb96
Browse repository at this point
add tests for the document picker value summary resolver
madsrasmussen
committed
641d5f2
View commit details
Copy full SHA for 641d5f2
Browse repository at this point
Update value-summary.resolver.test.ts
madsrasmussen
committed
9694ac2
View commit details
Copy full SHA for 9694ac2
Browse repository at this point
Add media picker value summary resolver tests
madsrasmussen
committed
e39f3c1
View commit details
Copy full SHA for e39f3c1
Browse repository at this point
Add member picker value-summary resolver tests
madsrasmussen
committed
a9aad9c
View commit details
Copy full SHA for a9aad9c
Browse repository at this point
Add tests for member-group value resolver
madsrasmussen
committed
45bcf34
View commit details
Copy full SHA for 45bcf34
Browse repository at this point
Add user-picker value-summary tests and mock
madsrasmussen
committed
38a8c77
View commit details
Copy full SHA for 38a8c77
Browse repository at this point
Commits on May 27, 2026
Enable table text clipping; remove value-summary styles
engjlr
committed
d066ac4
View commit details
Copy full SHA for d066ac4
Browse repository at this point
Remove unused import
engjlr
committed
40bd631
View commit details
Copy full SHA for 40bd631
Browse repository at this point
Inline markdown editor value-type constant
engjlr
committed
6a8ee67
View commit details
Copy full SHA for 6a8ee67
Browse repository at this point
content picker value summary add tests & observable support
madsrasmussen
committed
2bbbd40
View commit details
Copy full SHA for 2bbbd40
Browse repository at this point
Simplify content-picker resolved item shape
madsrasmussen
committed
dd68594
View commit details
Copy full SHA for dd68594
Browse repository at this point
You can’t perform that action at this time.