Skip to content

Commit 961bb38

Browse files
committed
make slick syntax the default
1 parent 528dd51 commit 961bb38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tasks/JsonPatch/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"name": "SyntaxType",
2626
"type": "pickList",
2727
"label": "Syntax type",
28-
"defaultValue": "Standard",
28+
"defaultValue": "slick",
2929
"required": true,
3030
"helpMarkDown": "The syntax used for the patch content. See documentation for more information.",
3131
"options": {

Tasks/PlistPatch/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"name": "SyntaxType",
2626
"type": "pickList",
2727
"label": "Syntax type",
28-
"defaultValue": "Standard",
28+
"defaultValue": "slick",
2929
"required": true,
3030
"helpMarkDown": "The syntax used for the patch content. See documentation for more information.",
3131
"options": {

Tasks/XmlPatch/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"name": "SyntaxType",
2626
"type": "pickList",
2727
"label": "Syntax type",
28-
"defaultValue": "Standard",
28+
"defaultValue": "slick",
2929
"required": true,
3030
"helpMarkDown": "The syntax used for the patch content. See documentation for more information.",
3131
"options": {

Tasks/YamlPatch/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"name": "SyntaxType",
2626
"type": "pickList",
2727
"label": "Syntax type",
28-
"defaultValue": "Standard",
28+
"defaultValue": "slick",
2929
"required": true,
3030
"helpMarkDown": "The syntax used for the patch content. See documentation for more information.",
3131
"options": {

0 commit comments

Comments
 (0)