Add new json types to allTypes
This commit is contained in:
parent
56f874d721
commit
d8e4947038
@ -497,6 +497,8 @@ QVariantMap JsonTypes::allTypes()
|
||||
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
||||
allTypes.insert("Tag", tagDescription());
|
||||
allTypes.insert("MqttPolicy", mqttPolicyDescription());
|
||||
allTypes.insert("Package", packageDescription());
|
||||
allTypes.insert("Repository", repositoryDescription());
|
||||
|
||||
return allTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user