Skip to content

Commit

Permalink
$show-subject param true by default in resource-level `bs2:FormCont…
Browse files Browse the repository at this point in the history
…rol` template
  • Loading branch information
namedgraph committed Oct 23, 2023
1 parent 4b17a29 commit 9a053fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ extension-element-prefixes="ixsl"
<xsl:param name="template" select="$constructor/rdf:RDF/*[@rdf:nodeID][every $type in rdf:type/@rdf:resource satisfies current()/rdf:type/@rdf:resource = $type][* except rdf:type]" as="element()*"/>
<xsl:param name="template-properties" select="true()" as="xs:boolean" tunnel="yes"/>
<xsl:param name="traversed-ids" select="@rdf:*" as="xs:string*" tunnel="yes"/>
<xsl:param name="show-subject" select="false()" as="xs:boolean" tunnel="yes"/>
<xsl:param name="show-subject" select="true()" as="xs:boolean" tunnel="yes"/>
<xsl:param name="required" select="false()" as="xs:boolean"/>

<fieldset>
Expand Down

0 comments on commit 9a053fb

Please sign in to comment.