Skip to content

Commit 6b039ac

Browse files
fix(rich-text-web): improve descriptions for font properties in RichText widget
1 parent 9fb4fc3 commit 6b039ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pluggableWidgets/rich-text-web/src/RichText.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
<property key="fontName" type="string" required="false">
171171
<caption>Font name</caption>
172172
<category>Item</category>
173-
<description>Choose the main font you want to use (e.g., Arial)</description>
173+
<description>A title for this font combination (e.g., Arial).</description>
174174
</property>
175175
<property key="fontStyle" type="string" required="false">
176176
<caption>Font style</caption>
177177
<category>Item</category>
178-
<description>List of fonts to use in case the first isn't available (e.g., arial, helvetica, sans-serif)</description>
178+
<description>The full CSS font-family declaration that will be applied (e.g., arial, helvetica, sans-serif).</description>
179179
</property>
180180
</properties>
181181
</property>

0 commit comments

Comments
 (0)