@finviet-jsrpt/jsrpt-sample-template
v1.0.17
Published
jsreport extension which creates a sample template at the first run
Downloads
28
Readme
@finviet-jsrpt/jsrpt-sample-template
jsreport extension which creates sample templates at the first run
Configuration
"extensions": {
"sample-template": {
/* when true, it will create defined samples*/
"createSamples": true,
/*
by default samples will be created only on the first run of your jsreport installation,
when this option is true it will allow to create the samples in the next run
(useful when you want to install a new version of this extension and want to create the new examples that come with it)
*/
"forceCreation": false
}
}