From 49559f2d13b4a26b31667d0fb059d6c777d7ea6f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 7 Jun 2023 15:18:48 +0800 Subject: [PATCH] Make HTMLSnippet.xml offlineCabable The widget is offline capable. If I add to the 2nd line of HTMLSnippet.xml offlineCapable="true" then I can use it in an offline app and it works. If I don't add this Mendix Studio Pro complains: Custom widget 'HTMLSnippet' is not offline capable and cannot be used on pages that are accessible through an offline profile. --- src/HTMLSnippet/HTMLSnippet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTMLSnippet/HTMLSnippet.xml b/src/HTMLSnippet/HTMLSnippet.xml index 5dd8a4c..cbc29d8 100644 --- a/src/HTMLSnippet/HTMLSnippet.xml +++ b/src/HTMLSnippet/HTMLSnippet.xml @@ -1,5 +1,5 @@ - + HTMLSnippet The HTMLSnippet widget can be used to insert a custom piece of HTML or JavaScript in the client