Skip to content

Commit

Permalink
dtbook-to-rtf: add missing px:type
Browse files Browse the repository at this point in the history
Adding boolean type to options of dtbook-to-rtf.xpl script to correct the form rendering in UI
  • Loading branch information
NPavie authored and bertfrees committed Jul 19, 2023
1 parent fb1f541 commit d8a4ec9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
</p:documentation>
</p:input>

<p:option name="include-table-of-content" required="false" select="'false'">
<p:option name="include-table-of-content" px:type="boolean" required="false" select="'false'">
<p:documentation>
<h2 px:role="name">Include table of content</h2>
<p px:role="desc">A boolean indicating if a TOC should be generated.</p>
</p:documentation>
</p:option>

<p:option name="include-page-number" required="false" select="'false'">
<p:option name="include-page-number" px:type="boolean" required="false" select="'false'">
<p:documentation>
<h2 px:role="name">Include page number</h2>
<p px:role="desc">A boolean indicating if a TOC should be generated.</p>
Expand Down

0 comments on commit d8a4ec9

Please sign in to comment.