Skip to content

Commit

Permalink
fix: load file before elements
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 15, 2024
1 parent 57293db commit 85ef755
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ module.exports = {
"import": "@cocreate/render",
"selector": "[render], [render-selector], [render-closest], [render-parent], [render-next], [render-previous], [template], template"
},
"elements": {
"import": "@cocreate/elements",
"selector": "form, [src], [storage], [database], [array]"
},
"file": {
"import": "@cocreate/file",
"selector": "[type='file'], [actions*='upload'], [actions*='download'], [actions*='saveLocally'], [actions*='import'], [actions*='export'], [actions*='createFile'], [actions*='deleteFile'], [actions*='createDirectory'], [actions*='deleteDirectory']"
},
"elements": {
"import": "@cocreate/elements",
"selector": "form, [src], [storage], [database], [array]"
},
"api": {
"import": "@cocreate/api",
"selector": "[actions], [template_id]"
Expand Down

0 comments on commit 85ef755

Please sign in to comment.