-
Notifications
You must be signed in to change notification settings - Fork 0
Parameters
haskelt edited this page May 10, 2021
·
2 revisions
UNDER CONSTRUCTION
If you need to reference a parameter that is more than one level under parameters in your config file, you can use a dot to separate each level. For example, suppose you had the following in your config file:
{
"parameters" : {
"paths": {
"theme_root": "C:/Users/Plato/Documents/Courses/course_site_theme/"
}
}
}
You could then reference the parameter theme_root like this: {{paths.theme_root}}.
- Home
- About Salal
- Installation
- Tutorials
- Core concepts
- Getting more out of Salal
- Advanced topics
- Change log