Skip to content

Global Sets

Ian DeRanieri edited this page Feb 9, 2018 · 2 revisions

The globalSets object is an array of GlobalSet objects.

"globalSets": [

]

Global Sets

{
  "name": "",
  "handle": "",
  "fieldLayout": {

  },
  "requiredFields": [

  ]
}
Attribute Accepts Notes
name String The name of this globalSet.
handle String The handle of this globalSet. This is usually a camelCased version of the name, but this isn't required.
fieldLayout Arrays Each array corresponds to a tab created on the field layout. Within each array, list the handles of the fields that will go in each tab.
requiredFields Array An array of handles, each one denoting a field that will be made required upon import.