const mixinafEfan::EfanConfigIds
afEfan::EfanConfigIds
Config values as used by Efan. To change their value, override them in your AppModule. Example:
@Contribute { serviceType=ApplicationDefaults# }
static Void configureAppDefaults(MappedConfig conf) {
conf[EfanConfigIds.templateTimeout] = 1min
}
- linesOfSrcCodePadding
const static Str linesOfSrcCodePadding := "afBedSheet.efan.linesOfSrcCodePadding"When printing a EfanErrs, this is the number of lines of code to print before and after the line in error. Defaults to
5- templateTimeout
const static Str templateTimeout := "afBedSheet.efan.templateTimeout"The time before the file system is checked for template updates. Defaults to
10sec