From 3bf28f43a62114b19a0a4cc4e61dc6cc4db41b47 Mon Sep 17 00:00:00 2001 From: Matt Cleinman <9295855+mcleinman@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:52:56 -0800 Subject: [PATCH] add to addons parser --- addons/message_try_firefox_extension/manifest.json | 3 --- scripts/ci/jsonSchemas/message.json | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/addons/message_try_firefox_extension/manifest.json b/addons/message_try_firefox_extension/manifest.json index 367f4f7c97..9738b2570f 100644 --- a/addons/message_try_firefox_extension/manifest.json +++ b/addons/message_try_firefox_extension/manifest.json @@ -24,17 +24,14 @@ "content": [ { "id": "l_1", - "type": "text", "content": "vpn.tryFirefoxExtension.bullet1" }, { "id": "l_2", - "type": "text", "content": "vpn.tryFirefoxExtension.bullet2" }, { "id": "l_3", - "type": "text", "content": "vpn.tryFirefoxExtension.bullet3" } ] diff --git a/scripts/ci/jsonSchemas/message.json b/scripts/ci/jsonSchemas/message.json index 57aff18240..7471b04fe5 100644 --- a/scripts/ci/jsonSchemas/message.json +++ b/scripts/ci/jsonSchemas/message.json @@ -36,6 +36,14 @@ "type": "boolean", "description": "Determines whether we trigger a system notification. Default: true" }, + "usesSharedStrings": { + "type": "boolean", + "description": "Determines whether we use the new shared strings.yaml file. Default: false" + }, + "shortVersion": { + "type": "string", + "description": "Version number, short form. Ex: `2.24`" + }, "blocks": { "type": "array", "description": "The list of text blocks",