feat: rename Source to Image
This commit is contained in:
@@ -35,7 +35,7 @@ const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null):
|
|||||||
options.push({ label: `Alt Text: ${elementInfo.innerText}`, value: 'alt' });
|
options.push({ label: `Alt Text: ${elementInfo.innerText}`, value: 'alt' });
|
||||||
}
|
}
|
||||||
if (elementInfo.imageUrl) {
|
if (elementInfo.imageUrl) {
|
||||||
options.push({ label: `Source URL: ${elementInfo.imageUrl}`, value: 'src' });
|
options.push({ label: `Image URL: ${elementInfo.imageUrl}`, value: 'src' });
|
||||||
}
|
}
|
||||||
return options;
|
return options;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user