Added authorization server and backup of JSReport config. IO-585
This commit is contained in:
21
jsreport/data/Starter Template/config.json
Normal file
21
jsreport/data/Starter Template/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Starter Template",
|
||||
"recipe": "html",
|
||||
"shortid": "dbHQiFF9aR",
|
||||
"engine": "handlebars",
|
||||
"chrome": {
|
||||
"printBackground": true
|
||||
},
|
||||
"creationDate": {
|
||||
"$$date": 1609983284287
|
||||
},
|
||||
"modificationDate": {
|
||||
"$$date": 1609983513111
|
||||
},
|
||||
"data": null,
|
||||
"scripts": [],
|
||||
"inheritedReadPermissions": [],
|
||||
"inheritedEditPermissions": [],
|
||||
"_id": "slk6YH0reas7fIJh",
|
||||
"$entitySet": "templates"
|
||||
}
|
||||
15
jsreport/data/Starter Template/content.handlebars
Normal file
15
jsreport/data/Starter Template/content.handlebars
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
||||
<style>
|
||||
{#asset _globals/styles.css @encoding=utf8}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div>{#asset {{headerpath}}}</div>
|
||||
<span>This is a basic template</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
jsreport/data/Starter Template/helpers.js
Normal file
1
jsreport/data/Starter Template/helpers.js
Normal file
@@ -0,0 +1 @@
|
||||
{#asset _globals/helpers.js @encoding=utf8}
|
||||
Reference in New Issue
Block a user