diff --git a/src/Umbraco.Web.UI.Client/src/index.ts b/src/Umbraco.Web.UI.Client/src/index.ts index ffa5461653..569a9bc262 100644 --- a/src/Umbraco.Web.UI.Client/src/index.ts +++ b/src/Umbraco.Web.UI.Client/src/index.ts @@ -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',