Files
automatisch/packages/docs/pages/apps/eventbrite/actions.md
2024-06-11 16:38:55 +02:00

15 lines
272 B
Markdown

---
favicon: /favicons/eventbrite.svg
items:
- name: Create event
desc: Creates a new event.
- name: Publish event
desc: Publishes a draft event.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />