Merge 58ca3534dd8425116d2c2b14637b2bc22f26c3d8 into be00e5a557212de1067016f0fe8a4aa00d23f2e2
This commit is contained in:
commit
c2c1734c7e
@ -163,6 +163,7 @@ params:
|
|||||||
# text: "Home"
|
# text: "Home"
|
||||||
# icon: icon.png
|
# icon: icon.png
|
||||||
# iconHeight: 35
|
# iconHeight: 35
|
||||||
|
# iconWidth: 35
|
||||||
|
|
||||||
# analytics:
|
# analytics:
|
||||||
# google:
|
# google:
|
||||||
|
@ -195,6 +195,7 @@ params:
|
|||||||
text: "Home"
|
text: "Home"
|
||||||
icon: /apple-touch-icon.png
|
icon: /apple-touch-icon.png
|
||||||
iconHeight: 35
|
iconHeight: 35
|
||||||
|
iconWidth: 35
|
||||||
|
|
||||||
# profile-mode
|
# profile-mode
|
||||||
profileMode:
|
profileMode:
|
||||||
|
@ -71,7 +71,8 @@ weight: 5
|
|||||||
| ------------------ | ------- | ----------------------- | ------------------------------------------------ |
|
| ------------------ | ------- | ----------------------- | ------------------------------------------------ |
|
||||||
| `label.text` | string | 'Home' | To display different label text other than title |
|
| `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.icon` | string | '/apple-touch-icon.png' | To display a logo image in label |
|
||||||
| `label.iconHeight` | integer | 35 | To set size of label logo image |
|
| `label.iconHeight` | integer | 35 | To set height of label logo image |
|
||||||
|
| `label.iconWidth` | integer | 35 | To set width of label logo image |
|
||||||
|
|
||||||
#### profileMode
|
#### profileMode
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user