Skip to content

Commit 108b60a

Browse files
bug in string
1 parent cc1fc8c commit 108b60a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/main.mako

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</div>
235235
</div>
236236
% endif
237-
% if r['type'] == "string": ## Bool
237+
% if r['type'] == "string": ## String
238238
<div class="card">
239239
<div class="card-header">
240240
<div class="container">
@@ -244,7 +244,10 @@
244244
<p class="text-primary">${r['pointer_short']}</p>
245245
</div>
246246
<div class="col-sm">
247-
Boolean
247+
String
248+
% if "options" in r:
249+
(${r["options"]})
250+
% endif
248251
% if "default" in r:
249252
[${r["default"]}]
250253
% endif

0 commit comments

Comments
 (0)