We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed36a00 commit b5cb42dCopy full SHA for b5cb42d
2 files changed
src/layouts/partials/property-content.hbs
@@ -7,13 +7,11 @@
7
{{> deprecated-warning}}
8
{{/if}}
9
{{#if enumValues}}
10
-<details>
11
- <summary>Enum values:</summary>
12
13
- {{#each enumValues}}
14
- - <code>{{this}}</code>
15
- {{/each}}
16
-</details>
+Enum values:
+ {{#each enumValues}}
+ - <code>{{this}}</code>
+ {{/each}}
17
18
19
{{#if value}}
src/layouts/partials/property-nested.hbs
@@ -5,4 +5,4 @@
5
6
- {{> property-nested this}}
{{/each}}
-{{/if}}
+{{/if}}
0 commit comments