We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cc1f6 commit 99d51beCopy full SHA for 99d51be
1 file changed
build/generateLangJSON.js
@@ -66,7 +66,7 @@ function langFromConfig() {
66
root.properties[property.id].items[key] = item[key];
67
});
68
} else if (property.type === "link") {
69
- root.properties[property.id]["link-text"] = property.linkText;
+ root.properties[property.id]["link-text"] = property.options.linkText;
70
}
71
72
0 commit comments