Skip to content

Commit d1587d7

Browse files
committed
remove islist
1 parent b568cf8 commit d1587d7

2 files changed

Lines changed: 1 addition & 5 deletions

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 isList=true}}
35+
- {{> property-nested this }}
3636
{{/each}}
3737
{{/if}}
3838
{{/unless}}

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

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

63
{{description}}
74
{{/if}}
8-
{{/if}}
95
{{#if isDeprecated}}
106

117
{{> deprecated-warning}}

0 commit comments

Comments
 (0)