2.0.0 • Published 6 years ago

jsreport-freeze v2.0.0

Weekly downloads
1,171
License
MIT
Repository
github
Last release
6 years ago

jsreport-freeze

NPM Version

jsreport extension allowing to freeze editing of templates

Installation

npm install jsreport-freeze

Hard freeze in config

You can avoid jsreport templates editing through config file:

{
	"extensions" {
		"freeze": {
			"hardFreeze": true
		}
	}
}

Freeze in studio

Second option is to freeze editing in jsreport studio. This can be found in menu Actions->Freeze Editing. Note this options is available only for the jsreport administrator. The editing can be also afterwards enabled again using menu Actions->Release Freeze.

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-freeze')({})
2.0.0

6 years ago

1.1.0

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago