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