mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-12 13:56:34 +00:00
Corrected library.properties assignment w.r.t description and summary
Ref: arduino/arduino-ide#1611
This commit is contained in:
parent
b3b94948a3
commit
b451e2db8c
@ -221,8 +221,8 @@ export class LibraryServiceImpl
|
||||
{
|
||||
name: library.getName(),
|
||||
installedVersion,
|
||||
description: library.getSentence(),
|
||||
summary: library.getParagraph(),
|
||||
description: library.getParagraph(),
|
||||
summary: library.getSentence(),
|
||||
moreInfoLink: library.getWebsite(),
|
||||
includes: library.getProvidesIncludesList(),
|
||||
location: this.mapLocation(library.getLocation()),
|
||||
@ -462,9 +462,9 @@ function toLibrary(
|
||||
author: lib.getAuthor(),
|
||||
availableVersions,
|
||||
includes: lib.getProvidesIncludesList(),
|
||||
description: lib.getSentence(),
|
||||
description: lib.getParagraph(),
|
||||
moreInfoLink: lib.getWebsite(),
|
||||
summary: lib.getParagraph(),
|
||||
summary: lib.getSentence(),
|
||||
category: lib.getCategory(),
|
||||
types: lib.getTypesList(),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user