From 0a0992d6d3f662fb5731e60a2d4b9f45691aa7b6 Mon Sep 17 00:00:00 2001 From: roleyfoley Date: Tue, 5 May 2020 06:55:54 +0000 Subject: [PATCH] feat(mobileapp): OTA Support on CDN routes --- providers/shared/components/mobileapp/id.ftl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/providers/shared/components/mobileapp/id.ftl b/providers/shared/components/mobileapp/id.ftl index 821abe337..6ae1cd80e 100644 --- a/providers/shared/components/mobileapp/id.ftl +++ b/providers/shared/components/mobileapp/id.ftl @@ -40,6 +40,12 @@ "Names" : ["Fragment", "Container"], "Type" : STRING_TYPE, "Default" : "" + }, + { + "Names" : "UseOTAPrefix", + "Description" : "Include the OTA Prefix in the OTA Url", + "Type" : BOOLEAN_TYPE, + "Default" : true } ] /]