mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-04 20:30:44 +00:00
16 lines
416 B
YAML
16 lines
416 B
YAML
---
|
|
properties:
|
|
- name: size
|
|
type: string
|
|
description: Size of each box. Supported values are `regular|large`.
|
|
required: false
|
|
devaultValue: regular
|
|
- 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
|