You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "alttextlab-generate-alt-text",
6
6
name: "Generate Alt Text",
7
7
description: "Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api)",
8
-
version: "0.1.0",
8
+
version: "0.0.1",
9
9
type: "action",
10
10
props: {
11
11
altTextLab,
@@ -19,7 +19,6 @@ export default {
19
19
label: "Image URL",
20
20
description: "Provide the direct URL to the image you want to generate alt text for. Make sure the link is publicly accessible (not behind a login or firewall).",
21
21
},
22
-
23
22
lang: {
24
23
type: "string",
25
24
label: "Language",
@@ -80,7 +79,6 @@ export default {
80
79
material: this.ecommerceMaterial,
81
80
},
82
81
},
83
-
84
82
});
85
83
86
84
$.export("$summary","Alt text has been generated");
0 commit comments