Pennebaker / craft-architect

A plugin for importing and exporting content models from Craft 3/4 using JSON.
MIT License
72 stars 6 forks source link

Globals aren't creating fieldLayout #20

Closed Emkaytoo closed 6 years ago

Emkaytoo commented 6 years ago

I know this was supposedly fixed, so try this on your end. I'm on RC 15.

  "globalSets": [
    {
      "name": "Boilerplate Content",
      "handle": "boilerplateContent",
      "fieldLayout": {
        "Content": [
          "newsBoilerplate",
          "cookieBoilerplate"
        ]
      }
    }
  ]