mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added api callbacks to SchemaHub
This commit is contained in:
parent
e6111daec8
commit
070ba3070a
1 changed files with 16 additions and 0 deletions
|
|
@ -472,3 +472,19 @@ class SchemasHub:
|
|||
self._gui_types = tuple(_gui_types)
|
||||
|
||||
self._schema_subfolder = schema_subfolder
|
||||
|
||||
@property
|
||||
def gui_types(self):
|
||||
return self._gui_types
|
||||
|
||||
def get_schema(self, schema_name):
|
||||
pass
|
||||
|
||||
def get_template(self, template_name):
|
||||
pass
|
||||
|
||||
def resolve_schema_data(self, schema_data):
|
||||
pass
|
||||
|
||||
def create_schema_object(self, schema_data, *args, **kwargs):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue