chore: image size tooltips
This commit is contained in:
@@ -117,6 +117,11 @@ export const ImageParamsConfig: ParamsSchema[] = [
|
||||
{ label: '512x512', value: '512x512' },
|
||||
{ label: '1024x1024', value: '1024x1024' }
|
||||
],
|
||||
description: {
|
||||
text: 'playground.params.size.description',
|
||||
html: true,
|
||||
isLocalized: true
|
||||
},
|
||||
label: {
|
||||
text: 'playground.params.size',
|
||||
isLocalized: true
|
||||
|
||||
@@ -55,6 +55,7 @@ export interface ParamsSchema {
|
||||
attrs?: Record<string, any>;
|
||||
description?: {
|
||||
text: string;
|
||||
html?: boolean;
|
||||
isLocalized?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user