forked from umakantp/jsmart
-
Notifications
You must be signed in to change notification settings - Fork 2
config_load
pfaciana edited this page Sep 25, 2019
·
2 revisions
{config_load} is used for loading config #variables# from a configuration file into the template.
| Attribute | Required | Default | Description |
|---|---|---|---|
| file | Yes | n/a | The value of the file attribute is passed to Latte.prototype.getConfig() method to get configuration file text. |
| section | No | n/a | The name of the section to load |
see also Latte.prototype.getConfig()