Skip to content

Commit 5731680

Browse files
committed
only nest list
1 parent 726c4d8 commit 5731680

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/layouts/partials/property-nested.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<strong><code>{{name}}</code></strong> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}
2+
{{#if isList}}
23
{{> property-nested-internal}}
4+
{{else}}
5+
{{> property-nested-internal}}
6+
{{/if}}
37
{{#if listProperties}}
48
{{#each listProperties}}
59

0 commit comments

Comments
 (0)