Add 'type' to MetadataPy, MetadataPyImp and addonmanager_metadata.py

This commit is contained in:
Paddle
2023-08-07 07:21:04 +02:00
committed by Chris Hennes
parent ff92f5d0cf
commit 61daaceb8f
3 changed files with 21 additions and 1 deletions

View File

@@ -53,6 +53,12 @@ bytes : bytes\n Python bytes-like object.</UserDocu>
</Documentation>
<Parameter Name="Date" Type="Object" />
</Attribute>
<Attribute Name="Type">
<Documentation>
<UserDocu>String representing the type of this item (text only, no markup allowed).</UserDocu>
</Documentation>
<Parameter Name="Type" Type="Object" />
</Attribute>
<Attribute Name="Description">
<Documentation>
<UserDocu>String representing the description of this item (text only, no markup allowed).</UserDocu>