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
when supplied, use the files to produce the document.head and a superfluous code block before the end of the body tag of the document, overriding everything normally dispatched from the server.
used through iteration of env keys and injection in the head or bottom of the document.
Either way, it means you don't need to support themes and do ones that people don't like or want to change - a few out of the box will do and for everyone else, control methods will be supplied that can give whatever control is needed.
The text was updated successfully, but these errors were encountered:
At the moment, the only option is to supply a theme (SCSS) in the correct directory (app/assets/stylesheets/themes/) and use the theme option in the config.
Theming is a complicated beast. I might tackle it.
Proposed change that will allow greater theming options.
.documentup.json
when supplied, use the files to produce the document.head and a superfluous code block before the end of the body tag of the document, overriding everything normally dispatched from the server.
an alternative syntax would be like this:
used through iteration of env keys and injection in the head or bottom of the document.
Either way, it means you don't need to support themes and do ones that people don't like or want to change - a few out of the box will do and for everyone else, control methods will be supplied that can give whatever control is needed.
The text was updated successfully, but these errors were encountered: