-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only imports field groups #48
Comments
Try removing all of the IDs and reimport. If that's not successful, post back here and we'll look into it further. A lot of times the order of operations is important. The order in which you built that schema and the order in which The Architect creates them likely aren't the same. Trying to assign IDs will create a conflict. |
Hi, I removed all Id's and sectionIds. I did a raw import again and it still only creates field groups. My master.json:
}` |
|
Turned out to be a bug when importing Neo and checking the field layout for proper handles. Try v1.6.0-beta.5 with this: https://pastebin.com/afd0BXNb |
Thanks for looking into this, but it seems it has the same behavior as before your fix. I've updated to v.1.6.0-beta.5 and copied the json from pastebin and did a raw import. Am I doing something wrong? |
It was working in my tests but I decided to try a fresh install and it failed. Back to more testing I suppose. |
I pushed an update to the develop branch. Try it out for me when you get a chance. |
Hi, it's working! It imported everything except from the usergroup permissions; I got this error: "Failed to construct permissions for User Group: "siteAdmins"". Can you say from looking at the JSON why it failed? Or is this not possible with this plugin? |
I had the same issue with usergroup permissions clicking import again would actually import the permissions properly. I am investigating that part more. |
Any progress on this? |
A little extra busy at work this past week. Since the workaround right now is simply hitting import again, or splitting user groups and permissions into their own import. I am considering this a minor bug. I've run into some weird issue with craft and this might take a fair amount of time to figure out the cause, but it is likely due to how craft stores and requests info. I think I know the cause but don't know a solution right now. |
Ok, no problem! I was just interested if you found a fix or not. |
Hi,
I recently found out that this plugin was available and was curious if I could import an other Craft CMS project in my new clean Craft CMS installation.
The strange thing is, it only imports the field groups when I do a raw import. The rest doesn't get imported. I also tried the migration function, which leads to an insufficient foreach 0. I also installed every plugin that exists in the other project.
Craft CMS v2.6.2978
MAMP
PHP 7.1.1
My master.json:
{
"groups": [
"Inhoud",
"Afbeeldingen",
"Matrix",
"Neo",
"Hubspot",
"Social",
"SEO"
],
"sections": [
{
"id": "6",
"name": "Blog",
"handle": "blog",
"type": "single",
"enableVersioning": "1",
"typesettings": {
"template": "blog",
"urlFormat": "blog",
"nestedUrlFormat": null,
"de": {
"urlFormat": "blog",
"nestedUrlFormat": null
}
}
},
{
"id": "7",
"name": "Career",
"handle": "career",
"type": "channel",
"enableVersioning": "1",
"typesettings": {
"hasUrls": "1",
"template": "index",
"urlFormat": "career/{slug}",
"nestedUrlFormat": null,
"de": {
"urlFormat": "career/{slug}",
"nestedUrlFormat": null
}
}
},
{
"id": "5",
"name": "Companies",
"handle": "companies",
"type": "channel",
"enableVersioning": "1",
"typesettings": {
"hasUrls": "0",
"template": null,
"locales": {
"en": "1",
"de": "1"
}
}
},
{
"id": "3",
"name": "Content",
"handle": "contentPages",
"type": "structure",
"enableVersioning": "1",
"typesettings": {
"hasUrls": "1",
"template": "index",
"urlFormat": "{slug}",
"nestedUrlFormat": "{parent.uri}/{slug}",
"de": {
"urlFormat": "{slug}",
"nestedUrlFormat": "{parent.uri}/{slug}"
}
}
},
{
"id": "4",
"name": "Events",
"handle": "events",
"type": "channel",
"enableVersioning": "1",
"typesettings": {
"hasUrls": "0",
"template": null,
"locales": {
"en": "1",
"de": "1"
}
}
},
{
"id": "1",
"name": "Home",
"handle": "homepage",
"type": "single",
"enableVersioning": "1",
"typesettings": {
"template": "index",
"urlFormat": "home",
"nestedUrlFormat": null,
"de": {
"urlFormat": "home",
"nestedUrlFormat": null
}
}
},
{
"id": "9",
"name": "Search Overview",
"handle": "searchOverview",
"type": "single",
"enableVersioning": "1",
"typesettings": {
"template": "index",
"urlFormat": "search",
"nestedUrlFormat": null,
"de": {
"urlFormat": "suche",
"nestedUrlFormat": null
}
}
}
],
"fields": [
{
"id": "11",
"group": "Inhoud",
"name": "Alignment",
"handle": "alignment",
"instructions": "",
"required": false,
"type": "Dropdown",
"typesettings": {
"options": [
{
"label": "Left",
"value": "left",
"default": ""
},
{
"label": "Right",
"value": "right",
"default": ""
}
]
}
},
{
"id": "120",
"group": "Afbeeldingen",
"name": "Awards",
"handle": "awards",
"instructions": "",
"required": false,
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": "",
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "",
"viewMode": "list",
"selectionLabel": "Choose an award"
}
},
{
"id": "9",
"group": "Afbeeldingen",
"name": "Background Color",
"handle": "backgroundColor",
"instructions": "",
"required": false,
"type": "Dropdown",
"typesettings": {
"options": [
{
"label": "White",
"value": "white",
"default": ""
},
{
"label": "Light-grey",
"value": "light-grey",
"default": ""
}
]
}
},
{
"id": "12",
"group": "Afbeeldingen",
"name": "Background Image",
"handle": "backgroundImage",
"instructions": "",
"required": false,
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
},
{
"id": "39",
"group": "Matrix",
"name": "Benefits",
"handle": "benefitsMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"4": {
"name": "Benefits",
"handle": "benefits",
"fields": {
"40": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
}
}
}
}
}
},
{
"id": "72",
"group": "Matrix",
"name": "Bottom Menu",
"handle": "bottomMenuMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"11": {
"name": "Bottom Menu",
"handle": "bottomMenu",
"fields": {
"73": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"74": {
"name": "Page Relation",
"handle": "pageRelation",
"instructions": "",
"required": "1",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a page"
}
}
}
}
}
}
},
{
"id": "25",
"group": "Inhoud",
"name": "Company",
"handle": "company",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "84",
"group": "Matrix",
"name": "Content Detail",
"handle": "contentDetailMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"13": {
"name": "Content Detail",
"handle": "contentDetail",
"fields": {
"85": {
"name": "Link Title",
"handle": "linkTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"86": {
"name": "Link Text",
"handle": "linkText",
"instructions": "",
"required": "0",
"type": "RichText",
"typesettings": {
"configFile": "Standard.json",
"availableAssetSources": "",
"availableTransforms": "",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
},
"87": {
"name": "Link Url",
"handle": "linkUrl",
"instructions": "Use http:// or https:// for an external link.\r\nUse / for an internal link, for example: www.website.com/path-to-page will become: /path-to-page",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"88": {
"name": "Page Relation",
"handle": "pageRelation",
"instructions": "",
"required": "0",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a page"
}
}
}
}
}
}
},
{
"id": "17",
"group": "Inhoud",
"name": "Coordinate X",
"handle": "coordinateX",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "18",
"group": "Inhoud",
"name": "Coordinate Y",
"handle": "coordinateY",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "24",
"group": "Inhoud",
"name": "Country",
"handle": "country",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "82",
"group": "Hubspot",
"name": "CTA ",
"handle": "ctaCategory",
"instructions": "",
"required": false,
"type": "Categories",
"typesettings": {
"source": "ctaCategories",
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a CTA"
}
},
{
"id": "121",
"group": "Hubspot",
"name": "CTA",
"handle": "ctaCategory2",
"instructions": "",
"required": false,
"type": "Categories",
"typesettings": {
"source": "ctaCategories",
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose an CTA"
}
},
{
"id": "130",
"group": "Hubspot",
"name": "CTA",
"handle": "ctaCategory3",
"instructions": "",
"required": false,
"type": "Categories",
"typesettings": {
"source": "ctaCategories",
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose an CTA"
}
},
{
"id": "33",
"group": "Matrix",
"name": "CTA / Forms",
"handle": "ctasFormsMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": "1",
"blockTypes": {
"2": {
"name": "Hubspot CTA / Form",
"handle": "hubspotCtaForm",
"fields": {
"34": {
"name": "Embed Code",
"handle": "embedCode",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "1",
"initialRows": "5"
}
}
}
},
"3": {
"name": "CTA Link",
"handle": "ctaLink",
"fields": {
"35": {
"name": "Link title",
"handle": "linkTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"36": {
"name": "Link url",
"handle": "linkUrl",
"instructions": "Use http: // or https: // for an external link.\r\nUse / for an internal link, for example: www.website.com/path-to-page will become: /path-to-page",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"37": {
"name": "Page relation",
"handle": "pageRelation",
"instructions": "If this field is set, then the link to the selected page will be used instead of the Link url.",
"required": "0",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a page"
}
}
}
},
"18": {
"name": "Textual CTA Link",
"handle": "textualCtaLink",
"fields": {
"127": {
"name": "Link title",
"handle": "textualLinkTitle",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"128": {
"name": "Link Url",
"handle": "textualLinkUrl",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"129": {
"name": "Page relation",
"handle": "textualPageRelation",
"instructions": "",
"required": "0",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose an entry"
}
}
}
}
}
}
},
{
"id": "19",
"group": "Inhoud",
"name": "Datum",
"handle": "date",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "26",
"group": "Inhoud",
"name": "Email",
"handle": "email",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "119",
"group": "Inhoud",
"name": "End date",
"handle": "endDate",
"instructions": "",
"required": false,
"type": "Date",
"typesettings": {
"minuteIncrement": "30",
"showDate": 1,
"showTime": 0
}
},
{
"id": "27",
"group": "Social",
"name": "Facebook",
"handle": "facebook",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "75",
"group": "Matrix",
"name": "Footer Links",
"handle": "footerLinksMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"12": {
"name": "Footer Link",
"handle": "footerLink",
"fields": {
"100": {
"name": "Footer Title",
"handle": "footerTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"76": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"77": {
"name": "Page Relation",
"handle": "pageRelation",
"instructions": "",
"required": "1",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a page"
}
}
}
}
}
}
},
{
"id": "29",
"group": "Social",
"name": "Google+",
"handle": "googleplus",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "137",
"group": "Inhoud",
"name": "Gradient",
"handle": "gradient",
"instructions": "",
"required": false,
"type": "Lightswitch",
"typesettings": {
"default": "1"
}
},
{
"id": "131",
"group": "Hubspot",
"name": "HubSpot Auteur",
"handle": "hubspotAuteur",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "132",
"group": "Hubspot",
"name": "HubSpot Auteur slug",
"handle": "hubspotAuthorSlug",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "123",
"group": "Hubspot",
"name": "HubSpot Blog Id",
"handle": "hubspotBlogId",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "20",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "133",
"group": "Hubspot",
"name": "HubSpot Blog Post Id",
"handle": "hubspotBlogPostId",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "124",
"group": "Hubspot",
"name": "HubSpot Blog URL",
"handle": "hubspotBlogUrl",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "136",
"group": "Hubspot",
"name": "Hubspot Embed Code",
"handle": "hubspotEmbedCode",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "1",
"initialRows": "5"
}
},
{
"id": "125",
"group": "Hubspot",
"name": "HubSpot Template Id",
"handle": "hubspotTemplateId",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "20",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "134",
"group": "Hubspot",
"name": "HubSpot Topic Id",
"handle": "hubspotTopicId",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "126",
"group": "Hubspot",
"name": "HubSpot User Token",
"handle": "hubspotUserToken",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "10",
"group": "Afbeeldingen",
"name": "Image",
"handle": "image",
"instructions": "",
"required": false,
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": "",
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
},
{
"id": "45",
"group": "Afbeeldingen",
"name": "Image as background",
"handle": "imageAsBackground",
"instructions": "",
"required": false,
"type": "Lightswitch",
"typesettings": {
"default": ""
}
},
{
"id": "47",
"group": "Afbeeldingen",
"name": "Image Overlap",
"handle": "imageOverlap",
"instructions": "",
"required": false,
"type": "Lightswitch",
"typesettings": {
"default": ""
}
},
{
"id": "46",
"group": "Afbeeldingen",
"name": "Image Position",
"handle": "imagePosition",
"instructions": "",
"required": false,
"type": "PositionSelect",
"typesettings": {
"options": {
"left": true,
"right": true
}
}
},
{
"id": "31",
"group": "Afbeeldingen",
"name": "Image Slider",
"handle": "imageSlider",
"instructions": "",
"required": false,
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
},
{
"id": "13",
"group": "Inhoud",
"name": "Link title",
"handle": "linkTitle",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "104",
"group": "Inhoud",
"name": "Link Url",
"handle": "linkUrl",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "30",
"group": "Social",
"name": "LinkedIn",
"handle": "linkedin",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "41",
"group": "Matrix",
"name": "Links",
"handle": "linksMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"5": {
"name": "Links",
"handle": "links",
"fields": {
"42": {
"name": "Link title",
"handle": "linkTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"43": {
"name": "Link url",
"handle": "linkUrl",
"instructions": "Use http:// or https:// for an external link.\r\nUse / for an internal link, for example: www.website.com/path-to-page will become: /path-to-page",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"44": {
"name": "Page relation",
"handle": "pageRelation",
"instructions": "If this field is set, then the link to the selected page will be used instead of the Link url.",
"required": "0",
"type": "Entries",
"typesettings": {
"sources": [
"contentPages",
"singles"
],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose a page"
}
}
}
}
}
}
},
{
"id": "20",
"group": "Inhoud",
"name": "Locatie",
"handle": "location",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "16",
"group": "Afbeeldingen",
"name": "Logo - Image",
"handle": "logoImage",
"instructions": "",
"required": false,
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an logo"
}
},
{
"id": "105",
"group": "Inhoud",
"name": "Number",
"handle": "number",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "14",
"group": "Inhoud",
"name": "Page relation",
"handle": "pageRelation",
"instructions": "If this field is set, then the link to the selected page will be used instead of the Link url.",
"required": false,
"type": "Entries",
"typesettings": {
"sources": [],
"targetLocale": "",
"limit": "1",
"selectionLabel": "Choose an entry"
}
},
{
"id": "92",
"group": "Social",
"name": "Phonenumber",
"handle": "phonenumber",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "101",
"group": "Matrix",
"name": "Phonenumber",
"handle": "phonenumberMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"16": {
"name": "Number",
"handle": "number",
"fields": {
"103": {
"name": "Country",
"handle": "country",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"102": {
"name": "Phonenumber",
"handle": "phone",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
}
}
}
}
}
},
{
"id": "23",
"group": "Inhoud",
"name": "Place",
"handle": "place",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "21",
"group": "Inhoud",
"name": "Postalcode",
"handle": "postalcode",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "69",
"group": "Matrix",
"name": "Product Content",
"handle": "productContentMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"10": {
"name": "Product Content",
"handle": "productContent",
"fields": {
"70": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"71": {
"name": "Text",
"handle": "text",
"instructions": "",
"required": "1",
"type": "RichText",
"typesettings": {
"configFile": "Standard.json",
"availableAssetSources": "",
"availableTransforms": "",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
}
}
}
}
}
},
{
"id": "65",
"group": "Matrix",
"name": "Product Features",
"handle": "productFeaturesMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"9": {
"name": "Product Feature",
"handle": "productFeature",
"fields": {
"66": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
}
}
}
}
}
},
{
"id": "57",
"group": "Matrix",
"name": "Product Specifications",
"handle": "productSpecificationsMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"8": {
"name": "Product Specification",
"handle": "productSpecification",
"fields": {
"58": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"59": {
"name": "Image",
"handle": "image",
"instructions": "",
"required": "0",
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "",
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
},
"60": {
"name": "text",
"handle": "text",
"instructions": "",
"required": "0",
"type": "RichText",
"typesettings": {
"configFile": "",
"availableAssetSources": "",
"availableTransforms": "",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
},
"61": {
"name": "Number",
"handle": "number",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"62": {
"name": "Coordinate X",
"handle": "coordinateX",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"63": {
"name": "Coordinate Y",
"handle": "coordinateY",
"instructions": "",
"required": "0",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
}
}
}
}
}
},
{
"id": "51",
"group": "Matrix",
"name": "Products",
"handle": "productsMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"7": {
"name": "Product",
"handle": "product",
"fields": {
"52": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"56": {
"name": "Text",
"handle": "text",
"instructions": "",
"required": "0",
"type": "RichText",
"typesettings": {
"configFile": "",
"availableAssetSources": "",
"availableTransforms": "",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
},
"53": {
"name": "Background image",
"handle": "backgroundImage",
"instructions": "",
"required": "0",
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
}
}
}
}
}
},
{
"id": "109",
"group": "Inhoud",
"name": "Quick Tab ID",
"handle": "quickTabId",
"instructions": "None means not in use.",
"required": false,
"type": "Dropdown",
"typesettings": {
"options": [
{
"label": "None",
"value": "none",
"default": ""
},
{
"label": "1",
"value": "1",
"default": ""
},
{
"label": "2",
"value": "2",
"default": ""
},
{
"label": "3",
"value": "3",
"default": ""
},
{
"label": "4",
"value": "4",
"default": ""
},
{
"label": "5",
"value": "5",
"default": ""
}
]
}
},
{
"id": "106",
"group": "Matrix",
"name": "Quick Tabs",
"handle": "quickTabsMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": "5",
"blockTypes": {
"17": {
"name": "Quick Tab",
"handle": "quickTab",
"fields": {
"107": {
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
"108": {
"name": "Quick Tab ID",
"handle": "quickTabId",
"instructions": "",
"required": "1",
"type": "Dropdown",
"typesettings": {
"options": [
{
"label": "1",
"value": "1",
"default": ""
},
{
"label": "2",
"value": "2",
"default": ""
},
{
"label": "3",
"value": "3",
"default": ""
},
{
"label": "4",
"value": "4",
"default": ""
},
{
"label": "5",
"value": "5",
"default": ""
}
]
}
}
}
}
}
}
},
{
"id": "90",
"group": "SEO",
"name": "SEO",
"handle": "seo",
"instructions": "",
"required": false,
"type": "Seomatic_Meta",
"typesettings": {
"assetSources": "",
"seoMainEntityCategory": "CreativeWork",
"seoMainEntityOfPage": "WebPage",
"seoTitleSource": "field",
"seoTitleSourceField": "title",
"seoTitle": "",
"seoTitleSourceChangeable": "1",
"seoDescriptionSource": "custom",
"seoDescriptionSourceField": "title",
"seoDescription": "",
"seoDescriptionSourceChangeable": "1",
"seoKeywordsSource": "custom",
"seoKeywordsSourceField": "title",
"seoKeywords": "",
"seoKeywordsSourceChangeable": "1",
"seoImageIdSource": "custom",
"seoImageIdSourceField": "backgroundImage",
"seoImageIdSourceChangeable": "1",
"seoImageTransform": "",
"twitterCardType": "",
"twitterCardTypeChangeable": "1",
"seoTwitterImageIdSource": "custom",
"seoTwitterImageIdSourceField": "backgroundImage",
"seoTwitterImageIdSourceChangeable": "1",
"seoTwitterImageTransform": "",
"openGraphType": "",
"openGraphTypeChangeable": "1",
"seoFacebookImageIdSource": "custom",
"seoFacebookImageIdSourceField": "backgroundImage",
"seoFacebookImageIdSourceChangeable": "1",
"seoFacebookImageTransform": "",
"robots": "",
"robotsChangeable": "1"
}
},
{
"id": "95",
"group": "Matrix",
"name": "Slider",
"handle": "sliderMatrix",
"instructions": "",
"required": false,
"type": "Matrix",
"typesettings": {
"maxBlocks": null,
"blockTypes": {
"14": {
"name": "Image",
"handle": "image",
"fields": {
"96": {
"name": "Image",
"handle": "image",
"instructions": "",
"required": "1",
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
}
}
},
"15": {
"name": "Video",
"handle": "video",
"fields": {
"98": {
"name": "Image",
"handle": "image",
"instructions": "",
"required": "1",
"type": "Assets",
"typesettings": {
"useSingleFolder": "",
"sources": [
"folder:1"
],
"defaultUploadLocationSource": "images",
"defaultUploadLocationSubpath": "",
"singleUploadLocationSource": "images",
"singleUploadLocationSubpath": "",
"restrictFiles": "1",
"allowedKinds": [
"image"
],
"targetLocale": "",
"limit": "1",
"viewMode": "list",
"selectionLabel": "Choose an image"
}
},
"99": {
"name": "Video",
"handle": "video",
"instructions": "Use the full path of the website with http:// or https://",
"required": "1",
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
}
}
}
}
}
},
{
"id": "118",
"group": "Inhoud",
"name": "Start date",
"handle": "startDate",
"instructions": "",
"required": false,
"type": "Date",
"typesettings": {
"minuteIncrement": "30",
"showDate": 1,
"showTime": 0
}
},
{
"id": "22",
"group": "Inhoud",
"name": "Street",
"handle": "street",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "15",
"group": "Inhoud",
"name": "Subtitle",
"handle": "subtitle",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "8",
"group": "Inhoud",
"name": "Text",
"handle": "text",
"instructions": "",
"required": false,
"type": "RichText",
"typesettings": {
"configFile": "Standard.json",
"availableAssetSources": "",
"availableTransforms": "",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
},
{
"id": "78",
"group": "Inhoud",
"name": "Text",
"handle": "text2",
"instructions": "",
"required": false,
"type": "RichText",
"typesettings": {
"configFile": "Standard.json",
"availableAssetSources": "",
"availableTransforms": "*",
"cleanupHtml": "1",
"purifyHtml": "1",
"columnType": "text"
}
},
{
"id": "4",
"group": "Inhoud",
"name": "Title",
"handle": "mainTitle",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "5",
"group": "Inhoud",
"name": "Title",
"handle": "mainTitle2",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "6",
"group": "Inhoud",
"name": "Title",
"handle": "mainTitle3",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "122",
"group": "Inhoud",
"name": "Title",
"handle": "mainTitle4",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "1",
"initialRows": "2"
}
},
{
"id": "28",
"group": "Social",
"name": "YouTube",
"handle": "youtube",
"instructions": "",
"required": false,
"type": "PlainText",
"typesettings": {
"placeholder": "",
"maxLength": "",
"multiline": "",
"initialRows": "4"
}
},
{
"id": "117",
"group": "Neo",
"name": "Company",
"handle": "companyNeo",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"48": {
"sortOrder": "1",
"name": "Companies",
"handle": "companies",
"maxBlocks": null,
"childBlocks": [
"company"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"mainTitle"
]
}
},
"49": {
"sortOrder": "2",
"name": "Company",
"handle": "company",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Company": [
"mainTitle",
"mainTitle2",
"street",
"postalcode",
"place",
"country",
"linksMatrix"
]
},
"relabel": [
{
"field": "mainTitle2",
"name": "Company name",
"instructions": null
}
]
}
}
}
},
{
"id": "81",
"group": "Neo",
"name": "Content Detail",
"handle": "contentNeoDetail",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"14": {
"sortOrder": "1",
"name": "Text",
"handle": "text",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"backgroundColor",
"quickTabId"
]
}
},
"5": {
"sortOrder": "2",
"name": "Text & Media",
"handle": "textMedia",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"subtitle",
"quickTabId",
"linksMatrix",
"benefitsMatrix"
],
"Media": [
"imageAsBackground",
"backgroundColor",
"image",
"logoImage",
"imageOverlap",
"imagePosition"
]
},
"reasons": {
"backgroundColor": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imagePosition": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imageOverlap": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
]
},
"relabel": [
{
"field": "mainTitle2",
"name": "Subtitle",
"instructions": null
}
]
},
"21": {
"sortOrder": "3",
"name": "Features",
"handle": "features",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Features": [
"mainTitle",
"backgroundColor",
"backgroundImage",
"quickTabId",
"productFeaturesMatrix"
]
}
},
"15": {
"sortOrder": "4",
"name": "Product Details",
"handle": "productDetails",
"maxBlocks": null,
"childBlocks": [
"productDetail"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"quickTabId"
]
}
},
"44": {
"sortOrder": "5",
"name": "Product Detail",
"handle": "productDetail",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail Large": [
"mainTitle",
"backgroundImage",
"linksMatrix"
]
}
},
"16": {
"sortOrder": "6",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"quickTabId",
"ctaCategory"
]
},
"relabel": [
{
"field": "mainTitle2",
"name": "Subtitle",
"instructions": null
}
]
},
"50": {
"sortOrder": "7",
"name": "Development Process",
"handle": "developmentProcess",
"maxBlocks": null,
"childBlocks": [
"processDetail"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"mainTitle4"
]
}
},
"51": {
"sortOrder": "8",
"name": "Process detail",
"handle": "processDetail",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Process detail": [
"mainTitle",
"number",
"text"
]
}
},
"52": {
"sortOrder": "9",
"name": "Product Details Large",
"handle": "productDetailsLarge",
"maxBlocks": null,
"childBlocks": [
"productDetailLarge"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"mainTitle",
"quickTabId"
]
}
},
"53": {
"sortOrder": "10",
"name": "Product Detail Large",
"handle": "productDetailLarge",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail Large": [
"mainTitle",
"backgroundImage",
"text",
"linksMatrix"
]
}
}
}
}
},
{
"id": "38",
"group": "Neo",
"name": "Content Home",
"handle": "contentNeoHome",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"1": {
"sortOrder": "1",
"name": "Text & Media",
"handle": "textMedia",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"subtitle",
"linksMatrix",
"benefitsMatrix"
],
"Media": [
"imageAsBackground",
"backgroundColor",
"image",
"logoImage",
"imageOverlap",
"imagePosition"
]
},
"reasons": {
"backgroundColor": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imagePosition": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imageOverlap": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
]
}
},
"35": {
"sortOrder": "2",
"name": "Tabs",
"handle": "tabs",
"maxBlocks": null,
"childBlocks": [
"tab"
],
"maxChildBlocks": "3",
"topLevel": "1",
"fieldLayout": []
},
"36": {
"sortOrder": "3",
"name": "Tab",
"handle": "tab",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Tab": [
"mainTitle",
"subtitle",
"image",
"linksMatrix"
]
},
"relabel": [
{
"field": "mainTitle",
"name": "Tab title",
"instructions": null
},
{
"field": "mainTitle2",
"name": "Tab Title",
"instructions": null
}
]
},
"17": {
"sortOrder": "4",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"ctaCategory"
]
}
}
}
}
},
{
"id": "135",
"group": "Neo",
"name": "Content Neo Detail Hidden",
"handle": "contentNeoDetailHidden",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"54": {
"sortOrder": "1",
"name": "Text",
"handle": "text",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text"
]
}
}
}
}
},
{
"id": "80",
"group": "Neo",
"name": "Content Overview",
"handle": "contentNeoOverview",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"4": {
"sortOrder": "1",
"name": "Text",
"handle": "text",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"backgroundColor",
"quickTabId"
]
}
},
"18": {
"sortOrder": "2",
"name": "Product Details Large",
"handle": "productDetailsLarge",
"maxBlocks": null,
"childBlocks": [
"productDetailLarge"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Detail Pages": [
"backgroundColor",
"quickTabId"
]
}
},
"43": {
"sortOrder": "3",
"name": "Product Detail Large",
"handle": "productDetailLarge",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail Large": [
"mainTitle",
"backgroundImage",
"text",
"linksMatrix"
]
}
},
"19": {
"sortOrder": "4",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"quickTabId",
"ctaCategory"
]
}
}
}
}
},
{
"id": "79",
"group": "Neo",
"name": "Content Product Detail",
"handle": "contentNeoProductDetail",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"3": {
"sortOrder": "1",
"name": "Text",
"handle": "text",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"backgroundColor",
"text",
"quickTabId"
]
}
},
"8": {
"sortOrder": "2",
"name": "Slider",
"handle": "slider",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Slider": [
"backgroundColor",
"quickTabId",
"sliderMatrix"
]
}
},
"11": {
"sortOrder": "3",
"name": "Product Details Large",
"handle": "productDetailsLarge",
"maxBlocks": null,
"childBlocks": [
"productDetailLarge"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"quickTabId"
]
}
},
"40": {
"sortOrder": "4",
"name": "Product Detail Large",
"handle": "productDetailLarge",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail Large": [
"mainTitle",
"backgroundImage",
"text",
"linksMatrix"
]
}
},
"12": {
"sortOrder": "5",
"name": "Specifications",
"handle": "specifications",
"maxBlocks": null,
"childBlocks": [
"specification"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Specifications": [
"backgroundColor",
"mainTitle",
"quickTabId",
"backgroundImage"
]
}
},
"41": {
"sortOrder": "6",
"name": "Specification",
"handle": "specification",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Specification": [
"mainTitle",
"image",
"number",
"coordinateX",
"coordinateY",
"text",
"linksMatrix"
]
}
},
"20": {
"sortOrder": "7",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"quickTabId",
"backgroundImage",
"ctaCategory"
]
}
}
}
}
},
{
"id": "48",
"group": "Neo",
"name": "Content Products",
"handle": "contentNeoProducts",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"2": {
"sortOrder": "1",
"name": "Text & Media",
"handle": "textMedia",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Content": [
"mainTitle",
"text",
"subtitle",
"quickTabId",
"linksMatrix",
"benefitsMatrix"
],
"Media": [
"imageAsBackground",
"backgroundColor",
"logoImage",
"image",
"imageOverlap",
"imagePosition"
]
},
"reasons": {
"backgroundColor": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imagePosition": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imageOverlap": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
]
}
},
"6": {
"sortOrder": "2",
"name": "Product Details",
"handle": "productDetails",
"maxBlocks": null,
"childBlocks": [
"productDetail"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"quickTabId"
]
}
},
"45": {
"sortOrder": "3",
"name": "Product Detail",
"handle": "productDetail",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail": [
"mainTitle",
"backgroundImage",
"linksMatrix"
]
}
},
"7": {
"sortOrder": "4",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"quickTabId",
"ctaCategory"
]
}
}
}
}
},
{
"id": "93",
"group": "Neo",
"name": "Footer",
"handle": "footerNeo",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"33": {
"sortOrder": "1",
"name": "Footer Links",
"handle": "footerLinks",
"maxBlocks": null,
"childBlocks": [
"column"
],
"maxChildBlocks": "3",
"topLevel": "1",
"fieldLayout": []
},
"37": {
"sortOrder": "2",
"name": "Column",
"handle": "column",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Links": [
"mainTitle",
"linkUrl",
"pageRelation",
"linksMatrix"
]
}
}
}
}
},
{
"id": "89",
"group": "Neo",
"name": "Technical Detail",
"handle": "technicalNeoDetail",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"24": {
"sortOrder": "1",
"name": "Text & Media",
"handle": "textMedia",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text ": [
"mainTitle",
"text",
"subtitle",
"quickTabId",
"linksMatrix",
"benefitsMatrix"
],
"Media": [
"imageAsBackground",
"backgroundColor",
"image",
"logoImage",
"imageOverlap",
"imagePosition"
]
},
"reasons": {
"backgroundColor": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imagePosition": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imageOverlap": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
]
}
},
"25": {
"sortOrder": "2",
"name": "Features",
"handle": "features",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Features": [
"mainTitle",
"backgroundImage",
"imagePosition",
"quickTabId",
"productFeaturesMatrix"
]
},
"reasons": {
"imagePosition": [
[
{
"fieldId": "backgroundImage",
"compare": "==",
"value": "notnull"
}
]
]
}
},
"26": {
"sortOrder": "3",
"name": "Text",
"handle": "text",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"backgroundColor",
"quickTabId"
]
}
},
"27": {
"sortOrder": "4",
"name": "Slider",
"handle": "slider",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Slider": [
"backgroundColor",
"quickTabId",
"sliderMatrix"
]
}
},
"28": {
"sortOrder": "5",
"name": "Product Content",
"handle": "productContent",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Product content": [
"mainTitle",
"backgroundColor",
"quickTabId",
"productContentMatrix"
]
}
},
"29": {
"sortOrder": "6",
"name": "Product Details",
"handle": "productDetails",
"maxBlocks": null,
"childBlocks": [
"productDetail"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"mainTitle",
"quickTabId"
]
}
},
"46": {
"sortOrder": "7",
"name": "Product Detail",
"handle": "productDetail",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail": [
"mainTitle",
"backgroundImage",
"linksMatrix"
]
}
},
"31": {
"sortOrder": "8",
"name": "Product Details Large",
"handle": "productDetailsLarge",
"maxBlocks": null,
"childBlocks": [
"productDetailLarge"
],
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"General": [
"backgroundColor",
"mainTitle",
"quickTabId"
]
}
},
"47": {
"sortOrder": "9",
"name": "Product Detail Large",
"handle": "productDetailLarge",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "0",
"fieldLayout": {
"Product Detail Large": [
"mainTitle",
"backgroundImage",
"text",
"linksMatrix"
]
}
},
"30": {
"sortOrder": "10",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"quickTabId",
"ctaCategory"
]
}
}
}
}
},
{
"id": "83",
"group": "Neo",
"name": "Technical Overview",
"handle": "technicalNeoOverview",
"instructions": "",
"required": false,
"type": "Neo",
"typesettings": {
"maxBlocks": null,
"groups": {
"name": [],
"sortOrder": []
},
"blockTypes": {
"22": {
"sortOrder": "1",
"name": "Text & Media",
"handle": "textMedia",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"Text": [
"mainTitle",
"text",
"subtitle",
"quickTabId",
"linksMatrix",
"benefitsMatrix"
],
"Media": [
"imageAsBackground",
"backgroundColor",
"image",
"logoImage",
"imageOverlap",
"imagePosition"
]
},
"reasons": {
"backgroundColor": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imagePosition": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
],
"imageOverlap": [
[
{
"fieldId": "imageAsBackground",
"compare": "==",
"value": "false"
}
]
]
}
},
"23": {
"sortOrder": "2",
"name": "CTA",
"handle": "cta",
"maxBlocks": null,
"childBlocks": "",
"maxChildBlocks": null,
"topLevel": "1",
"fieldLayout": {
"CTA": [
"mainTitle",
"subtitle",
"backgroundImage",
"quickTabId",
"ctaCategory"
]
}
}
}
}
}
],
"entryTypes": [
{
"id": "12",
"sectionId": "6",
"sectionHandle": "blog",
"hasTitleField": "0",
"titleLabel": null,
"titleFormat": "{section.name|raw}",
"name": "Blog",
"handle": "blog",
"fieldLayout": {
"Hubspot": [
"hubspotBlogId",
"hubspotBlogUrl",
"hubspotTemplateId",
"ctaCategory2",
"ctaCategory"
]
},
"relabel": [
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "13",
"sectionId": "7",
"sectionHandle": "career",
"hasTitleField": "1",
"titleLabel": "Title",
"name": "Career",
"handle": "career",
"fieldLayout": []
},
{
"id": "5",
"sectionId": "5",
"sectionHandle": "companies",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS)",
"name": "Company",
"handle": "company",
"fieldLayout": {
"Companies": [
"mainTitle",
"mainTitle2",
"street",
"postalcode",
"place",
"country",
"linksMatrix"
]
},
"relabel": [
{
"field": "mainTitle2",
"name": "Company name",
"instructions": null
}
]
},
{
"id": "6",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Product Group Overview",
"handle": "productGroupOverview",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick tabs": [
"quickTabsMatrix"
],
"Content": [
"contentNeoProducts"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this Main Menu CTA is chosen on a page"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
},
{
"field": "linkTitle",
"name": "CTA Link title",
"instructions": null
},
{
"field": "linkUrl",
"name": "CTA Link Url",
"instructions": null
}
]
},
{
"id": "7",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Product Detail",
"handle": "productDetail",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick Tabs": [
"quickTabsMatrix"
],
"Content": [
"contentNeoProductDetail"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this Main Menu CTA is chosen on a page"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
},
{
"field": "linkTitle",
"name": "CTA Link title",
"instructions": null
},
{
"field": "linkUrl",
"name": "CTA Link Url",
"instructions": null
}
]
},
{
"id": "8",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Content Overview",
"handle": "contentOverview",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick tabs": [
"quickTabsMatrix"
],
"Content": [
"contentNeoOverview"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this Main Menu CTA is chosen on a page"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
},
{
"field": "linkTitle",
"name": "CTA Link Title",
"instructions": null
},
{
"field": "linkUrl",
"name": "CTA Link Url",
"instructions": null
}
]
},
{
"id": "9",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Content Detail",
"handle": "contentDetail",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick tabs": [
"quickTabsMatrix"
],
"Content": [
"contentNeoDetail"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "20",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Content Detail Hidden",
"handle": "contentDetailHidden",
"fieldLayout": {
"Content": [
"contentNeoDetailHidden"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory",
"ctaCategory2"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory2",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "10",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Technical Overview",
"handle": "technicalOverview",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick tabs": [
"quickTabsMatrix"
],
"Content": [
"technicalNeoOverview"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "11",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Technical Detail",
"handle": "technicalDetail",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Quick tabs": [
"quickTabsMatrix"
],
"Content": [
"technicalNeoDetail"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "15",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Contact",
"handle": "contact",
"fieldLayout": {
"Contact": [
"mainTitle",
"backgroundImage",
"hubspotEmbedCode",
"ctaCategory"
],
"SEO": [
"seo"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
}
]
},
{
"id": "16",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Events",
"handle": "events",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
}
]
},
{
"id": "17",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Companies & Locations",
"handle": "companiesLocations",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"SEO": [
"seo"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
}
]
},
{
"id": "18",
"sectionId": "3",
"sectionHandle": "contentPages",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Career",
"handle": "career",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"SEO": [
"seo"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this is chosen"
}
]
},
{
"id": "4",
"sectionId": "4",
"sectionHandle": "events",
"hasTitleField": "0",
"titleLabel": null,
"titleFormat": "{mainTitle|raw}",
"name": "Event",
"handle": "event",
"fieldLayout": {
"Event": [
"mainTitle",
"image",
"startDate",
"endDate",
"location",
"country",
"linkUrl"
]
}
},
{
"id": "1",
"sectionId": "1",
"sectionHandle": "homepage",
"hasTitleField": "1",
"titleLabel": "Page Title (CMS) / Menu Title",
"name": "Home",
"handle": "homepage",
"fieldLayout": {
"General": [
"mainTitle",
"ctaCategory"
],
"Header": [
"mainTitle2",
"subtitle",
"gradient",
"backgroundImage",
"ctaCategory2",
"ctaCategory3"
],
"SEO": [
"seo"
],
"Content": [
"contentNeoHome"
]
},
"relabel": [
{
"field": "ctaCategory",
"name": "Main Menu CTA",
"instructions": "The global CTA is hidden when this Main Menu CTA is chosen on a page"
},
{
"field": "ctaCategory2",
"name": "CTA 1",
"instructions": null
},
{
"field": "ctaCategory3",
"name": "CTA 2",
"instructions": null
},
{
"field": "linkTitle",
"name": "CTA Link title",
"instructions": null
},
{
"field": "linkUrl",
"name": "CTA Link Url",
"instructions": null
}
]
},
{
"id": "19",
"sectionId": "9",
"sectionHandle": "searchOverview",
"hasTitleField": "0",
"titleLabel": null,
"titleFormat": "{section.name|raw}",
"name": "Search Overview",
"handle": "searchOverview",
"fieldLayout": {
"SEO": [
"seo"
]
}
}
],
"sources": [
{
"id": "1",
"name": "Images",
"handle": "images",
"type": "Local",
"settings": {
"path": "{basePath}uploads/images/",
"publicURLs": "1",
"url": "/uploads/images/"
},
"fieldLayout": []
},
{
"id": "2",
"name": "Documents",
"handle": "documents",
"type": "Local",
"settings": {
"path": "{basePath}uploads/documents/",
"publicURLs": "1",
"url": "/uploads/documents/"
},
"fieldLayout": []
}
],
"transforms": [
{
"id": "2",
"name": "Award Image",
"handle": "awardImage",
"mode": "fit",
"position": "center-center",
"width": "33",
"height": "34",
"quality": "82",
"format": null
},
{
"id": "3",
"name": "CTA Image",
"handle": "ctaImage",
"mode": "fit",
"position": "center-center",
"width": "1712",
"height": "422",
"quality": "82",
"format": null
},
{
"id": "1",
"name": "Event Image",
"handle": "eventImage",
"mode": "fit",
"position": "center-center",
"width": "165",
"height": "87",
"quality": "82",
"format": null
},
{
"id": "4",
"name": "Header Image",
"handle": "headerImage",
"mode": "fit",
"position": "center-center",
"width": "1600",
"height": "667",
"quality": "82",
"format": null
},
{
"id": "6",
"name": "Logo Image",
"handle": "logoImage",
"mode": "fit",
"position": "center-center",
"width": "300",
"height": "300",
"quality": "82",
"format": null
},
{
"id": "5",
"name": "Product Image",
"handle": "productImage",
"mode": "fit",
"position": "center-center",
"width": "495",
"height": "429",
"quality": "82",
"format": null
}
],
"globals": [
{
"id": "18",
"name": "Bottom menu",
"handle": "bottomMenu",
"fieldLayout": {
"Content": [
"linksMatrix"
]
},
"relabel": [
{
"field": "linksMatrix",
"name": "Bottom menu",
"instructions": null
}
]
},
{
"id": "5",
"name": "Footer",
"handle": "footer",
"fieldLayout": {
"Content": [
"footerNeo",
"awards",
"phonenumberMatrix",
"facebook",
"googleplus",
"linkedin",
"youtube",
"email"
]
}
},
{
"id": "6",
"name": "Main Menu",
"handle": "mainMenu",
"fieldLayout": {
"Content": [
"ctaCategory"
]
},
"relabel": [
{
"field": "linksMatrix",
"name": "Top Menu",
"instructions": null
}
]
},
{
"id": "17",
"name": "Top menu",
"handle": "topMenu",
"fieldLayout": {
"Content": [
"linksMatrix"
]
}
}
],
"categories": [
{
"id": "1",
"name": "CTA's",
"handle": "ctaCategories",
"hasUrls": "0",
"template": null,
"maxLevels": "1",
"locales": {
"de": {
"urlFormat": null,
"nestedUrlFormat": null
},
"en": {
"urlFormat": null,
"nestedUrlFormat": null
}
},
"fieldLayout": {
"CTA / Form": [
"ctasFormsMatrix"
]
}
}
],
"tags": [
{
"id": "1",
"name": "Default",
"handle": "default"
}
],
"userGroups": [
{
"id": "1",
"name": "Site Admins",
"handle": "siteAdmins"
}
],
"userGroupPermissions": [
{
"handle": "siteAdmins",
"permissions": {
"general": [
"accessSiteWhenSystemIsOff",
"accessCpWhenSystemIsOff",
"accessCp",
"editLocale:en",
"editLocale:de"
],
"globals": {
"bottomMenu": [
"editGlobalSet"
],
"footer": [
"editGlobalSet"
],
"mainMenu": [
"editGlobalSet"
],
"topMenu": [
"editGlobalSet"
]
},
"assetSources": {
"images": [
"uploadToAssetSource",
"createSubfoldersInAssetSource",
"removeFromAssetSource",
"viewAssetSource"
],
"documents": [
"uploadToAssetSource",
"createSubfoldersInAssetSource",
"removeFromAssetSource",
"viewAssetSource"
]
},
"sections": {
"companies": [
"createEntries",
"publishEntries",
"deleteEntries",
"publishPeerEntries",
"deletePeerEntries",
"editPeerEntries",
"publishPeerEntryDrafts",
"deletePeerEntryDrafts",
"editPeerEntryDrafts",
"editEntries"
],
"contentPages": [
"createEntries",
"publishEntries",
"deleteEntries",
"publishPeerEntries",
"deletePeerEntries",
"editPeerEntries",
"publishPeerEntryDrafts",
"deletePeerEntryDrafts",
"editPeerEntryDrafts",
"editEntries"
],
"events": [
"createEntries",
"publishEntries",
"deleteEntries",
"publishPeerEntries",
"deletePeerEntries",
"editPeerEntries",
"publishPeerEntryDrafts",
"deletePeerEntryDrafts",
"editPeerEntryDrafts",
"editEntries"
],
"homepage": [
"publishEntries",
"publishPeerEntryDrafts",
"deletePeerEntryDrafts",
"editPeerEntryDrafts",
"editEntries"
]
},
"categories": {
"ctaCategories": [
"editCategories"
]
}
}
}
]
}
Any solution for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: