Replies: 4 comments
|
To note: I did find the issue (related to the browser logs), my bookmarks file had a starting 'Bookmarks:' in it.. removed that, and everything started working properly. It would be nice if this had produced an error (eg. Error reading bookmarks.yaml) in the UI.. |
0 replies
|
Agreed. I've thought this for a while. |
0 replies
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Currently trying to configure homepage, and it would be super helpful (maybe in github per the version), to provide full examples of all the files that getHomepage looks at, and (maybe not the widgets), but all possible fields, and values (especially for settings) ?
Main issue is that I have a layout, where I set tabs (but they don't seem to ever show up), and set syle=row, but it still renders the things as a single column. I also set
headerStyletoboxedWidgets, but it doesn't seem to be doing that either. Therefore, troubleshooting on my end is basically, 1) read docs 2) try something 3) restart, 4) fails, so go back to 1.There seems to be some ambiguity around the yaml format for the
layout:section, whether this is Object or Array (and I see the code handles both, but what would be preferred)I also have additional questions around where exactly some of the settings fields belong. For instance,
fullWidthshows under layout, so do I put it under the root, or under layout.fullWidth = x ?Additionally, it would be nice to have a feature where you could lookup (maybe a UI url that exposes these), the configuration that getHomePage has parsed from your given configs (eg, didn't parse
headerStylebecause it was misspelt (eg, the value would just be missing from the report (eg, go go /config/settings.yaml (and have it be a rendered version of what getHomepage saw). Probably somewhat difficult because it doesn't look like it really parses the files, just looks up the values it requires.homepage version
v.1.5.0
Installation method
Other (please describe above)
Configuration
services (partial):
All reactions