Skip to content

Commit 732ae32

Browse files
author
Doğa Gürdal
committed
feat(snippets/json): add ACF group field snippet
1 parent b8a440d commit 732ae32

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

snippets/json.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,19 @@
416416
"}"
417417
]
418418
},
419+
"Group": {
420+
"prefix": "flyntGroup",
421+
"body": [
422+
"{",
423+
"\t\"label\": \"$1\",",
424+
"\t\"name\": \"$2\",",
425+
"\t\"type\": \"group\",",
426+
"\t\"sub_fields\": [",
427+
"\t\t$3",
428+
"\t]",
429+
"}"
430+
]
431+
},
419432
"Accordion": {
420433
"prefix": "flyntAccordion",
421434
"body": [

0 commit comments

Comments
 (0)