Skip to content

Commit 9046e45

Browse files
Change translatable string property
1 parent 4a10bf1 commit 9046e45

8 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HTMLSnippet",
3-
"version": "3.9.9",
3+
"version": "3.9.10",
44
"description": "",
55
"license": "",
66
"author": "",

src/HTMLSnippet/HTMLSnippet.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</property>
2121

2222
<!-- html/js string -->
23-
<property key="contents" type="translatableString" multiline="true" required="false">
23+
<property key="contents" type="string" multiline="true" required="false">
2424
<caption>Contents</caption>
2525
<category>Behavior</category>
2626
<description>The HTML or Javascript to embed.</description>

src/HTMLSnippet/HTMLSnippetContext.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</property>
2121

2222
<!-- html/js string -->
23-
<property key="contents" type="translatableString" multiline="true" required="false">
23+
<property key="contents" type="string" multiline="true" required="false">
2424
<caption>Contents</caption>
2525
<category>Behavior</category>
2626
<description>The HTML or Javascript to embed.</description>

src/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="HTMLSnippet" version="3.9.9" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="HTMLSnippet" version="3.9.10" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
66
<widgetFile path="HTMLSnippet/HTMLSnippetContext.xml"/>

test/Test.mpr

1.56 MB
Binary file not shown.

test/widgets/HTMLSnippet.mpk

6.17 KB
Binary file not shown.
4.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)