mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update creator plugin field name from "Folder Context" to "Folder Path" and adjust validation pattern to allow slashes.
This commit is contained in:
parent
9090706252
commit
6a01b8b6ac
1 changed files with 2 additions and 2 deletions
|
|
@ -185,11 +185,11 @@ DEFAULT_CREATORS = {
|
|||
"validation_pattern": "^([a-z0-9#._\\/]*)$"
|
||||
},
|
||||
{
|
||||
"name": "Folder Context",
|
||||
"name": "Folder Path",
|
||||
"type": "text",
|
||||
"default": "",
|
||||
"required_column": True,
|
||||
"validation_pattern": "^([a-zA-Z0-9_]*)$"
|
||||
"validation_pattern": "^([a-zA-Z0-9_\\/]*)$"
|
||||
},
|
||||
{
|
||||
"name": "Task Name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue