Remove print from showcase.

This commit is contained in:
Paulo Gustavo Veiga 2022-10-08 15:02:28 -07:00
parent f69c45a229
commit a47d90e5d3

View File

@ -123,6 +123,9 @@ const ActionConfigByRenderMode: Record<ActionType, CapabilitySupport> = {
},
},
print: {
desktop: {
hidden: ['showcase'],
},
mobile: {
hidden: ['viewonly', 'showcase', 'edition-viewer', 'edition-editor', 'edition-owner'],
},