File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,10 @@ module.exports = {
276276 "import" : "@cocreate/notification" ,
277277 "selector" : "[actions*='notification']"
278278 } ,
279+ "aos" : {
280+ "import" : "@cocreate/aos" ,
281+ "selector" : "[data-aos]"
282+ } ,
279283 "ffmpeg" : {
280284 "import" : "@cocreate/ffmpeg" ,
281285 "selector" : "[processor='ffmpeg']"
@@ -578,6 +582,10 @@ module.exports = {
578582 "path" : "../CoCreate-apps/CoCreate-sandbox" ,
579583 "repo" : "github.com/CoCreate-app/CoCreate-sandbox.git"
580584 } ,
585+ {
586+ "path" : "../CoCreate-plugins/CoCreate-aos" ,
587+ "repo" : "github.com/CoCreate-app/CoCreate-aos.git"
588+ } ,
581589 {
582590 "path" : "../CoCreate-plugins/CoCreate-charts" ,
583591 "repo" : "github.com/CoCreate-app/CoCreate-charts.git"
Original file line number Diff line number Diff line change 6969 },
7070 "dependencies" : {
7171 "@cocreate/actions" : " ^1.18.2" ,
72+ "@cocreate/aos" : " ^1.0.2" ,
7273 "@cocreate/api" : " ^1.21.0" ,
7374 "@cocreate/attributes" : " ^1.14.2" ,
7475 "@cocreate/cache" : " ^1.5.1" ,
You can’t perform that action at this time.
0 commit comments