Info #
The info
field is shows a readonly information box. It generates no output.
Properties #
property | value type | optional | description |
---|---|---|---|
key | string | mandatory | Keys are for internal use and must be unique |
content | string | mandatory | The content of the box in Markdown formatted textent |
size | string (normal, small, large) | optional (default: normal) | Fontsize of small is 85%, normal 100%, large 110% |
lineHeight | string | optional (default: null) | css value for the line height property. E.g. 150% |
theme | strings (default, bare, warn, warn-bare, black, black-bare, gray, gray-bare) | optional: (default: default) | theme used to render to info box |
Themes #
theme | preview |
---|---|
default | |
bare | |
warn | |
black | |
gray |
Sample #
Configuration #
./quiqr/model/base.
content: |-
## I love \n\n![](https://quiqr.org/images/logo-nav.svg)
* it's smart
* it's fast
* it has Quiqr One"
key: sample_field
size: small
type: info
content = "## I love \\n\\n![](https://quiqr.org/images/logo-nav.svg)\n\n* it's smart\n* it's fast\n* it has Quiqr One\""
key = "sample_field"
size = "small"
type = "info"
{
"content": "## I love \\n\\n![](https://quiqr.org/images/logo-nav.svg)\n\n* it's smart\n* it's fast\n* it has Quiqr One\"",
"key": "sample_field",
"size": "small",
"type": "info"
}