You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow includes in the config.json file so that we can create one json file per page. It's often easier for me to manually create pages via copying sections and editing a few variables, especially when I have an interface that includes common elements on every page like a row of nav buttons. If the config file allowed wildcard includes, I could copy a page json file, edit a few things, and have a new page with predefined tiles.
Additionally, it could be nice to add an option for a layout section of tiles that spans multiple pages, so I only have to set them up and edit them one time, instead of once per page. Again this would be nice for a nav bar or a header.
What will it look like in the Admin area?
No change
What will it look like on the dashboard?
No change.
The text was updated successfully, but these errors were encountered:
Each of the files directly included or included in the directories would contain one or more sections that would normally be inside the "pages" section, so a file would look like this:
Spanning multiple pages is less important to me, but I suppose you could define a page section with a "span" key where you could list page names that it appears on.
Describe the new functionality
Allow includes in the config.json file so that we can create one json file per page. It's often easier for me to manually create pages via copying sections and editing a few variables, especially when I have an interface that includes common elements on every page like a row of nav buttons. If the config file allowed wildcard includes, I could copy a page json file, edit a few things, and have a new page with predefined tiles.
Additionally, it could be nice to add an option for a layout section of tiles that spans multiple pages, so I only have to set them up and edit them one time, instead of once per page. Again this would be nice for a nav bar or a header.
What will it look like in the Admin area?
No change
What will it look like on the dashboard?
No change.
The text was updated successfully, but these errors were encountered: