@salesforcedevs/docs-components 0.56.2-seo-test2 → 0.56.2-seo-test3
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.
package/package.json
CHANGED
|
@@ -37,7 +37,7 @@ export default class AmfReference extends LightningElement {
|
|
|
37
37
|
@api tocOptions?: string;
|
|
38
38
|
@track navigation = [];
|
|
39
39
|
@track versions: Array<ReferenceVersion> = [];
|
|
40
|
-
@api expandChildren?:
|
|
40
|
+
@api expandChildren?: boolean = false;
|
|
41
41
|
|
|
42
42
|
// Update this to update what component gets rendered in the content block
|
|
43
43
|
@track
|