bulltrackers-module 1.0.571 → 1.0.572
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -250,6 +250,7 @@ function buildManifest(productLinesToRun = [], calculations) {
|
|
|
250
250
|
category: folderName === 'core' && metadata.category ? metadata.category : folderName,
|
|
251
251
|
sourcePackage: folderName,
|
|
252
252
|
type: metadata.type,
|
|
253
|
+
isPage: metadata.isPage === true,
|
|
253
254
|
isHistorical: metadata.isHistorical !== undefined ? metadata.isHistorical : false,
|
|
254
255
|
rootDataDependencies: metadata.rootDataDependencies || [],
|
|
255
256
|
canHaveMissingRoots: metadata.canHaveMissingRoots || false,
|