31 lines
500 B
JSON
31 lines
500 B
JSON
|
{
|
||
|
"version": 6,
|
||
|
"configurePresets": [
|
||
|
{
|
||
|
"name": "default"
|
||
|
}
|
||
|
],
|
||
|
"workflowPresets": [
|
||
|
{
|
||
|
"name": "default",
|
||
|
"steps": [
|
||
|
{
|
||
|
"type": "configure",
|
||
|
"name": "default"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "with-description",
|
||
|
"displayName": "With Description",
|
||
|
"description": "This preset has a description.",
|
||
|
"steps": [
|
||
|
{
|
||
|
"type": "configure",
|
||
|
"name": "default"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|