Skip to content

Commit 44a46d7

Browse files
committed
update property-nested-internal
1 parent a965fdc commit 44a46d7

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
{{#if isDeprecated}}
2-
3-
{{> deprecated-warning}}
4-
{{/if}}
51
{{#if description}}
62

73
{{description}}
84
{{/if}}
9-
{{#if enumValues}}
5+
{{#if isDeprecated}}
106

11-
{{> enum-values indentationOffset=" "}}
7+
{{> deprecated-warning}}
8+
{{/if}}
9+
{{#if enumValues}}
10+
<details>
11+
<summary>Enum values:</summary>
12+
{{#each enumValues}}
13+
- `{{this}}`
14+
{{/each}}
15+
</details>
1216
{{/if}}
1317
{{#if value}}
1418

1519
Value: `{{value}}`
16-
{{/if}}
20+
{{/if}}

0 commit comments

Comments
 (0)