Widget editor: Hiding the UnpublishButton as it's not supported by the Widget AdminController

This commit is contained in:
Benedek Farkas
2025-09-20 23:50:53 +02:00
parent fa5e1e48c7
commit 55fafa896f

View File

@@ -1,4 +1,8 @@
<Placement>
<Place Parts_Widgets_LayerPart="Content:1"/>
<Place Parts_Widgets_WidgetPart="Content:1"/>
<Match ContentPart="WidgetPart">
<Place Content_UnpublishButton="-"/>
</Match>
</Placement>