feat(eventbrite): add create event action

This commit is contained in:
Rıdvan Akca
2024-06-11 15:46:23 +02:00
parent c7604fa785
commit c625e03bf8
7 changed files with 220 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/eventbrite/triggers' },
{ text: 'Actions', link: '/apps/eventbrite/actions' },
{ text: 'Connection', link: '/apps/eventbrite/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/eventbrite.svg
items:
- name: Create event
desc: Creates a new event.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />