mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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):
|
||||
name: str = Field(title="Name")
|
||||
help: str = Field(title="Help text")
|
||||
# TODO: The following settings are not compatible with OP
|
||||
script: MultiplatformPathModel = Field(
|
||||
default_factory=MultiplatformPathModel,
|
||||
title="Script Path "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue