feat(wordpress): add create post action

This commit is contained in:
Rıdvan Akca
2024-05-28 17:52:38 +02:00
parent fbae83f4de
commit 2460e9f281
10 changed files with 436 additions and 1 deletions

View File

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

View File

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