Skip to content

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}}.

Clone this wiki locally