docs: use a propertylist to document shortcode attributes (#732)
This commit is contained in:
parent
76ef8f147c
commit
83469c437f
24 changed files with 256 additions and 94 deletions
7
exampleSite/data/properties/shortcode-columns.yaml
Normal file
7
exampleSite/data/properties/shortcode-columns.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
properties:
|
||||
- name: size
|
||||
type: string
|
||||
description: Preset of different sizes for the _first_ column. Supported values are `small|regular|large`.
|
||||
required: false
|
||||
defaultValue: regular
|
Loading…
Add table
Add a link
Reference in a new issue