Skip to content

Commit ba9d373

Browse files
authored
DOC-13264 defaults in configuration listing (#859)
1 parent 5172be1 commit ba9d373

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/ROOT/pages/_partials/json_ui_listing.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Type:: {{{node.type}}} {{#if node.readOnly}}(readOnly){{/if}}
66

7+
{{#with node.default}}
8+
Default:: {{.}}
9+
{{/with}}
10+
711
Description::
812
+
913
[markdown]

0 commit comments

Comments
 (0)