We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b4481 commit 0da1146Copy full SHA for 0da1146
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html
@@ -13,7 +13,7 @@
13
description="node.url"
14
sortable="!sortableOptions.disabled"
15
allow-remove="allowRemove"
16
- allow-open="model.config.showOpenButton && allowOpen && !dialogEditor && !readonly"
+ allow-open="model.config.showOpenButton && allowOpen && !dialogEditor"
17
on-remove="remove($index)"
18
on-open="openEditor(node)">
19
</umb-node-preview>
0 commit comments