We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b041e61 commit 6e97e98Copy full SHA for 6e97e98
apps/sim/blocks/blocks/pinterest.ts
@@ -25,9 +25,12 @@ export const PinterestBlock: BlockConfig<PinterestResponse> = {
25
},
26
{
27
id: 'board_id',
28
- title: 'Board ID',
29
- type: 'short-input',
30
- placeholder: 'Enter board ID (e.g., 1234567890)',
+ title: 'Board',
+ type: 'file-selector',
+ canonicalParamId: 'board_id',
31
+ serviceId: 'pinterest',
32
+ placeholder: 'Select a Pinterest board',
33
+ dependsOn: ['credential'],
34
required: true,
35
36
0 commit comments