We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a46d7 commit c6677ddCopy full SHA for c6677dd
1 file changed
src/layouts/partials/property-nested.hbs
@@ -1,8 +1,8 @@
1
-<code>{{name}}</code> Format: <code>{{format}}</code>{{#if listItemFormat}} Item format: <code>{{listItemFormat}}</code>{{/if}}
+<strong><code>{{name}}</code></strong> <i>{{format}}</i>{{#if listItemFormat}} <i>of {{listItemFormat}}s</i>{{/if}}
2
{{> property-nested-internal}}
3
{{#if listProperties}}
4
{{#each listProperties}}
5
6
- {{> property-nested this}}
7
{{/each}}
8
-{{/if}}
+{{/if}}
0 commit comments