Skip to content

Commit 99ead31

Browse files
Add generate image help text
1 parent 5877c31 commit 99ead31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/ActionPopup/SortableItem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ const SortableItem = ({ propRef, loopIndex, item }) => {
358358
label={ __( 'Additional Prompt', 'feedzy-rss-feeds' ) }
359359
value={ item.data.generateImagePrompt ? unescape(item.data.generateImagePrompt.replaceAll(''', '\'')) : '' }
360360
onChange={ ( currentValue ) => propRef.onChangeHandler( { 'index': loopIndex, 'generateImagePrompt': currentValue ?? '' } ) }
361+
help={ __( 'Add specific instructions to customize the image generation. By default, images are based on the item’s title and content. Use this field to guide the style of the image, for example: Realistic, artistic, comic-style, etc.', 'feedzy-rss-feeds' ) }
361362
/>
362363
</BaseControl>
363364
</PanelRow>

0 commit comments

Comments
 (0)