mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Update layouts/partials/openapi/render-object-table.html
This commit is contained in:
parent
fbcdfd7d2e
commit
e95360b06e
|
|
@ -310,7 +310,7 @@ resolve-additional-types.)
|
||||||
{{ $description := .property.description -}}
|
{{ $description := .property.description -}}
|
||||||
{{ if .required -}}
|
{{ if .required -}}
|
||||||
{{/*
|
{{/*
|
||||||
Concatenate "Required:" to make it part of the first paragraph of the
|
Prepend "Required:" to make it part of the first paragraph of the
|
||||||
description.
|
description.
|
||||||
*/}}
|
*/}}
|
||||||
{{- $description = printf "<strong>Required: </strong>%s" $description -}}
|
{{- $description = printf "<strong>Required: </strong>%s" $description -}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue