Skip to content

Commit

Permalink
Merge pull request #3 from ProcessMaker/update-screens043024
Browse files Browse the repository at this point in the history
Added the approval screen template
  • Loading branch information
giovani-lv authored Apr 30, 2024
2 parents c4d5a45 + 7f83dad commit 342c702
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<screen-template
name="Approval Template"
description="Default approval screen template"
version="1.0.0"
unique_template_id="approval_template"
></screen-template>

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
".\/Default Templates\/paper_template\/assets\/preview-thumbs\/preview1.jpeg"
]
}
},
"approval_template": {
"screen_template": ".\/Default Templates\/approval_template\/screen_template_export.json",
"template_details": {
"name": "Approval Template",
"description": "Default approval screen template",
"screen_type": "",
"version": "1.0.0",
"unique_template_id": "approval_template"
},
"assets": {
"thumbnail": ".\/Default Templates\/approval_template\/assets\/thumbnail.jpeg",
"preview-thumbs": [
".\/Default Templates\/approval_template\/assets\/preview-thumbs\/preview2.jpeg",
".\/Default Templates\/approval_template\/assets\/preview-thumbs\/preview3.jpeg",
".\/Default Templates\/approval_template\/assets\/preview-thumbs\/preview1.jpeg"
]
}
}
}
}

0 comments on commit 342c702

Please sign in to comment.