Skip to content

Commit

Permalink
Fixes video_url "accepts" property
Browse files Browse the repository at this point in the history
As per: panoply/vscode-liquid#189

Co-Authored-By: David Warrington <[email protected]>
  • Loading branch information
panoply and davidwarrington committed Jun 14, 2024
1 parent f63dc54 commit 5e099b5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions stores/shared/shopify-setting-snippets.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"label": "App",
"markdownDescription": "./descriptions/sections/properties/@app.md",
"body": {
"type": "@app"
}
},
{
"label": "Text",
"markdownDescription": "./descriptions/sections/input/text.md",
Expand Down Expand Up @@ -60,9 +67,7 @@
"label": "${1/([^_]+)(_*)/${1:/capitalize}${2:+ }/g}$2",
"default": "$4",
"info": "$5",
"options": [
"^$3"
]
"options": ["^$3"]
}
},
{
Expand All @@ -74,9 +79,7 @@
"label": "${1/([^_]+)(_*)/${1:/capitalize}${2:+ }/g}$2",
"default": "$4",
"info": "$5",
"options": [
"^$3"
]
"options": ["^$3"]
}
},
{
Expand Down Expand Up @@ -295,9 +298,7 @@
"type": "video_url",
"id": "$1",
"label": "${1/([^_]+)(_*)/${1:/capitalize}${2:+ }/g}$2",
"accepts": [
"^3"
]
"accept": ["^$3"]
}
}
]
]

0 comments on commit 5e099b5

Please sign in to comment.