Skip to content

Commit 7105294

Browse files
author
Illia Obukhau
committed
style(html-element-web): fix captions casing
1 parent 1c065a1 commit 7105294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pluggableWidgets/html-element-web/src/HTMLElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<helpUrl>https://docs.mendix.com/appstore/widgets/htmlelement</helpUrl>
66
<properties>
77
<propertyGroup caption="General">
8-
<propertyGroup caption="HTML Element">
8+
<propertyGroup caption="HTML element">
99
<property key="tagName" type="enumeration" defaultValue="div" required="true">
1010
<caption>Tag name</caption>
1111
<description />
@@ -78,7 +78,7 @@
7878
</property>
7979
<!-- **************************** END TAG CONTENT ****************************** -->
8080
</propertyGroup>
81-
<propertyGroup caption="HTML Attributes">
81+
<propertyGroup caption="HTML attributes">
8282
<property key="attributes" type="object" isList="true" required="false">
8383
<caption>Attributes</caption>
8484
<description>The HTML attributes that are added to the HTML element. For example: ‘title‘, ‘href‘. If ‘class’ or ‘style’ is added as attribute this is merged with the widget class/style property. For events (e.g. onClick) use the Events section.</description>

0 commit comments

Comments
 (0)