Skip to content

Instantly share code, notes, and snippets.

View landjonathan's full-sized avatar

Jonathan Land landjonathan

View GitHub Profile
@landjonathan
landjonathan / acf-field-group-schema.json
Last active March 6, 2022 08:30 — forked from friartuck6000/acf-field-group-schema.json
JSON schema for Advanced Custom Fields (ACF) field groups
{
"$schema": "http://json-schema.org/schema#",
"id": "http://advancedcustomfields.com/json-schema/field_group",
"type": "object",
"definitions": {
"empty": {
"type": "string",
"maxLength": 0
},
"intOrEmpty": {