refactor: inline auth, data, triggers and actions in apps
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineTrigger({
|
||||
{
|
||||
label: 'Feed URL',
|
||||
key: 'feedUrl',
|
||||
type: 'string',
|
||||
type: 'string' as const,
|
||||
required: true,
|
||||
description: 'Paste your publicly accessible RSS URL here.',
|
||||
variables: false,
|
||||
|
Reference in New Issue
Block a user