check
This commit is contained in:
parent
2c42ebd246
commit
edc50ca5c4
1 changed files with 4 additions and 4 deletions
|
@ -85,10 +85,10 @@ These YAML representations of definitions show the properties available for each
|
|||
Note that every Playbill component definition can define the following properties:
|
||||
|
||||
```yaml
|
||||
id: some-hypenated-id # default: slug-ified file name
|
||||
name: The Name of the Component # default: Name of the containing file
|
||||
description: A markdown-enabled description # default: Placeholder / empty
|
||||
categories: # default: No categories
|
||||
id: some-hypenated-id # defaults to a slugified version of the file name
|
||||
name: The Name of the Component # defaults to the file name
|
||||
description: A markdown-enabled description # defaults to a placeholder
|
||||
categories: # defaults to no categories
|
||||
- list
|
||||
- of
|
||||
- categories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue