Skip to content

Commit

Permalink
Corrected templates list
Browse files Browse the repository at this point in the history
  • Loading branch information
lmckenzi committed May 22, 2023
1 parent e27d0bd commit 3b42e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"onLoad": "onLoad",
"onGenerate": "onGenerate"
},
"template-parameters": ["copyrightyear", "excludelogbinaryformat", "excludejson", "excludemap", "excludettl", "excludexml", "fmm", "globals-in-artifacts", "releaselabel", "shownav"],
"template-parameters": ["copyrightyear", "excludelogbinaryformat", "excludejson", "excludemap", "excludettl", "excludexml", "fmm-definition", "globals-in-artifacts", "releaselabel", "shownav"],
"_extraTemplates-documentation": "This array of objects identifies additional templates available for generation for different resource types",
"extraTemplates": [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/onGenerate.genJson.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</xsl:variable>
<xsl:variable name="fmm">
<xsl:call-template name="getParameter">
<xsl:with-param name="name">fmm-definition</xsl:with-param>
<xsl:with-param name="name" select="'fmm-definition'"/>
</xsl:call-template>
</xsl:variable>
<xsl:value-of select="concat('{&#xa;',
Expand Down

0 comments on commit 3b42e5f

Please sign in to comment.