Skip to content

Commit d190092

Browse files
feat: add nuxt-typo3 (#63)
1 parent 047ca40 commit d190092

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,16 @@
394394
"detectors": {
395395
"js": "window.$nuxt?.$druxt"
396396
}
397+
},
398+
"nuxt-typo3": {
399+
"metas": {
400+
"slug": "nuxt-typo3",
401+
"name": "nuxt-typo3",
402+
"imgPath": null,
403+
"url": "https://github.com/TYPO3-Initiatives/nuxt-typo3"
404+
},
405+
"detectors": {
406+
"js": "window.$nuxt?.$typo3"
407+
}
397408
}
398409
}

0 commit comments

Comments
 (0)