mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-04 20:30:44 +00:00
33 lines
691 B
YAML
33 lines
691 B
YAML
---
|
|
properties:
|
|
- name: prop1
|
|
type: string
|
|
description: Dummy description of the prop1 string property.
|
|
required: true
|
|
|
|
- name: prop2
|
|
type: int
|
|
defaultValue: 10
|
|
description: Another description for the integer property called prop2.
|
|
required: false
|
|
tags:
|
|
- tag1
|
|
- tag2
|
|
|
|
- name: prop3
|
|
type: bool
|
|
defaultValue: false
|
|
description: |
|
|
A `bool` property with a complex multiline description and embedded Markdown:
|
|
|
|
- List item 1
|
|
- List item 2
|
|
|
|
More description how to use this property.
|
|
required: false
|
|
|
|
- name: a-prop
|
|
type: string
|
|
description: Property to demonstrate sorting.
|
|
required: true
|