Skip to content

Commit

Permalink
Merge pull request #72 from mendix/fix/change-translatable-string
Browse files Browse the repository at this point in the history
[WC-2774] Change translatable string property to string type
  • Loading branch information
leonardomendix authored Jan 7, 2025
2 parents 4a10bf1 + 9046e45 commit 9dbbc20
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HTMLSnippet",
"version": "3.9.9",
"version": "3.9.10",
"description": "",
"license": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion src/HTMLSnippet/HTMLSnippet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</property>

<!-- html/js string -->
<property key="contents" type="translatableString" multiline="true" required="false">
<property key="contents" type="string" multiline="true" required="false">
<caption>Contents</caption>
<category>Behavior</category>
<description>The HTML or Javascript to embed.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/HTMLSnippet/HTMLSnippetContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</property>

<!-- html/js string -->
<property key="contents" type="translatableString" multiline="true" required="false">
<property key="contents" type="string" multiline="true" required="false">
<caption>Contents</caption>
<category>Behavior</category>
<description>The HTML or Javascript to embed.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="HTMLSnippet" version="3.9.9" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="HTMLSnippet" version="3.9.10" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
<widgetFile path="HTMLSnippet/HTMLSnippetContext.xml"/>
Expand Down
Binary file modified test/Test.mpr
Binary file not shown.
Binary file modified test/widgets/HTMLSnippet.mpk
Binary file not shown.
Binary file modified test/widgets/SprintrFeedbackWidget.mpk
Binary file not shown.

0 comments on commit 9dbbc20

Please sign in to comment.