Closed (fixed)
Project:
Display Builder
Version:
1.0.x-dev
Component:
UI/UX/Islands
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2026 at 15:13 UTC
Updated:
2 Sep 2026 at 11:55 UTC
Jump to comment: Most recent
Comments
Comment #3
mogtofu33 commentedComment #4
mogtofu33 commentedComment #5
mogtofu33 commentedThere will be a follow-up for the UI. This code part is then easier to review.
Comment #6
pdureau commentedSo, a
SummaryCollectorservice has been added to collect summaries from source'sThirdPartySettingsInterfaceimplementations, moving the UI Styles related logic from ComponentSource and ScaffoldPanel to this service, while removing the UI Styles hardcoded logic.That's cool.
By focusing on
third_party_settingsand not addressing the::settingsSummary()in component sources generated by aggregating the::settingsSummary()of prop sources , this change is distinct from UI Patterns's #3568363: Add settings form values to the component settingsSummary(). and the quoted comment.That's fine because
third_party_settingsis specific to Display Builder (and will stay like that) but prop sources management is shared with UI Patterns.So, RTBC.
Comment #8
mogtofu33 commented