We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726c4d8 commit 5731680Copy full SHA for 5731680
1 file changed
src/layouts/partials/property-nested.hbs
@@ -1,5 +1,9 @@
1
<strong><code>{{name}}</code></strong> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}
2
+{{#if isList}}
3
{{> property-nested-internal}}
4
+{{else}}
5
+{{> property-nested-internal}}
6
+{{/if}}
7
{{#if listProperties}}
8
{{#each listProperties}}
9
0 commit comments