Skip to content

Commit a1e961c

Browse files
committed
inital draft adding uiDialogTitleHeadingLevel to the list of options
1 parent 1c46b8e commit a1e961c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

entries/dialog.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@
196196
<desc>Specifies the title of the dialog. If the value is <code>null</code>, the <code>title</code> attribute on the dialog source element will be used.</desc>
197197
<type name="String" />
198198
</option>
199+
<option name="uiDialogTitleHeadingLevel" default="0" example-value="1" added="1.14.1">
200+
<desc>
201+
<p>Specifies the heading level that wraps the title of the dialog. For a value between <code>1</code> to <code>6</code>, <code>h1</code> to <code>h6</code> is returned. To ensure backward compatibility, the default value <code>0</code> will keep returning a <code>span</code>, same as any other value entered here.</p>
202+
</desc>
203+
<type name="Number" />
204+
</option>
199205
<option name="width" default="300" example-value="500">
200206
<desc>The width of the dialog, in pixels.</desc>
201207
<type name="Number" />

0 commit comments

Comments
 (0)