diff --git a/docs/xml/collection-yamldata.xml b/docs/xml/collection-yamldata.xml index 793566ea..3a0901eb 100644 --- a/docs/xml/collection-yamldata.xml +++ b/docs/xml/collection-yamldata.xml @@ -593,6 +593,27 @@ + + fonts + + + A list of provided fonts. Each font entry is of type dict and has a + name key. + + Field info: value-type:list(dict) + + + + + modaliases + + + A list of modalias globs representing the hardware types this component handles. + + Field info: value-type:list(str) + + + mediatypes @@ -618,6 +639,26 @@ + + python2 + + + A list of Python 2 modules this component provides. + + Field info: value-type:list(str) + + + + + python3 + + + A list of Python 3 modules this component provides. + + Field info: value-type:list(str) + + + dbus @@ -632,6 +673,16 @@ + + ids + + + A list of component-IDs that this component is able to provide all functionality of. + + Field info: value-type:list(str) + + + Field info: value-type:dict