Info

Info #

The info field is shows a readonly information box. It generates no output.

Info field

Info field

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
contentstringmandatoryThe content of the box in Markdown formatted textent
sizestring (normal, small, large)optional (default: normal)Fontsize of small is 85%, normal 100%, large 110%
lineHeightstringoptional (default: null)css value for the line height property. E.g. 150%
themestrings (default, bare, warn, warn-bare, black, black-bare, gray, gray-bare)optional: (default: default)theme used to render to info box

Themes #

themepreview
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"
}

Output #

Info field

Info field