From 07e459bf77a7f9c7388b73a6d42ee4a554e23542 Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Fri, 6 Sep 2024 12:25:47 +0100 Subject: [PATCH] content: 1.2.25 --- app_data/sheets/template/efm_chapters.json | 6 ------ app_data/sheets/template/efm_storybooks.json | 6 ------ config.ts | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app_data/sheets/template/efm_chapters.json b/app_data/sheets/template/efm_chapters.json index 6cba580..b22cc0b 100644 --- a/app_data/sheets/template/efm_chapters.json +++ b/app_data/sheets/template/efm_chapters.json @@ -301,9 +301,6 @@ }, { "type": "display_group", - "style_list": [ - "margin-top: -6px" - ], "rows": [ { "type": "toggle_bar", @@ -483,9 +480,6 @@ }, { "type": "display_group", - "style_list": [ - "margin-top: -6px" - ], "rows": [ { "type": "toggle_bar", diff --git a/app_data/sheets/template/efm_storybooks.json b/app_data/sheets/template/efm_storybooks.json index d6fcf2f..3fd5b60 100644 --- a/app_data/sheets/template/efm_storybooks.json +++ b/app_data/sheets/template/efm_storybooks.json @@ -146,9 +146,6 @@ { "type": "display_group", "name": "dg_box_intermediate", - "style_list": [ - "margin-top: -6px" - ], "rows": [ { "type": "toggle_bar", @@ -197,9 +194,6 @@ { "type": "display_group", "name": "dg_box_advanced", - "style_list": [ - "margin-top: -6px" - ], "rows": [ { "type": "toggle_bar", diff --git a/config.ts b/config.ts index 2b4d76f..d5f2bd8 100644 --- a/config.ts +++ b/config.ts @@ -8,7 +8,7 @@ config.google_drive = { config.git = { content_repo: "https://github.com/IDEMSInternational/efm-app-content.git", - content_tag_latest: "1.2.24", + content_tag_latest: "1.2.25", }; config.android = {