Mobile Configuration
Displaying all widgets
By default when viewing the Hub page on a mobile or small screen device, all hub page widgets will be displayed individually as children of the homepage menu item.
This behaviour can be overrided to display all Hub page widgets on a single page by setting the displayAllItems
key to true
under the header.mobileConfig
object.
"header": {
"mobileConfig": {
"displayAllWidgets": true
},
...