@@ -121,7 +121,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
121121 required : true ,
122122 } ,
123123
124- // Publish Image — JPEG upload / file ref / public HTTPS URL
124+ // Publish Image — JPEG upload / file ref (same basic+advanced pattern as Gmail)
125125 {
126126 id : 'imageUpload' ,
127127 title : 'Image' ,
@@ -141,7 +141,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
141141 title : 'Image' ,
142142 type : 'short-input' ,
143143 canonicalParamId : 'image' ,
144- placeholder : 'Reference files from previous blocks, or paste a public HTTPS JPEG URL ' ,
144+ placeholder : 'Reference files from previous blocks' ,
145145 condition : { field : 'operation' , value : 'instagram_publish_image' } ,
146146 mode : 'advanced' ,
147147 required : { field : 'operation' , value : 'instagram_publish_image' } ,
@@ -173,7 +173,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
173173 title : 'Video' ,
174174 type : 'short-input' ,
175175 canonicalParamId : 'video' ,
176- placeholder : 'Reference files from previous blocks, or paste a public HTTPS video URL ' ,
176+ placeholder : 'Reference files from previous blocks' ,
177177 condition : {
178178 field : 'operation' ,
179179 value : [ 'instagram_publish_video' , 'instagram_publish_reel' ] ,
@@ -206,7 +206,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
206206 title : 'Cover Image' ,
207207 type : 'short-input' ,
208208 canonicalParamId : 'cover' ,
209- placeholder : 'Reference files from previous blocks, or paste a public HTTPS JPEG URL ' ,
209+ placeholder : 'Reference files from previous blocks' ,
210210 condition : {
211211 field : 'operation' ,
212212 value : [ 'instagram_publish_video' , 'instagram_publish_reel' ] ,
@@ -235,7 +235,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
235235 title : 'Media' ,
236236 type : 'short-input' ,
237237 canonicalParamId : 'media' ,
238- placeholder : 'Reference files from previous blocks, or paste a public HTTPS URL ' ,
238+ placeholder : 'Reference files from previous blocks' ,
239239 condition : { field : 'operation' , value : 'instagram_publish_story' } ,
240240 mode : 'advanced' ,
241241 required : { field : 'operation' , value : 'instagram_publish_story' } ,
@@ -261,8 +261,7 @@ export const InstagramBlock: BlockConfig<InstagramResponse> = {
261261 title : 'Media' ,
262262 type : 'long-input' ,
263263 canonicalParamId : 'carouselMedia' ,
264- placeholder :
265- 'Reference files from previous blocks, or paste comma-separated public HTTPS URLs (prefix videos with video:)' ,
264+ placeholder : 'Reference files from previous blocks' ,
266265 condition : { field : 'operation' , value : 'instagram_publish_carousel' } ,
267266 mode : 'advanced' ,
268267 required : { field : 'operation' , value : 'instagram_publish_carousel' } ,
0 commit comments