We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0bc55 commit a58f3d9Copy full SHA for a58f3d9
2 files changed
src/layouts/api-route.hbs
@@ -49,7 +49,7 @@
49
<summary>Properties</summary>
50
{{#each properties}}
51
52
-- {{> property-nested this}}
+{{> property-nested this isLast=@last}}
53
{{/each}}
54
</details>
55
src/layouts/partials/property-collapsible.hbs
@@ -3,3 +3,8 @@
3
<summary><b><code>{{name}}</code></b> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}</summary>
4
{{> property-content}}
5
6
+{{#unless isLast}}
7
+
8
+---
9
+{{/unless}}
10
0 commit comments