Skip to content

Commit

Permalink
collapse keyword editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronCinNZ committed Oct 10, 2024
1 parent be8d1af commit fec9376
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/src/main/webapp/xslt/ui-metadata/form-builder.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,10 @@
<div class="{$cssDefaultClass}
{if ($forceDisplayAttributes) then 'gn-attr-mandatory' else 'gn-attr'}
{if ($isDisplayingAttributes = true() or $forceDisplayAttributes = true()) then '' else 'hidden'}">
<xsl:attribute name="id">gn-attr-div_<xsl:value-of select="$editInfo/@ref"/></xsl:attribute>
<xsl:copy-of select="$attributesSnippet"/>
<details>
<xsl:attribute name="id">gn-attr-div_<xsl:value-of select="$editInfo/@ref"/></xsl:attribute>
<xsl:copy-of select="$attributesSnippet"/>
</details>

</div>
</xsl:if>
Expand Down

0 comments on commit fec9376

Please sign in to comment.