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
I've noticed that AdditionalStylingPart gets welded to widget content items even when you add them to a zone durectly. Yet there is no visible editor for it and I don't think it actually does anything either. So you only see it when you export a content recipe, but when that happens I think this is a bit confusing.
We could do two different things, I'm not sure which would be more correct:
Somehow detect if the content item is inside a flow and welding AdditionalStylingPart if it's not. (Currently AdditionalStylingPartHandler only checks if the content it's definition has the "Widget" stereotype.)
Make the AdditionalStylingPart effective on regular zone-bound widgets too and display a simple editor. For example apply the CustomClasses to the widget-container.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
AdditionalStylingPart on widgets outside of Flows
AdditionalStylingPart on widgets outside of Flows (OSOE-595)
Mar 15, 2023
I've noticed that
AdditionalStylingPart
gets welded to widget content items even when you add them to a zone durectly. Yet there is no visible editor for it and I don't think it actually does anything either. So you only see it when you export a content recipe, but when that happens I think this is a bit confusing.We could do two different things, I'm not sure which would be more correct:
AdditionalStylingPart
if it's not. (CurrentlyAdditionalStylingPartHandler
only checks if the content it's definition has the "Widget" stereotype.)AdditionalStylingPart
effective on regular zone-bound widgets too and display a simple editor. For example apply theCustomClasses
to thewidget-container
.Jira issue
The text was updated successfully, but these errors were encountered: