You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/static/schemas/project.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1613,10 +1613,32 @@
1613
1613
"type": "null"
1614
1614
}
1615
1615
]
1616
+
},
1617
+
"versionFromPrototools": {
1618
+
"title": "versionFromPrototools",
1619
+
"description": "Inherit the version from the root .prototools. When true, matches using the same ID, otherwise a string can be provided for a custom ID.",
"markdownDescription": "Inherit the version from the root `.prototools`. When true, matches using the same ID, otherwise a string can be provided for a custom ID."
1616
1626
}
1617
1627
},
1618
1628
"additionalProperties": false
1619
1629
},
1630
+
"ToolchainPluginVersionFrom": {
1631
+
"description": "Strategy in which to inherit a version from .prototools.",
1632
+
"anyOf": [
1633
+
{
1634
+
"type": "boolean"
1635
+
},
1636
+
{
1637
+
"type": "string"
1638
+
}
1639
+
],
1640
+
"markdownDescription": "Strategy in which to inherit a version from `.prototools`."
1641
+
},
1620
1642
"UnresolvedVersionSpec": {
1621
1643
"description": "Represents an unresolved version or alias that must be resolved to a fully-qualified version.",
0 commit comments