Skip to content

Commit 8c4e741

Browse files
committed
only nest list
1 parent c3b25bf commit 8c4e741

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/layouts/partials/property-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This object has no properties.
3232
Child Properties
3333

3434
{{#each objectProperties}}
35-
- {{> property-nested this}}
35+
- {{> property-nested this isList=true}}
3636
{{/each}}
3737
{{/if}}
3838
{{/unless}}

src/layouts/partials/property-nested-internal.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{{#if description}}
2+
{{#if isList}}
3+
{{description}}
4+
{{else}}
25

36
{{description}}
47
{{/if}}
8+
{{/if}}
59
{{#if isDeprecated}}
610

711
{{> deprecated-warning}}

0 commit comments

Comments
 (0)