Skip to content

Commit c21db99

Browse files
author
Doğa Gürdal
committed
fix(snippets/json): add missing pipe
in ACF select field
1 parent 936cb81 commit c21db99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"\t\"type\": \"select\",",
156156
"\t\"allow_null\": ${3|false,true|},",
157157
"\t\"multiple\": ${4|false,true|},",
158-
"\t\"ui\": ${5|true,false},",
158+
"\t\"ui\": ${5|true,false|},",
159159
"\t\"ajax\": ${6|false,true|},",
160160
"\t\"choices\": {",
161161
"\t\t\"$7\": $8",

0 commit comments

Comments
 (0)