mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-04 20:30:44 +00:00
16 lines
434 B
YAML
16 lines
434 B
YAML
---
|
|
properties:
|
|
- name: type
|
|
type: string
|
|
description: Type of the hint. Supported values are `note|tip|important|caution|warning`.
|
|
required: false
|
|
defaultValue: note
|
|
- name: icon
|
|
type: string
|
|
description: Icon to use. The value need to be an icon from an [SVG sprite](/features/icon-sets/).
|
|
required: false
|
|
- name: title
|
|
type: string
|
|
description: Title text of the hint.
|
|
required: false
|