fix js path

This commit is contained in:
Niels Lyngsø
2022-06-02 21:01:20 +02:00
parent c8beb1142a
commit f1ec3f516f

View File

@@ -99,7 +99,7 @@ const registerInternalManifests = async () => {
alias: 'External.PropertyEditorUI.Test',
name: 'Text',
//elementName: 'external-property-editor-test', //Gets the element name from JS file.
js: '/src/property-editors/external-property-editor-test.js',
js: '/src/extensions/property-editors/external-property-editor-test.js',
meta: {
icon: 'document',
group: 'common',