Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 72b67b7

Browse files
committed
[[ ExtensionLibrary ]] Ensure we get lcs extension type metadata
1 parent 85fd720 commit 72b67b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ private function __fetchScriptLibraryData pFolder, pExtFile
728728
put the result into tDocA
729729

730730
set the itemdelimiter to comma
731-
repeat for each item tKey in "title,author,version,name,display name,requires,uses,svgicon"
731+
repeat for each item tKey in "title,author,version,name,type,display name,requires,uses,svgicon"
732732
put tDocA[tKey] into tDataA[tKey]
733733
end repeat
734734
if tDataA["title"] is empty then

0 commit comments

Comments
 (0)