feat(youtube): add youtube integration

This commit is contained in:
Rıdvan Akca
2023-10-16 16:24:37 +03:00
parent 794b4cf26a
commit fb6e46bd69
14 changed files with 252 additions and 0 deletions

View File

@@ -411,6 +411,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/wordpress/connection' },
],
},
{
text: 'Youtube',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/youtube/connection' }],
},
],
'/': [
{