|
@@ -315,6 +315,7 @@ pages:
|
|
| width | string | no | |
|
|
| width | string | no | |
|
|
| center-vertically | boolean | no | false |
|
|
| center-vertically | boolean | no | false |
|
|
| hide-desktop-navigation | boolean | no | false |
|
|
| hide-desktop-navigation | boolean | no | false |
|
|
|
|
+| expand-mobile-page-navigation | boolean | no | false |
|
|
| show-mobile-header | boolean | no | false |
|
|
| show-mobile-header | boolean | no | false |
|
|
| columns | array | yes | |
|
|
| columns | array | yes | |
|
|
|
|
|
|
@@ -341,6 +342,9 @@ When set to `true`, vertically centers the content on the page. Has no effect if
|
|
#### `hide-desktop-navigation`
|
|
#### `hide-desktop-navigation`
|
|
Whether to show the navigation links at the top of the page on desktop.
|
|
Whether to show the navigation links at the top of the page on desktop.
|
|
|
|
|
|
|
|
+#### `expand-mobile-page-navigation`
|
|
|
|
+Whether the mobile page navigation should be expanded by default.
|
|
|
|
+
|
|
#### `show-mobile-header`
|
|
#### `show-mobile-header`
|
|
Whether to show a header displaying the name of the page on mobile. The header purposefully has a lot of vertical whitespace in order to push the content down and make it easier to reach on tall devices.
|
|
Whether to show a header displaying the name of the page on mobile. The header purposefully has a lot of vertical whitespace in order to push the content down and make it easier to reach on tall devices.
|
|
|
|
|