Menu editor: Hiding the Unpublish button, since the menu will become inaccessible unless the Menu type is Listable

This commit is contained in:
Benedek Farkas
2025-09-20 23:27:44 +02:00
parent e95bf05ecc
commit 6c2420dae4

View File

@@ -5,4 +5,8 @@
<Place Parts_MenuWidget_Edit="Content:10"/>
<Place Parts_MenuWidget="Content"/>
<Place Parts_ShapeMenuItemPart_Edit="Content:10"/>
<Match ContentType="Menu">
<Place Content_UnpublishButton="-" />
</Match>
</Placement>