{ items.map( ( item, index ) => (
{ item.isDefault
? sprintf(
/* translators: %s is replaced with the setting label. */
__( '%s (Default)', 'custom-html-block-extension' ),
item.label
)
: item.label }
{ item.description && }>{ item.description } }
) ) }
) }
{ image && (