mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Add conditional connector shapes.
This commit is contained in:
parent
c0dcfdd835
commit
f1448ed947
7 changed files with 360 additions and 120 deletions
|
|
@ -16,6 +16,12 @@
|
|||
"minLength": 5,
|
||||
"maxLength": 30,
|
||||
"pattern": "^shpx_"
|
||||
},
|
||||
"ShapeCondition": {
|
||||
"type": "string",
|
||||
"minLength": 8,
|
||||
"maxLength": 30,
|
||||
"pattern": "^shpx_(wa|an|wr)_"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue