Skip to content

Commit 5f43e8d

Browse files
author
Doğa Gürdal
committed
feat(snippets/json): add ACF link field snippet
1 parent 6d09908 commit 5f43e8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

snippets/json.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,16 @@
404404
"\t]",
405405
"}"
406406
]
407+
},
408+
"Link": {
409+
"prefix": "flyntLink",
410+
"body": [
411+
"{",
412+
"\t\"label\": \"$1\",",
413+
"\t\"type\": \"link\",",
414+
"\t\"name\": \"$2\",",
415+
"\t\"return_format\": \"${3:array|url}\"",
416+
"}"
417+
]
407418
}
408419
}

0 commit comments

Comments
 (0)