update variables table

Aditya Telange 2021-01-22 13:47:16 +05:30
parent 82c96e5563
commit 8e164b4090
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

@ -27,17 +27,23 @@
| socialIcons | | | |
| analytics.google.SiteVerificationTag | string | "XYZabc" | |
| | | | |
| label | - | - | [Details](#label) |
| assets | - | - | [Details](#assets) |
| cover | - | - | [Details](#cover) |
| profileMode | - | - | [Details](#profilemode) |
#### label
| name | type | example | Description |
| ---------------- | ------- | ----------------------- | ------------------------------------------------ |
| label.text | string | 'Home' | To display different label text other than title |
| label.icon | string | '/apple-touch-icon.png' | To display a logo image in label |
| label.iconHeight | integer | 35 | To set size of label logo image |
| assets.favicon | string | 'icon.ico' | To set favicon, can be path or external link |
| assets.disableHLJS | | | |
| assets.disableFingerprinting | | | |
| cover.linkFullImages | boolean | true \| false | To open full size cover images on click on cover |
| cover.responsiveImages | boolean | true \| false | To enable/disable generation of responsive cover images |
| cover.hidden | | | |
| cover.hiddenInList | | | |
| cover.hiddenInSingle | | | |
#### profileMode
| name | type | example | Description |
| ----------------------- | ---- | ------- | ----------- |
| profileMode.enabled | | | |
| profileMode.title | | | |
| profileMode.imageUrl | | | |
@ -46,6 +52,24 @@
| profileMode.imageTitle | | | |
| profileMode.buttons | | | |
#### assets
| name | type | example | Description |
| ---------------------------- | ------ | ---------- | -------------------------------------------- |
| assets.favicon | string | 'icon.ico' | To set favicon, can be path or external link |
| assets.disableHLJS | | | |
| assets.disableFingerprinting | | | |
#### cover
| name | type | example | Description |
| ---------------------- | ------- | ------------- | ------------------------------------------------------- |
| cover.linkFullImages | boolean | true \| false | To open full size cover images on click on cover |
| cover.responsiveImages | boolean | true \| false | To enable/disable generation of responsive cover images |
| cover.hidden | | | |
| cover.hiddenInList | | | |
| cover.hiddenInSingle | | | |
---
### Page Variables