WIP: Schema definition for Meta Box, usefull for code completion and validation.
Schema Link:
https://schemas.metabox.io/field-group.json
During development, you'll want to use local path so that you can test the schema with your local changes.
- Clone this repository
- Replace path to
schema.json
with your local path (e.g.file:///home/tan/projects/schema/schema.json
)