diff --git a/CoCreate.config.js b/CoCreate.config.js index 4b4028d..598d358 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -276,6 +276,10 @@ module.exports = { "import": "@cocreate/notification", "selector": "[actions*='notification']" }, + "aos": { + "import": "@cocreate/aos", + "selector": "[data-aos]" + }, "ffmpeg": { "import": "@cocreate/ffmpeg", "selector": "[processor='ffmpeg']" @@ -578,6 +582,10 @@ module.exports = { "path": "../CoCreate-apps/CoCreate-sandbox", "repo": "github.com/CoCreate-app/CoCreate-sandbox.git" }, + { + "path": "../CoCreate-plugins/CoCreate-aos", + "repo": "github.com/CoCreate-app/CoCreate-aos.git" + }, { "path": "../CoCreate-plugins/CoCreate-charts", "repo": "github.com/CoCreate-app/CoCreate-charts.git" diff --git a/package.json b/package.json index 0d83126..b4bfcaa 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ }, "dependencies": { "@cocreate/actions": "^1.18.2", + "@cocreate/aos": "^1.0.2", "@cocreate/api": "^1.21.0", "@cocreate/attributes": "^1.14.2", "@cocreate/cache": "^1.5.1",