Skip to content

Commit

Permalink
Update index.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 10, 2024
1 parent c698997 commit a9fcb61
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"default-templates": {
"postcard_template": {
"screen_template": ".\/default-templates\/postcard_template\/screen_template_export.json",
"approval_template": {
"screen_template": ".\/default-templates\/approval_template\/screen_template_export.json",
"template_details": {
"name": "Postcard Template",
"description": "Default postcard screen template",
"name": "Approval Template",
"description": "Default approval screen template",
"screen_type": "FORM",
"version": "1.0.0",
"unique_template_id": "postcard_template"
"unique_template_id": "approval_template"
},
"assets": {
"thumbnail": ".\/default-templates\/postcard_template\/assets\/thumbnail.jpeg",
"thumbnail": ".\/default-templates\/approval_template\/assets\/thumbnail.jpeg",
"preview-thumbs": [
".\/default-templates\/postcard_template\/assets\/preview-thumbs\/preview1.jpg"
".\/default-templates\/approval_template\/assets\/preview-thumbs\/preview1.jpg"
]
}
},
Expand All @@ -32,19 +32,19 @@
]
}
},
"approval_template": {
"screen_template": ".\/default-templates\/approval_template\/screen_template_export.json",
"postcard_template": {
"screen_template": ".\/default-templates\/postcard_template\/screen_template_export.json",
"template_details": {
"name": "Approval Template",
"description": "Default approval screen template",
"name": "Postcard Template",
"description": "Default postcard screen template",
"screen_type": "FORM",
"version": "1.0.0",
"unique_template_id": "approval_template"
"unique_template_id": "postcard_template"
},
"assets": {
"thumbnail": ".\/default-templates\/approval_template\/assets\/thumbnail.jpeg",
"thumbnail": ".\/default-templates\/postcard_template\/assets\/thumbnail.jpeg",
"preview-thumbs": [
".\/default-templates\/approval_template\/assets\/preview-thumbs\/preview1.jpg"
".\/default-templates\/postcard_template\/assets\/preview-thumbs\/preview1.jpg"
]
}
}
Expand Down

0 comments on commit a9fcb61

Please sign in to comment.