Modified publishing plugins to work with general families

This commit is contained in:
Jakub Trllo 2022-04-26 16:15:08 +02:00
parent 1c7c0fef32
commit f1434fa175
6 changed files with 104 additions and 67 deletions

View file

@ -58,6 +58,7 @@ class SettingsCreator(TrayPublishCreator):
def create(self, subset_name, data, pre_create_data):
# Pass precreate data to creator attributes
data["creator_attributes"] = pre_create_data
data["settings_creator"] = True
# Create new instance
new_instance = CreatedInstance(self.family, subset_name, data, self)
# Host implementation of storing metadata about instance