Skip to content

Commit

Permalink
Removed obsolete property sets, and switched to staticfilePicker
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Geisle <[email protected]>
  • Loading branch information
Nikolaj Geisle committed Oct 6, 2021
1 parent 985447a commit 9d05d27
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
const filePicker = {
title: localizedTitle,
isDialog: true,
section: "settings",
treeAlias: "staticFiles",
entityType: "file",
filter: i => {
return !(i.name.indexOf(".css") !== -1);
},
Expand All @@ -226,7 +223,7 @@
close: () => editorService.close()
};

editorService.treePicker(filePicker);
editorService.staticFilePicker(filePicker);

});
};
Expand Down

0 comments on commit 9d05d27

Please sign in to comment.