Evening folks, is there any guidance on
# package-development
n
Evening folks, is there any guidance on how to re-use existing property editors in dashboards/modals? I'm trying to re-use the Content Picker in a modal that is triggered by a custom action item. This is to allow editors to pick a node. I can't find any guidannce or examples that make sense to me so far. I've tried looking into what the import statement should be e.g.
import {UmbPropertyEditorUIContentPickerElement} from "@umbraco-cms/backoffice/property-editor/"
but I'm not sure what that path should look like. I've also tried adding
<umb-property-editor-ui-content-picker>
into the UI, but don't see anything or know how it should be configured. Does anyone have any pointers?
simply use <umb-input-document shows content picker
20 Views