Added isOfficial
This commit is contained in:
parent
cc8a158d84
commit
b95f47c8c0
|
|
@ -51,6 +51,7 @@ function createAppList(appsList, pathOfApps) {
|
|||
name: apps[i],
|
||||
displayName: content.displayName,
|
||||
description: content.description,
|
||||
isOfficial: `${content.isOfficial}`.toLowerCase() === 'true',
|
||||
logoUrl: apps[i] + '.png'
|
||||
};
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue