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.
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 fordescription
andgroup
. Docs also need to be updated.