const mixinafBedSheetMoustache::MoustacheConfigIds

afBedSheetMoustache::MoustacheConfigIds

Config values as used by Moustache. To change their value, override them in your AppModule. Example:

@Contribute { serviceType=ApplicationDefaults# } 
static Void configureAppDefaults(MappedConfig conf) {

  conf[MoustacheConfigIds.templateTimeout] = 1min

}
linesOfSrcCodePadding

Source

const static Str linesOfSrcCodePadding := "afMoustache.linesOfSrcCodePadding"

When printing a MoustacheErr, this is the number of lines of code to print before and after the actual error. Defaults to 5

templateTimeout

Source

const static Str templateTimeout := "afMoustache.templateTimeout"

The time before the file system is checked for template updates. Defaults to 10sec