-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a file to define global variables #64
Comments
The |
I'm not actually sure that a
All values would be treated as text and wouldn't use quotes, since there wouldn't really be a benefit to doing so. The filename could be something like |
With the |
Using a |
Having a
variables.toml
file or something similar to define global variables could make it easier to let users customize settings. An example of avariables.toml
file could look like this:True or false values would be converted to 1 or 0.
The globals could then be referenced in a
.databind
file by using some preceding character, like a%
:The text was updated successfully, but these errors were encountered: