LastCallMedia / Mannequin

Mannequin Component Theming Tool
https://mannequin.io/
MIT License
38 stars 8 forks source link

Use "description", "group" instead of "_description", "_group" in metadata #32

Closed rbayliss closed 7 years ago

rbayliss commented 7 years ago

This will affect the YamlParser. Currently, any key prefixed with "_" is parsed into component metadata. We want to keep this, but we also want unknown, unprefixed keys like "description" and "group" to be parsed into metadata. This will let us write YAML without needing an underscore for description and group. Docs also need to be updated.