feat: add propertylist shortcode (#414)
This commit is contained in:
parent
5b05b7d68a
commit
6ab98d1da3
13 changed files with 154 additions and 4 deletions
17
exampleSite/data/properties/demo.yaml
Normal file
17
exampleSite/data/properties/demo.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
properties:
|
||||
prop1:
|
||||
type: string
|
||||
description: Dummy description of the prop1 string property.
|
||||
required: true
|
||||
|
||||
prop2:
|
||||
type: int
|
||||
defaultValue: 10
|
||||
description:
|
||||
en: Another description for the integer property called prop2.
|
||||
required: false
|
||||
tags:
|
||||
en:
|
||||
- tag1
|
||||
- tag2
|
Loading…
Add table
Add a link
Reference in a new issue