This commit is contained in:
Endeavorance 2025-03-20 14:43:00 -04:00
parent 2c42ebd246
commit edc50ca5c4

View file

@ -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