Merge pull request #38 from TouchInstinct/dateFormat_in_doc
print dateFormat in doc
This commit is contained in:
commit
f1fdcde2ad
|
|
@ -41,7 +41,10 @@
|
|||
<div class="row-body">
|
||||
<div>{{ field.jsonName }}</div>
|
||||
<div>
|
||||
{{ self.formatValueType(field.type.type, field.nullable, objectsLinks, useAnchors) }}
|
||||
{{ self.formatValueType(field.type.type, field.nullable, objectsLinks, useAnchors) }}
|
||||
{%- if field.type.type.typeName == "DateTime" -%}
|
||||
({{ field.type.dateFormat }})
|
||||
{%- endif -%}
|
||||
</div>
|
||||
<div>{{ field.description }}</div>
|
||||
<div>{{ utils.optionalDescription(field.optional) }}</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue