From a9fcb619b96c9d5638d66fdccfaf7db3c4d2e82c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 16:33:38 +0000 Subject: [PATCH] Update index.json and README.md --- index.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/index.json b/index.json index 45153fe..9a25ec0 100644 --- a/index.json +++ b/index.json @@ -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" ] } }, @@ -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" ] } }