feat(ghost): add new post published trigger (#1403)
This commit is contained in:
@@ -99,7 +99,10 @@ export default defineConfig({
|
||||
text: 'Ghost',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/ghost/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/ghost/triggers' },
|
||||
{ text: 'Connection', link: '/apps/ghost/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
|
Reference in New Issue
Block a user