Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -40326,6 +40326,13 @@
"factory_portal"
]
},
{
"description": "KCL CEK machine executor.",
"type": "string",
"enum": [
"kcl_cek_executor"
]
},
{
"description": "New KCL lexer and parser.",
"type": "string",
Expand Down Expand Up @@ -40396,6 +40403,13 @@
"modeling_dialogs"
]
},
{
"description": "Enables the named views user interface in Zoo Design Studio.",
"type": "string",
"enum": [
"named_views_ui"
]
},
{
"description": "Enables plugins in Zoo Design Studio.",
"type": "string",
Expand Down
Loading