@@ -112,6 +112,10 @@ module.exports = {
112112 link : {
113113 import : "@cocreate/link"
114114 } ,
115+ aria : {
116+ import : "@cocreate/aria" ,
117+ selector : "[aria-controls]"
118+ } ,
115119 cache : {
116120 import : "@cocreate/cache" ,
117121 selector : "[cache='true']"
@@ -300,10 +304,10 @@ module.exports = {
300304 import : "@cocreate/aos" ,
301305 selector : "[data-aos]"
302306 } ,
303- ffmpeg : {
304- import : "@cocreate/ffmpeg" ,
305- selector : "[processor='ffmpeg']"
306- } ,
307+ // ffmpeg: {
308+ // import: "@cocreate/ffmpeg",
309+ // selector: "[processor='ffmpeg']"
310+ // },
307311 pickr : {
308312 import : "@cocreate/pickr" ,
309313 selector : ".color-picker"
@@ -316,10 +320,10 @@ module.exports = {
316320 import : "@cocreate/prism" ,
317321 selector : "[class*='language-']"
318322 } ,
319- fabric : {
320- import : "@cocreate/fabric" ,
321- selector : "[fabric]"
322- } ,
323+ // fabric: {
324+ // import: "@cocreate/fabric",
325+ // selector: "[fabric]"
326+ // },
323327 "google-maps" : {
324328 import : "@cocreate/google-maps" ,
325329 selector : "[google-maps]"
@@ -353,6 +357,10 @@ module.exports = {
353357 path : "../CoCreate-modules/CoCreate-api" ,
354358 repo : "github.com/CoCreate-app/CoCreate-api.git"
355359 } ,
360+ {
361+ path : "../CoCreate-modules/CoCreate-aria" ,
362+ repo : "github.com/CoCreate-app/CoCreate-aria.git"
363+ } ,
356364 {
357365 path : "../CoCreate-modules/CoCreate-attributes" ,
358366 repo : "github.com/CoCreate-app/CoCreate-attributes.git"
0 commit comments