mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add a TODO in shelves manager
This commit is contained in:
parent
05dc8f557d
commit
873c263587
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from ayon_server.settings import (
|
||||||
class ShelfToolsModel(BaseSettingsModel):
|
class ShelfToolsModel(BaseSettingsModel):
|
||||||
name: str = Field(title="Name")
|
name: str = Field(title="Name")
|
||||||
help: str = Field(title="Help text")
|
help: str = Field(title="Help text")
|
||||||
|
# TODO: The following settings are not compatible with OP
|
||||||
script: MultiplatformPathModel = Field(
|
script: MultiplatformPathModel = Field(
|
||||||
default_factory=MultiplatformPathModel,
|
default_factory=MultiplatformPathModel,
|
||||||
title="Script Path "
|
title="Script Path "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue