mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add less/greater than to allowed chars
This commit is contained in:
parent
0dc9f174d4
commit
5ede9cb091
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class ProductNameProfile(BaseSettingsModel):
|
|||
enum_resolver=task_types_enum
|
||||
)
|
||||
tasks: list[str] = SettingsField(default_factory=list, title="Task names")
|
||||
template: str = SettingsField("", title="Template")
|
||||
template: str = SettingsField("", title="Template", regex=r"^[<>{}\[\]a-zA-Z0-9_.]+$")
|
||||
|
||||
|
||||
class FilterCreatorProfile(BaseSettingsModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue