Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions crd-chart/templates/Markdown.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ spec:
description: displays a download button on top of the widget to
allow download of the text
type: boolean
contentMaxHeight:
description: if set, defines a max height for the markdown content.
when content overflows its container becomes scrollable
format: int32
type: integer
downloadFileExtension:
description: if 'allowDownload' is set, this property allows to
set an extension for the downloaded file. Default is .txt
Expand Down
Loading