Class type Ext_Template.configs


class type configs = object .. end
Inherits
method compiled : bool Js.t Js.prop

True to immediately compile the template. Defaults to false.


method disableFormats : bool Js.t Js.prop

True to disable format functions in the template. If the template doesn't contain format functions, setting disableFormats to true will reduce apply time. Defaults to false.

Defaults to: false