All properties added to the sheet now use the type/library/create UX

This commit is contained in:
Stefan Zermatten
2021-08-01 23:28:04 +02:00
parent 758cb2f8bc
commit 1e38295164
8 changed files with 397 additions and 321 deletions

View File

@@ -21,6 +21,7 @@
<property-selector
slot="unwrapped-content"
:no-library-only-props="noLibraryOnlyProps"
:parent-type="parentType"
@select="type => $emit('input', type)"
/>
</dialog-base>
@@ -49,7 +50,12 @@ export default {
noLibraryOnlyProps: Boolean,
value: {
type: String,
default: undefined,
},
parentType: {
type: String,
default: undefined,
},
},
meteor: {
showPropertyHelp(){