Pennebaker / craftcms-thearchitect

CraftCMS plugin to generate content models from JSON data.
MIT License
171 stars 9 forks source link

Testing migrations locally: Not sure why this does not work. #47

Closed nilsnh closed 7 years ago

nilsnh commented 7 years ago

What I tried to do:

My attempted migrations file (error is posted after). Key details:

{
    "groups": [
        "Kontakt",
        "Blogg o.l.",
        "Navigasjon",
        "Bilder",
        "Default",
        "Oversiktsider",
        "Kurs og konferanse",
        "Kampanjeside",
        "Forside",
        "Karriere",
        "Produkter og tjenester",
        "Sprout Email Examples",
        "Kampanje",
        "Kundehistorier",
        "Nedlastninger",
        "Nyhetsbrev",
        "Transportsider"
    ],
    "sections": [
        {
            "id": 3,
            "name": "Ansatte",
            "handle": "employees",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 0,
                "template": null,
                "locales": {
                    "no": 1
                }
            }
        },
        {
            "id": 22,
            "name": "Artikkel",
            "handle": "article",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "article\/_entry",
                "urlFormat": "artikkel\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 21,
            "name": "Bloggforside",
            "handle": "blogFrontpage",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "blog\/_index",
                "urlFormat": "blogg",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 7,
            "name": "Blogginnlegg",
            "handle": "blog",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "blog\/_entry",
                "urlFormat": "blogg\/{postDate|date(\"Y\")}\/{postDate|date(\"m\")}\/{postDate|date(\"d\")}\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 24,
            "name": "Guider (how-to)",
            "handle": "guides",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "article\/_entry",
                "urlFormat": "guider\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 1,
            "name": "Homepage",
            "handle": "homepage",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "index",
                "urlFormat": "__home__",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 17,
            "name": "Hovedmeny",
            "handle": "mainNavigation",
            "type": "structure",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 0,
                "template": null,
                "maxLevels": 2,
                "locales": {
                    "no": 1
                }
            }
        },
        {
            "id": 20,
            "name": "Kampanjer",
            "handle": "campaigns",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 0,
                "template": null,
                "locales": {
                    "no": 1
                }
            }
        },
        {
            "id": 26,
            "name": "Kampanjesider",
            "handle": "campaignPages",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "campaign-pages\/_entry",
                "urlFormat": "k\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 29,
            "name": "Karriere (jobb i Geodata)",
            "handle": "karriere",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "career\/_index",
                "urlFormat": "karriere",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 8,
            "name": "Karriereside for studenter",
            "handle": "studentCareer",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "article\/_entry",
                "urlFormat": "student",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 4,
            "name": "Kundehistorier",
            "handle": "caseStudies",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "case-studies\/_entry",
                "urlFormat": "kundehistorier\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 11,
            "name": "Kundehistorier: Oversikt",
            "handle": "caseStudiesOverview",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "case-studies\/",
                "urlFormat": "kundehistorier",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 6,
            "name": "Kurs og konferanse",
            "handle": "courseAndConference",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "courseAndConference\/_entry",
                "urlFormat": "kurs-og-konferanse\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 19,
            "name": "Kurs og konferanse (oversikt)",
            "handle": "courseAndConferenceOverview",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "courseAndConference",
                "urlFormat": "kurs-og-konferanse",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 9,
            "name": "Lisensierte nedlastninger",
            "handle": "licensedDownloads",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "licensed-downloads\/_entry",
                "urlFormat": "nedlastninger\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 10,
            "name": "Lisensierte nedlastninger (oversikt)",
            "handle": "licensedDownloadsOverview",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "licensed-downloads\/",
                "urlFormat": "nedlastninger",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 27,
            "name": "Logoer",
            "handle": "logos",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 0,
                "template": null,
                "locales": {
                    "no": 1
                }
            }
        },
        {
            "id": 28,
            "name": "Nyhetsbrev",
            "handle": "nyhetsbrev",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "newsletter\/index",
                "urlFormat": "nyhetsbrev",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 12,
            "name": "Om oss",
            "handle": "aboutUs",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "about-us\/",
                "urlFormat": "om-oss",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 5,
            "name": "Produkter og tjenester",
            "handle": "productsAndServices",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "products-and-services\/_entry",
                "urlFormat": "produkter-og-tjenester\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 14,
            "name": "Produkter og tjenester (oversikt)",
            "handle": "productsAndServicesOverview",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "products-and-services",
                "urlFormat": "produkter-og-tjenester",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 30,
            "name": "Stillingsutlysning",
            "handle": "jobVacancies",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "article\/_entry",
                "urlFormat": "stilling\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 25,
            "name": "styleguide",
            "handle": "styleguide",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "styleguide",
                "urlFormat": "styleguide",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 15,
            "name": "Tekniske oppdateringer",
            "handle": "technicalUpdates",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "technicalUpdates\/_entry",
                "urlFormat": "tekniske-oppdateringer\/{postDate|date(\"Y\")}\/{postDate|date(\"m\")}\/{postDate|date(\"d\")}\/{slug}",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 16,
            "name": "Tekniske oppdateringer (oversikt)",
            "handle": "technicalUpdatesOverview",
            "type": "single",
            "enableVersioning": 1,
            "typesettings": {
                "template": "technicalUpdates\/",
                "urlFormat": "tekniske-oppdateringer",
                "nestedUrlFormat": null
            }
        },
        {
            "id": 18,
            "name": "Transportside",
            "handle": "transportPage",
            "type": "channel",
            "enableVersioning": 1,
            "typesettings": {
                "hasUrls": 1,
                "template": "transportPage\/_entry",
                "urlFormat": "t\/{slug}",
                "nestedUrlFormat": null
            }
        }
    ],
    "fields": [
        {
            "id": 27,
            "group": "Kontakt",
            "name": "Ansattittel",
            "handle": "employeeTitle",
            "instructions": "",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 86,
            "group": "Blogg o.l.",
            "name": "Artikkelforfatter",
            "handle": "articleWriters",
            "instructions": "Legg til en eller flere forfattere av artikkelen.",
            "required": false,
            "type": "Entries",
            "typesettings": {
                "sources": [
                    "employees"
                ],
                "limit": "",
                "selectionLabel": "Legg til artikkelforfatter"
            }
        },
        {
            "id": 80,
            "group": "Navigasjon",
            "name": "Artikkellenke",
            "handle": "articleLink",
            "instructions": "Legg til side som du \u00f8nsker \u00e5 lenke til. \r\n\r\nDersom du \u00f8nsker \u00e5 lenke til en ekstern lenke m\u00e5 du velge \"ekstern lenke\" i menyen til h\u00f8yre der det st\u00e5r artikkeltype.",
            "required": false,
            "type": "Entries",
            "typesettings": {
                "sources": [],
                "limit": 1,
                "selectionLabel": "Legg til internlenke"
            }
        },
        {
            "id": 3,
            "group": "Bilder",
            "name": "Bilde",
            "handle": "image",
            "instructions": "Sett inn",
            "required": false,
            "type": "Assets",
            "typesettings": {
                "useSingleFolder": "",
                "sources": "*",
                "defaultUploadLocationSource": "amazon",
                "defaultUploadLocationSubpath": "",
                "singleUploadLocationSource": "amazon",
                "singleUploadLocationSubpath": "",
                "restrictFiles": 1,
                "allowedKinds": [
                    "image"
                ],
                "limit": "",
                "viewMode": "list",
                "selectionLabel": "Velg bilde"
            }
        },
        {
            "id": 125,
            "group": "Bilder",
            "name": "Bilde (for deling p\u00e5 FB, Twitter e.l.)",
            "handle": "seoImage",
            "instructions": "Dette bildet vil ikke synes i artikkelen, men i stedet bli brukt n\u00e5r artikkelen lenkes til internt p\u00e5 geodata.no og deles p\u00e5 sosiale medier som Facebook og Twitter.",
            "required": false,
            "type": "Assets",
            "typesettings": {
                "useSingleFolder": "",
                "sources": "*",
                "defaultUploadLocationSource": "amazon",
                "defaultUploadLocationSubpath": "",
                "singleUploadLocationSource": "amazon",
                "singleUploadLocationSubpath": "",
                "restrictFiles": 1,
                "allowedKinds": [
                    "image"
                ],
                "limit": 1,
                "viewMode": "large",
                "selectionLabel": "Legg til bilde"
            }
        },
        {
            "id": 10,
            "group": "Bilder",
            "name": "Bildeattribusjon",
            "handle": "imageAttribution",
            "instructions": "Legg til navn for \u00e5 kreditere bildeskaper.",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 9,
            "group": "Bilder",
            "name": "Bildetekst",
            "handle": "imageCaption",
            "instructions": "",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 11,
            "group": "Bilder",
            "name": "Bildetekst ved manglende bilde",
            "handle": "imageAltText",
            "instructions": "Legg til en beskrivelse av bildeinnholdet for \u00e5 bla. hjelpe svaksynte personer som bruker skjermleser.",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 88,
            "group": "Blogg o.l.",
            "name": "Blogg kategori",
            "handle": "blogCategories",
            "instructions": "Velg den kategorien som passer best til innlegget.",
            "required": false,
            "type": "Categories",
            "typesettings": {
                "source": "blogCategories",
                "limit": 1,
                "selectionLabel": "Legg til kategori"
            }
        },
        {
            "id": 1,
            "group": "Default",
            "name": "Body",
            "handle": "body",
            "instructions": "",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "MinimalWithPageBreak.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 191,
            "group": "Kontakt",
            "name": "Bunntekst",
            "handle": "bottomTextContactInfo",
            "instructions": "",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 81,
            "group": "Navigasjon",
            "name": "Ekstern lenke",
            "handle": "externalLink",
            "instructions": "Legg til ekstern lenke.",
            "required": false,
            "type": "SproutFields_Link",
            "typesettings": {
                "placeholder": "https:\/\/ekstern.lenke.no",
                "customPatternToggle": "",
                "customPattern": "",
                "customPatternErrorMessage": ""
            }
        },
        {
            "id": 230,
            "group": "Bilder",
            "name": "Fokuspunkt",
            "handle": "imageFocusPoint",
            "instructions": "Fokuspunkt er det sentrale i bildet. Dersom det blir behov for \u00e5 croppe et bilde for \u00e5 f\u00e5 bildet til \u00e5 passe i en gitt formst\u00f8rrelse s\u00e5 vil fokuspunktet s\u00f8rge for at det vesentlige i et bildet ikke croppes bort.",
            "required": false,
            "type": "FocusPoint_FocusPoint",
            "typesettings": {
                "useSingleFolder": "",
                "sources": "*",
                "defaultUploadLocationSource": 1,
                "defaultUploadLocationSubpath": "",
                "singleUploadLocationSource": 1,
                "singleUploadLocationSubpath": "",
                "restrictFiles": 1,
                "allowedKinds": [
                    "image"
                ],
                "limit": 1,
                "viewMode": "large",
                "selectionLabel": ""
            }
        },
        {
            "id": 33,
            "group": "Oversiktsider",
            "name": "Fremhevede kundehistorier",
            "handle": "highlightedCaseStudies",
            "instructions": "Marker kundehistorier som du \u00f8nsker \u00e5 l\u00f8fte frem p\u00e5 oversiktssiden.",
            "required": false,
            "type": "Entries",
            "typesettings": {
                "sources": [
                    "caseStudies"
                ],
                "limit": "",
                "selectionLabel": ""
            }
        },
        {
            "id": 135,
            "group": "Kurs og konferanse",
            "name": "Fremhevet kurs eller konferanse",
            "handle": "highlightedEvent",
            "instructions": "Fremhev kurs eller konferanse om det er noe du vil at folk skal legge ekstra merke til.",
            "required": false,
            "type": "Entries",
            "typesettings": {
                "sources": [
                    "courseAndConference"
                ],
                "limit": 1,
                "selectionLabel": "Fremhev kurs eller konferanse"
            }
        },
        {
            "id": 13,
            "group": "Bilder",
            "name": "Hovedbilde",
            "handle": "heroImage",
            "instructions": "",
            "required": false,
            "type": "Assets",
            "typesettings": {
                "useSingleFolder": "",
                "sources": "*",
                "defaultUploadLocationSource": "amazon",
                "defaultUploadLocationSubpath": "",
                "singleUploadLocationSource": "amazon",
                "singleUploadLocationSubpath": "",
                "restrictFiles": 1,
                "allowedKinds": [
                    "image"
                ],
                "limit": 1,
                "viewMode": "large",
                "selectionLabel": ""
            }
        },
        {
            "id": 201,
            "group": "Kampanjeside",
            "name": "Hovedbildevideo",
            "handle": "heroVideo",
            "instructions": "Legg inn html kode for \u00e5 embedde en video i toppen av artikkelen. Merk: Dette vil skjule ingressteksten fra \u00e5 bli vist p\u00e5 siden.",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "MinimalForHTMLSource.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": "",
                "purifyHtml": "",
                "purifierConfig": "",
                "columnType": "text"
            }
        },
        {
            "id": 4,
            "group": "Default",
            "name": "Hovedinnhold",
            "handle": "bodyContent",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "1": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "5": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "4": {
                        "name": "Bilde",
                        "handle": "image",
                        "fields": {
                            "8": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 1,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 2,
                                    "viewMode": "list",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "16": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "39": {
                        "name": "Bilde + tekst",
                        "handle": "imageAndText",
                        "fields": {
                            "141": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "142": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "143": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "5": {
                        "name": "Sitat",
                        "handle": "quote",
                        "fields": {
                            "12": {
                                "name": "Sitat",
                                "handle": "quote",
                                "instructions": "",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": 1,
                                    "initialRows": 4
                                }
                            },
                            "15": {
                                "name": "Sitert",
                                "handle": "cited",
                                "instructions": "Hvem er sitert?",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "2": {
                        "name": "Kart",
                        "handle": "map",
                        "fields": {
                            "6": {
                                "name": "Kart",
                                "handle": "mapUrl",
                                "instructions": "Legg inn url til kart for \u00e5 bli lagt inn som en iframe.",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "http:\/\/geodataonline.maps.arcgis.com\/apps\/Embed\/index.html?webmap=96b16a26443646e39ac01f70b6e08f2a&extent=10.9496,60.7588,11.2475,60.8601&zoom=true&scale=true&disable_scroll=false&theme=light",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "8": {
                        "name": "Iframe",
                        "handle": "iframe",
                        "fields": {
                            "23": {
                                "name": "Iframe",
                                "handle": "iframe",
                                "instructions": "Klikk p\u00e5 knappen nedenfor merket \"< >\" (source). Da kan du legge inn ren html.  \r\n\r\nLegg inn iframe html i fomatet <iframe src=\"\"><\/iframe>",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "MinimalForHTMLSource.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": "",
                                    "purifyHtml": "",
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "10": {
                        "name": "Relaterte artikler",
                        "handle": "relatedArticles",
                        "fields": {
                            "25": {
                                "name": "Tittel",
                                "handle": "relatedArticlesTitle",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "26": {
                                "name": "Relatert artikkel",
                                "handle": "relatedArticles",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "article",
                                        "blog",
                                        "caseStudies",
                                        "licensedDownloads",
                                        "productsAndServices"
                                    ],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "13": {
                        "name": "Kontaktboks",
                        "handle": "contactBox",
                        "fields": {
                            "193": {
                                "name": "Topptekst",
                                "handle": "topTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil toppteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "31": {
                                "name": "Kontaktperson",
                                "handle": "contactPersons",
                                "instructions": "Legg til en eller flere kontaktpersoner. Dersom du ikke legger til en kontaktperson vil det st\u00e5 en generell kontakt info. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "employees"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til kontaktperson"
                                }
                            },
                            "61": {
                                "name": "Kontaktskjema",
                                "handle": "contactForm",
                                "instructions": "Legg til kontaktskjema",
                                "required": 0,
                                "type": "SproutForms_Forms",
                                "typesettings": {
                                    "sources": [
                                        "group:1"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": "Legg til skjema"
                                }
                            },
                            "194": {
                                "name": "Bunntekst",
                                "handle": "bottomTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil bunnteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "15": {
                        "name": "Call to action",
                        "handle": "callToAction",
                        "fields": {
                            "36": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 20,
            "group": "Default",
            "name": "Hovedinnhold (footer)",
            "handle": "bodyContentFooter",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": 4,
                "blockTypes": {
                    "6": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "21": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "7": {
                        "name": "Bilde",
                        "handle": "image",
                        "fields": {
                            "22": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": "",
                                    "limit": "",
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 285,
            "group": "Forside",
            "name": "Hovedinnhold (forside)",
            "handle": "bodyContentFrontpageUpdated",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "84": {
                        "name": "Hero",
                        "handle": "hero",
                        "fields": {
                            "286": {
                                "name": "Herobilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "287": {
                                "name": "Herotekst",
                                "handle": "text",
                                "instructions": "Tips: Lenker vil bli stylet som knapper. Denne tekstblokken er tiltenkt \u00e5 bare ha en lenke (knapp) i bunn.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "85": {
                        "name": "Tjeneste",
                        "handle": "serviceOffering",
                        "fields": {
                            "288": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "289": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "86": {
                        "name": "Kampanjeplass",
                        "handle": "campaignSpace",
                        "fields": []
                    },
                    "87": {
                        "name": "Blogginnlegg",
                        "handle": "blogEntry",
                        "fields": {
                            "290": {
                                "name": "Blogginnlegg",
                                "handle": "blogEntry",
                                "instructions": "Legg til et innlegg som du \u00f8nsker \u00e5 vise et utdrag fra. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "blog"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "88": {
                        "name": "Tjenester",
                        "handle": "whatWeAreOffering",
                        "fields": {
                            "291": {
                                "name": "Topptekst",
                                "handle": "topText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "292": {
                                "name": "Serviceboks 1: Bilde",
                                "handle": "serviceBoxOneImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "293": {
                                "name": "Serviceboks 1: Tekst",
                                "handle": "serviceBoxOneText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "294": {
                                "name": "Serviceboks 2: Bilde",
                                "handle": "serviceBoxTwoImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "295": {
                                "name": "Serviceboks 2: Tekst",
                                "handle": "serviceBoxTwoText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "296": {
                                "name": "Serviceboks 3: Bilde",
                                "handle": "serviceBoxThreeImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "297": {
                                "name": "Serviceboks 3: Tekst",
                                "handle": "serviceBoxThreeText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "298": {
                                "name": "Bunntekst",
                                "handle": "bottomText",
                                "instructions": "Lenker vil bli vist som knapper.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "9001": {
                        "name": "Bilde + tekst",
                        "handle": "imageAndText",
                        "fields": {
                            "299": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "300": {
                                "name": "Kartlenke (embedded kart)",
                                "handle": "iframeEmbedLink",
                                "instructions": "I tillegg til \u00e5 legge inn bilde er det ogs\u00e5 mulighet for \u00e5 embedde kart i form av (iframes). Dersom du legger inn en kartlenke her s\u00e5 vil den bli brukt i stedet for en ev. valgt bildefil.",
                                "required": 0,
                                "type": "SproutFields_Link",
                                "typesettings": {
                                    "placeholder": "https:\/\/kartlenke.no\/link-for-iframe",
                                    "customPatternToggle": "",
                                    "customPattern": "",
                                    "customPatternErrorMessage": ""
                                }
                            },
                            "301": {
                                "name": "Bildeposisjon",
                                "handle": "imagePosition",
                                "instructions": "Velg om bildet eller kart-iframe skal vere venstre eller h\u00f8yrejustert. Venstrejustering er standard.",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            },
                            "302": {
                                "name": "Utfelt bilde",
                                "handle": "expandImage",
                                "instructions": "Her er mulighet for \u00e5 justere bilde\/iframe utfelt (litt st\u00f8rre) slik at den bryter litt ut av det vanlige sidekolonneoppsettet. Brukes for \u00e5 variere sideinnholdet litt ekstra og gi insatte bilder enda litt mer plass. ",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Utfelt bilde",
                                            "value": "expandImage",
                                            "default": ""
                                        }
                                    ]
                                }
                            },
                            "303": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "304": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 144,
            "group": "Forside",
            "name": "Hovedinnhold (forside)",
            "handle": "bodyContentFrontpage",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "41": {
                        "name": "Hero",
                        "handle": "hero",
                        "fields": {
                            "148": {
                                "name": "Herobilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "149": {
                                "name": "Herotekst",
                                "handle": "text",
                                "instructions": "Tips: Lenker vil bli stylet som knapper. Denne tekstblokken er tiltenkt \u00e5 bare ha en lenke (knapp) i bunn.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "40": {
                        "name": "Tjeneste",
                        "handle": "serviceOffering",
                        "fields": {
                            "146": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "145": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "42": {
                        "name": "Kampanjeplass",
                        "handle": "campaignSpace",
                        "fields": []
                    },
                    "58": {
                        "name": "Blogginnlegg",
                        "handle": "blogEntry",
                        "fields": {
                            "184": {
                                "name": "Blogginnlegg",
                                "handle": "blogEntry",
                                "instructions": "Legg til et innlegg som du \u00f8nsker \u00e5 vise et utdrag fra. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "blog"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "83": {
                        "name": "Tjenester",
                        "handle": "whatWeAreOffering",
                        "fields": {
                            "277": {
                                "name": "Topptekst",
                                "handle": "topText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "278": {
                                "name": "Serviceboks 1: Bilde",
                                "handle": "serviceBoxOneImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "279": {
                                "name": "Serviceboks 1: Tekst",
                                "handle": "serviceBoxOneText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "280": {
                                "name": "Serviceboks 2: Bilde",
                                "handle": "serviceBoxTwoImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "281": {
                                "name": "Serviceboks 2: Tekst",
                                "handle": "serviceBoxTwoText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "282": {
                                "name": "Serviceboks 3: Bilde",
                                "handle": "serviceBoxThreeImage",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": ""
                                }
                            },
                            "283": {
                                "name": "Serviceboks 3: Tekst",
                                "handle": "serviceBoxThreeText",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "284": {
                                "name": "Bunntekst",
                                "handle": "bottomText",
                                "instructions": "Lenker vil bli vist som knapper.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "89": {
                        "name": "Bilde + tekst",
                        "handle": "imageAndText",
                        "fields": {
                            "299": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "300": {
                                "name": "Kartlenke (embedded kart)",
                                "handle": "iframeEmbedLink",
                                "instructions": "I tillegg til \u00e5 legge inn bilde er det ogs\u00e5 mulighet for \u00e5 embedde kart i form av (iframes). Dersom du legger inn en kartlenke her s\u00e5 vil den bli brukt i stedet for en ev. valgt bildefil.",
                                "required": 0,
                                "type": "SproutFields_Link",
                                "typesettings": {
                                    "placeholder": "https:\/\/kartlenke.no\/link-for-iframe",
                                    "customPatternToggle": "",
                                    "customPattern": "",
                                    "customPatternErrorMessage": ""
                                }
                            },
                            "301": {
                                "name": "Bildeposisjon",
                                "handle": "imagePosition",
                                "instructions": "Velg om bildet eller kart-iframe skal vere venstre eller h\u00f8yrejustert. Venstrejustering er standard.",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            },
                            "302": {
                                "name": "Utfelt bilde",
                                "handle": "expandImage",
                                "instructions": "Her er mulighet for \u00e5 justere bilde\/iframe utfelt (litt st\u00f8rre) slik at den bryter litt ut av det vanlige sidekolonneoppsettet. Brukes for \u00e5 variere sideinnholdet litt ekstra og gi insatte bilder enda litt mer plass. ",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Utfelt bilde",
                                            "value": "expandImage",
                                            "default": ""
                                        }
                                    ]
                                }
                            },
                            "303": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "304": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 251,
            "group": "Karriere",
            "name": "Hovedinnhold (jobb i Geodata)",
            "handle": "bodyContentCareer",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "73": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "252": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "74": {
                        "name": "Bilde",
                        "handle": "image",
                        "fields": {
                            "253": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 1,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 2,
                                    "viewMode": "list",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "254": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "75": {
                        "name": "Bilde + tekst",
                        "handle": "imageAndText",
                        "fields": {
                            "255": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "256": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "257": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "76": {
                        "name": "Sitat",
                        "handle": "quote",
                        "fields": {
                            "258": {
                                "name": "Sitat",
                                "handle": "quote",
                                "instructions": "",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": 1,
                                    "initialRows": 4
                                }
                            },
                            "259": {
                                "name": "Sitert",
                                "handle": "cited",
                                "instructions": "Hvem er sitert?",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "77": {
                        "name": "Kart",
                        "handle": "map",
                        "fields": {
                            "260": {
                                "name": "Kart",
                                "handle": "mapUrl",
                                "instructions": "Legg inn url til kart for \u00e5 bli lagt inn som en iframe.",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "http:\/\/geodataonline.maps.arcgis.com\/apps\/Embed\/index.html?webmap=96b16a26443646e39ac01f70b6e08f2a&extent=10.9496,60.7588,11.2475,60.8601&zoom=true&scale=true&disable_scroll=false&theme=light",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "78": {
                        "name": "Iframe",
                        "handle": "iframe",
                        "fields": {
                            "261": {
                                "name": "Iframe",
                                "handle": "iframe",
                                "instructions": "Klikk p\u00e5 knappen nedenfor merket \"< >\" (source). Da kan du legge inn ren html.  \r\n\r\nLegg inn iframe html i fomatet <iframe src=\"\"><\/iframe>",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "MinimalForHTMLSource.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": "",
                                    "purifyHtml": "",
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "82": {
                        "name": "Liste",
                        "handle": "articleList",
                        "fields": {
                            "269": {
                                "name": "Tittel",
                                "handle": "articleListTitle",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "270": {
                                "name": "Artikkelliste",
                                "handle": "articleList",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "79": {
                        "name": "Relaterte artikler",
                        "handle": "relatedArticles",
                        "fields": {
                            "262": {
                                "name": "Tittel",
                                "handle": "relatedArticlesTitle",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "263": {
                                "name": "Relatert artikkel",
                                "handle": "relatedArticles",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "article",
                                        "blog",
                                        "caseStudies",
                                        "licensedDownloads",
                                        "productsAndServices"
                                    ],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "80": {
                        "name": "Kontaktboks",
                        "handle": "contactBox",
                        "fields": {
                            "264": {
                                "name": "Topptekst",
                                "handle": "topTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil toppteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "265": {
                                "name": "Kontaktperson",
                                "handle": "contactPersons",
                                "instructions": "Legg til en eller flere kontaktpersoner. Dersom du ikke legger til en kontaktperson vil det st\u00e5 en generell kontakt info. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "employees"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til kontaktperson"
                                }
                            },
                            "266": {
                                "name": "Kontaktskjema",
                                "handle": "contactForm",
                                "instructions": "Legg til kontaktskjema",
                                "required": 0,
                                "type": "SproutForms_Forms",
                                "typesettings": {
                                    "sources": [
                                        "group:1"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": "Legg til skjema"
                                }
                            },
                            "267": {
                                "name": "Bunntekst",
                                "handle": "bottomTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil bunnteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "81": {
                        "name": "Call to action",
                        "handle": "callToAction",
                        "fields": {
                            "268": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 203,
            "group": "Kampanjeside",
            "name": "Hovedinnhold (kampanjeside)",
            "handle": "bodyContentCampaignPage",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "60": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "204": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "61": {
                        "name": "Bilde",
                        "handle": "image",
                        "fields": {
                            "205": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 1,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 2,
                                    "viewMode": "list",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "206": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "62": {
                        "name": "Produkt",
                        "handle": "imageAndText",
                        "fields": {
                            "207": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "208": {
                                "name": "Kartlenke (embedded kart)",
                                "handle": "iframeEmbedLink",
                                "instructions": "I tillegg til \u00e5 legge inn bilde er det ogs\u00e5 mulighet for \u00e5 embedde kart i form av (iframes). Dersom du legger inn en kartlenke her s\u00e5 vil den bli brukt i stedet for en ev. valgt bildefil.",
                                "required": 0,
                                "type": "SproutFields_Link",
                                "typesettings": {
                                    "placeholder": "https:\/\/kartlenke.no\/link-for-iframe",
                                    "customPatternToggle": "",
                                    "customPattern": "",
                                    "customPatternErrorMessage": ""
                                }
                            },
                            "209": {
                                "name": "Bildeposisjon",
                                "handle": "imagePosition",
                                "instructions": "Velg om bildet eller kart-iframe skal vere venstre eller h\u00f8yrejustert. Venstrejustering er standard.",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            },
                            "210": {
                                "name": "Utfelt bilde",
                                "handle": "expandImage",
                                "instructions": "Her er mulighet for \u00e5 justere bilde\/iframe utfelt (litt st\u00f8rre) slik at den bryter litt ut av det vanlige sidekolonneoppsettet. Brukes for \u00e5 variere sideinnholdet litt ekstra og gi insatte bilder enda litt mer plass. ",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Utfelt bilde",
                                            "value": "expandImage",
                                            "default": ""
                                        }
                                    ]
                                }
                            },
                            "211": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "212": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "63": {
                        "name": "Tittel (sentrert)",
                        "handle": "centeredTitle",
                        "fields": {
                            "213": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "64": {
                        "name": "Sitat",
                        "handle": "quote",
                        "fields": {
                            "214": {
                                "name": "Sitat",
                                "handle": "quote",
                                "instructions": "",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": 1,
                                    "initialRows": 4
                                }
                            },
                            "215": {
                                "name": "Sitert",
                                "handle": "cited",
                                "instructions": "Hvem er sitert?",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "65": {
                        "name": "Kart",
                        "handle": "map",
                        "fields": {
                            "216": {
                                "name": "Kart",
                                "handle": "mapUrl",
                                "instructions": "Legg inn url til kart for \u00e5 bli lagt inn som en iframe.",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "http:\/\/geodataonline.maps.arcgis.com\/apps\/Embed\/index.html?webmap=96b16a26443646e39ac01f70b6e08f2a&extent=10.9496,60.7588,11.2475,60.8601&zoom=true&scale=true&disable_scroll=false&theme=light",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "66": {
                        "name": "Iframe",
                        "handle": "iframe",
                        "fields": {
                            "217": {
                                "name": "Iframe",
                                "handle": "iframe",
                                "instructions": "Klikk p\u00e5 knappen nedenfor merket \"< >\" (source). Da kan du legge inn ren html.  \r\n\r\nLegg inn iframe html i fomatet <iframe src=\"\"><\/iframe>",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "MinimalForHTMLSource.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": "",
                                    "purifyHtml": "",
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "67": {
                        "name": "Relaterte artikler",
                        "handle": "relatedArticles",
                        "fields": {
                            "218": {
                                "name": "Tittel",
                                "handle": "relatedArticlesTitle",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "219": {
                                "name": "Relatert artikkel",
                                "handle": "relatedArticles",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "article",
                                        "blog",
                                        "caseStudies",
                                        "licensedDownloads",
                                        "productsAndServices"
                                    ],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "68": {
                        "name": "Kontaktboks",
                        "handle": "contactBox",
                        "fields": {
                            "220": {
                                "name": "Topptekst",
                                "handle": "topTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil toppteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "221": {
                                "name": "Kontaktperson",
                                "handle": "contactPersons",
                                "instructions": "Legg til en eller flere kontaktpersoner. Dersom du ikke legger til en kontaktperson vil det st\u00e5 en generell kontakt info. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "employees"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til kontaktperson"
                                }
                            },
                            "222": {
                                "name": "Kontaktskjema",
                                "handle": "contactForm",
                                "instructions": "Legg til kontaktskjema",
                                "required": 0,
                                "type": "SproutForms_Forms",
                                "typesettings": {
                                    "sources": [
                                        "group:1"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": "Legg til skjema"
                                }
                            },
                            "223": {
                                "name": "Bunntekst",
                                "handle": "bottomTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil bunnteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "69": {
                        "name": "Call to action",
                        "handle": "callToAction",
                        "fields": {
                            "224": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "70": {
                        "name": "Pris",
                        "handle": "priceBox",
                        "fields": {
                            "225": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "71": {
                        "name": "Blogginnlegg",
                        "handle": "blogEntry",
                        "fields": {
                            "226": {
                                "name": "Blogginnlegg",
                                "handle": "blogEntry",
                                "instructions": "Legg til et innlegg som du \u00f8nsker \u00e5 vise et utdrag fra. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "blog"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": ""
                                }
                            },
                            "229": {
                                "name": "Layout",
                                "handle": "layout",
                                "instructions": "Skal teksten v\u00e6re venstre- eller h\u00f8yrejustert?",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            }
                        }
                    },
                    "72": {
                        "name": "Artikkelhighlight",
                        "handle": "textOverlayImage",
                        "fields": {
                            "227": {
                                "name": "Artikkelhighlight",
                                "handle": "textOverlayImage",
                                "instructions": "Velg artikkel som du \u00f8nsker \u00e5 presentere.",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [],
                                    "limit": 1,
                                    "selectionLabel": ""
                                }
                            },
                            "228": {
                                "name": "Layout",
                                "handle": "layout",
                                "instructions": "Velg om teksten skal v\u00e6re venstre-\/ eller h\u00f8yrejustert.",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 89,
            "group": "Produkter og tjenester",
            "name": "Hovedinnhold (produktoversikt)",
            "handle": "bodyContentProductOverview",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "18": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "90": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "26": {
                        "name": "Produkter vi tilbyr",
                        "handle": "productOfferings",
                        "fields": {
                            "102": {
                                "name": "Topptekst",
                                "handle": "topText",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "103": {
                                "name": "Produkter og tjenester",
                                "handle": "productOfferings",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "productsAndServices"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til en eller flere produkter"
                                }
                            }
                        }
                    },
                    "24": {
                        "name": "Kontaktboks",
                        "handle": "contactBox",
                        "fields": {
                            "197": {
                                "name": "Topptekst",
                                "handle": "topTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil toppteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "columnType": "text"
                                }
                            },
                            "99": {
                                "name": "Kontaktperson",
                                "handle": "contactPersons",
                                "instructions": "Legg til en eller flere kontaktpersoner. Dersom du ikke legger til en kontaktperson vil det st\u00e5 en generell kontakt info. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "employees"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til kontaktperson"
                                }
                            },
                            "100": {
                                "name": "Kontaktskjema",
                                "handle": "contactForm",
                                "instructions": "Legg til kontaktskjema",
                                "required": 0,
                                "type": "SproutForms_Forms",
                                "typesettings": {
                                    "sources": [
                                        "group:1"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": "Legg til skjema"
                                }
                            },
                            "198": {
                                "name": "Bunntekst",
                                "handle": "bottomTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil bunnteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 104,
            "group": "Produkter og tjenester",
            "name": "Hovedinnhold (produktside)",
            "handle": "bodyContentProduct",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "27": {
                        "name": "Tekst",
                        "handle": "text",
                        "fields": {
                            "105": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "28": {
                        "name": "Bilde",
                        "handle": "image",
                        "fields": {
                            "106": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 1,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 2,
                                    "viewMode": "list",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "107": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "35": {
                        "name": "Produkt",
                        "handle": "imageAndText",
                        "fields": {
                            "117": {
                                "name": "Bilde",
                                "handle": "image",
                                "instructions": "",
                                "required": 0,
                                "type": "Assets",
                                "typesettings": {
                                    "useSingleFolder": "",
                                    "sources": "*",
                                    "defaultUploadLocationSource": "amazon",
                                    "defaultUploadLocationSubpath": "",
                                    "singleUploadLocationSource": "amazon",
                                    "singleUploadLocationSubpath": "",
                                    "restrictFiles": 1,
                                    "allowedKinds": [
                                        "image"
                                    ],
                                    "limit": 1,
                                    "viewMode": "large",
                                    "selectionLabel": "Legg til bilde"
                                }
                            },
                            "132": {
                                "name": "Kartlenke (embedded kart)",
                                "handle": "iframeEmbedLink",
                                "instructions": "I tillegg til \u00e5 legge inn bilde er det ogs\u00e5 mulighet for \u00e5 embedde kart i form av (iframes). Dersom du legger inn en kartlenke her s\u00e5 vil den bli brukt i stedet for en ev. valgt bildefil.",
                                "required": 0,
                                "type": "SproutFields_Link",
                                "typesettings": {
                                    "placeholder": "https:\/\/kartlenke.no\/link-for-iframe",
                                    "customPatternToggle": "",
                                    "customPattern": "",
                                    "customPatternErrorMessage": ""
                                }
                            },
                            "118": {
                                "name": "Bildeposisjon",
                                "handle": "imagePosition",
                                "instructions": "Velg om bildet eller kart-iframe skal vere venstre eller h\u00f8yrejustert. Venstrejustering er standard.",
                                "required": 0,
                                "type": "PositionSelect",
                                "typesettings": {
                                    "options": {
                                        "left": true,
                                        "right": true
                                    }
                                }
                            },
                            "120": {
                                "name": "Utfelt bilde",
                                "handle": "expandImage",
                                "instructions": "Her er mulighet for \u00e5 justere bilde\/iframe utfelt (litt st\u00f8rre) slik at den bryter litt ut av det vanlige sidekolonneoppsettet. Brukes for \u00e5 variere sideinnholdet litt ekstra og gi insatte bilder enda litt mer plass. ",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Utfelt bilde",
                                            "value": "expandImage",
                                            "default": ""
                                        }
                                    ]
                                }
                            },
                            "119": {
                                "name": "Bildetekst",
                                "handle": "imageCaption",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "121": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "36": {
                        "name": "Tittel (sentrert)",
                        "handle": "centeredTitle",
                        "fields": {
                            "123": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "29": {
                        "name": "Sitat",
                        "handle": "quote",
                        "fields": {
                            "108": {
                                "name": "Sitat",
                                "handle": "quote",
                                "instructions": "",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": 1,
                                    "initialRows": 4
                                }
                            },
                            "109": {
                                "name": "Sitert",
                                "handle": "cited",
                                "instructions": "Hvem er sitert?",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "30": {
                        "name": "Kart",
                        "handle": "map",
                        "fields": {
                            "110": {
                                "name": "Kart",
                                "handle": "mapUrl",
                                "instructions": "Legg inn url til kart for \u00e5 bli lagt inn som en iframe.",
                                "required": 1,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "http:\/\/geodataonline.maps.arcgis.com\/apps\/Embed\/index.html?webmap=96b16a26443646e39ac01f70b6e08f2a&extent=10.9496,60.7588,11.2475,60.8601&zoom=true&scale=true&disable_scroll=false&theme=light",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "31": {
                        "name": "Iframe",
                        "handle": "iframe",
                        "fields": {
                            "111": {
                                "name": "Iframe",
                                "handle": "iframe",
                                "instructions": "Klikk p\u00e5 knappen nedenfor merket \"< >\" (source). Da kan du legge inn ren html.  \r\n\r\nLegg inn iframe html i fomatet <iframe src=\"\"><\/iframe>",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": "",
                                    "purifyHtml": "",
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "32": {
                        "name": "Relaterte artikler",
                        "handle": "relatedArticles",
                        "fields": {
                            "112": {
                                "name": "Tittel",
                                "handle": "relatedArticlesTitle",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "113": {
                                "name": "Relatert artikkel",
                                "handle": "relatedArticles",
                                "instructions": "",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "article",
                                        "blog",
                                        "caseStudies",
                                        "licensedDownloads",
                                        "productsAndServices"
                                    ],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "33": {
                        "name": "Kontaktboks",
                        "handle": "contactBox",
                        "fields": {
                            "199": {
                                "name": "Topptekst",
                                "handle": "topTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil toppteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            },
                            "114": {
                                "name": "Kontaktperson",
                                "handle": "contactPersons",
                                "instructions": "Legg til en eller flere kontaktpersoner. Dersom du ikke legger til en kontaktperson vil det st\u00e5 en generell kontakt info. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "employees"
                                    ],
                                    "limit": "",
                                    "selectionLabel": "Legg til kontaktperson"
                                }
                            },
                            "115": {
                                "name": "Kontaktskjema",
                                "handle": "contactForm",
                                "instructions": "Legg til kontaktskjema",
                                "required": 0,
                                "type": "SproutForms_Forms",
                                "typesettings": {
                                    "sources": [
                                        "group:1"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": "Legg til skjema"
                                }
                            },
                            "200": {
                                "name": "Bunntekst",
                                "handle": "bottomTextContactInfo",
                                "instructions": "Valgfritt: Dersom du ikke fyller ut dette feltet s\u00e5 vil bunnteksten fra standardkontaktinfo under globaler bli brukt i stedet.",
                                "required": 0,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "34": {
                        "name": "Call to action",
                        "handle": "callToAction",
                        "fields": {
                            "116": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    },
                    "37": {
                        "name": "Pris",
                        "handle": "priceBox",
                        "fields": {
                            "124": {
                                "name": "Tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "purifierConfig": "",
                                    "columnType": "text"
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 82,
            "group": "Sprout Email Examples",
            "name": "HTML Email Body",
            "handle": "exampleHtmlEmailBody",
            "instructions": null,
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "",
                "cleanupHtml": 1,
                "purifyHtml": "",
                "columnType": "mediumtext"
            }
        },
        {
            "id": 14,
            "group": "Default",
            "name": "Ingress",
            "handle": "lead",
            "instructions": "Ingressen vil ogs\u00e5 bli brukt som korttekst ved deling p\u00e5 Facebook og Twitter. Videre kan den ogs\u00e5 bli brukt n\u00e5r andre artikler lenker til denne artikkelen. Derfor er det ekstra lurt \u00e5 g\u00e5 noen runder for \u00e5 passe p\u00e5 at den er kortfattet. ",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": 1,
                "initialRows": 4
            }
        },
        {
            "id": 147,
            "group": "Forside",
            "name": "Ingress (seo)",
            "handle": "seoLead",
            "instructions": "Denne ingressen vil ikke synes p\u00e5 siden, men i stedet spesifisere br\u00f8dteksten n\u00e5r siden blir delt p\u00e5 sosiale medier.",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 152,
            "group": "Kampanje",
            "name": "Kampanjeplassering",
            "handle": "campaignPlacement",
            "instructions": "Velg p\u00e5 hvilke sider, kategorier eller seksjoner (mer generelle deler p\u00e5 siden) du \u00f8nsker \u00e5 f\u00e5 vist kampanjen. ",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "43": {
                        "name": "Artikkelplassering",
                        "handle": "articlePlacement",
                        "fields": {
                            "153": {
                                "name": "Artikkellenke",
                                "handle": "articleLink",
                                "instructions": "Velg enkeltsider du \u00f8nsker at kampanjen skal bli vist p\u00e5. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [],
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "44": {
                        "name": "Kategoriplassering",
                        "handle": "categoryPlacement",
                        "fields": {
                            "154": {
                                "name": "Kategoriplassering",
                                "handle": "categoryPlacement",
                                "instructions": "Velg p\u00e5 hvilke kategorisider denne kampanjen skal vere synlig p\u00e5.",
                                "required": 0,
                                "type": "Categories",
                                "typesettings": {
                                    "source": "blogCategories",
                                    "limit": "",
                                    "selectionLabel": ""
                                }
                            }
                        }
                    },
                    "45": {
                        "name": "Seksjonsplassering",
                        "handle": "sectionPlacement",
                        "fields": {
                            "155": {
                                "name": "Seksjonsplassering",
                                "handle": "Sectionplacement",
                                "instructions": "",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "",
                                            "value": "",
                                            "default": ""
                                        }
                                    ]
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 150,
            "group": "Kampanje",
            "name": "Kampanjetekst",
            "handle": "campaignText",
            "instructions": "Tips: Lenker vil automatisk vises som knapper. ",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "Minimal.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 202,
            "group": "Kampanjeside",
            "name": "Kampanjetype",
            "handle": "campaignType",
            "instructions": "Kontroller visningsfarge. Til eksempel s\u00e5 b\u00f8r en bruke konferansefargen for konferanserelatert innhold.",
            "required": false,
            "type": "RadioButtons",
            "typesettings": {
                "options": [
                    {
                        "label": "Standardside",
                        "value": "standard",
                        "default": 1
                    },
                    {
                        "label": "Konferanserelatert",
                        "value": "campaignRelated",
                        "default": ""
                    }
                ]
            }
        },
        {
            "id": 28,
            "group": "Kontakt",
            "name": "Kontaktinfo",
            "handle": "contactInfo",
            "instructions": "",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "11": {
                        "name": "Telefon",
                        "handle": "tlf",
                        "fields": {
                            "29": {
                                "name": "Telefon",
                                "handle": "tlf",
                                "instructions": "+47 vil automatisk bli lagt til foran nummeret n\u00e5r det listes ut.",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "11122233 ",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    },
                    "12": {
                        "name": "Email",
                        "handle": "email",
                        "fields": {
                            "30": {
                                "name": "Email",
                                "handle": "email",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 17,
            "group": "Kundehistorier",
            "name": "Kundehistoriekategori",
            "handle": "caseStudyCategory",
            "instructions": "",
            "required": false,
            "type": "Categories",
            "typesettings": {
                "source": "caseStudyCategory",
                "limit": "",
                "selectionLabel": ""
            }
        },
        {
            "id": 231,
            "group": "Kundehistorier",
            "name": "Kundehistorielogo",
            "handle": "caseStudyLogo",
            "instructions": "Her legger du til kundelogo eksempelvis kommunev\u00e5pen, firmalogo e.l.",
            "required": false,
            "type": "Assets",
            "typesettings": {
                "useSingleFolder": "",
                "sources": "*",
                "defaultUploadLocationSource": "amazon",
                "defaultUploadLocationSubpath": "",
                "singleUploadLocationSource": "amazon",
                "singleUploadLocationSubpath": "",
                "restrictFiles": 1,
                "allowedKinds": [
                    "image"
                ],
                "limit": 1,
                "viewMode": "large",
                "selectionLabel": ""
            }
        },
        {
            "id": 185,
            "group": "Kurs og konferanse",
            "name": "Kursdager",
            "handle": "courseDays",
            "instructions": "Legg inn alle kursdager",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "59": {
                        "name": "Kursdag",
                        "handle": "courseDay",
                        "fields": {
                            "186": {
                                "name": "Starttid",
                                "handle": "startTime",
                                "instructions": "",
                                "required": 1,
                                "type": "Date",
                                "typesettings": {
                                    "minuteIncrement": 15,
                                    "showTime": 1,
                                    "showDate": 1
                                }
                            },
                            "187": {
                                "name": "Sluttid",
                                "handle": "endTime",
                                "instructions": "",
                                "required": 1,
                                "type": "Date",
                                "typesettings": {
                                    "minuteIncrement": 15,
                                    "showTime": 1,
                                    "showDate": 1
                                }
                            }
                        }
                    }
                }
            }
        },
        {
            "id": 134,
            "group": "Kurs og konferanse",
            "name": "Kurskategori",
            "handle": "eventCategory",
            "instructions": "Kurskategori gj\u00f8r det mulig \u00e5 filtrere p\u00e5 kurs. Dersom ikke dette velges vil den legge seg under \u00abAndre kurs\u00bb i filtermenyen. Det er mulig \u00e5 opprette nye kategorier, men det b\u00f8r ikke bli for mange.",
            "required": false,
            "type": "Categories",
            "typesettings": {
                "source": "kurskategorier",
                "limit": "",
                "selectionLabel": "Velg passende kategori"
            }
        },
        {
            "id": 19,
            "group": "Nedlastninger",
            "name": "Nedlastningslink",
            "handle": "downloadUrl",
            "instructions": "",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 129,
            "group": "Kurs og konferanse",
            "name": "P\u00e5meldingsfrist",
            "handle": "signupDeadline",
            "instructions": "",
            "required": false,
            "type": "Date",
            "typesettings": {
                "minuteIncrement": 30,
                "showDate": 1,
                "showTime": 0
            }
        },
        {
            "id": 131,
            "group": "Kurs og konferanse",
            "name": "Pardot form handler",
            "handle": "pardotFormHandler",
            "instructions": "Form handler er et endepunkt som m\u00e5 opprettes i Pardot for \u00e5 kunne ta i mot p\u00e5meldinger i fra Craft og sette disse p\u00e5meldingene inn i en listetype.",
            "required": false,
            "type": "SproutFields_Link",
            "typesettings": {
                "placeholder": "Legg til formhandler link fra Sales force.",
                "customPatternToggle": "",
                "customPattern": "",
                "customPatternErrorMessage": ""
            }
        },
        {
            "id": 130,
            "group": "Kurs og konferanse",
            "name": "Pardot skjema",
            "handle": "pardotForm",
            "instructions": "Legg til pardot skjema.",
            "required": false,
            "type": "SproutForms_Forms",
            "typesettings": {
                "sources": [
                    "group:2"
                ],
                "limit": 1,
                "selectionLabel": "Legg til p\u00e5meldingsskjema"
            }
        },
        {
            "id": 133,
            "group": "Kurs og konferanse",
            "name": "Pris",
            "handle": "price",
            "instructions": "Hvor mye koster det \u00e5 v\u00e6re med p\u00e5 kurset? ",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 18,
            "group": "Nedlastninger",
            "name": "Sist oppdatert",
            "handle": "lastUpdated",
            "instructions": "N\u00e5r er denne programvaren sist oppdatert?",
            "required": false,
            "type": "Date",
            "typesettings": {
                "minuteIncrement": 30,
                "showDate": 1,
                "showTime": 0
            }
        },
        {
            "id": 249,
            "group": "Nyhetsbrev",
            "name": "Skjema",
            "handle": "formToDisplay",
            "instructions": "",
            "required": false,
            "type": "SproutForms_Forms",
            "typesettings": {
                "sources": "*",
                "limit": 1,
                "selectionLabel": ""
            }
        },
        {
            "id": 128,
            "group": "Kurs og konferanse",
            "name": "Sluttid",
            "handle": "endDateTime",
            "instructions": "N\u00e5r slutter kurset",
            "required": false,
            "type": "Date",
            "typesettings": {
                "minuteIncrement": 15,
                "showTime": 1,
                "showDate": 1
            }
        },
        {
            "id": 250,
            "group": "Karriere",
            "name": "S\u00f8knadsfrist",
            "handle": "applicationDeadline",
            "instructions": "",
            "required": false,
            "type": "Date",
            "typesettings": {
                "minuteIncrement": 30,
                "showDate": 1,
                "showTime": 0
            }
        },
        {
            "id": 189,
            "group": "Kontakt",
            "name": "Standardbunntekst",
            "handle": "standardBottomTextContactInfo",
            "instructions": "Her legger en gjerne en link videre for mer informasjon.",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "Minimal.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 190,
            "group": "Kontakt",
            "name": "Standardkontaktinfo",
            "handle": "standardContactInfo",
            "instructions": "",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "Minimal.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 188,
            "group": "Kontakt",
            "name": "Standardtopptekst",
            "handle": "standardTopTextContactInfo",
            "instructions": "",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "Minimal.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 127,
            "group": "Kurs og konferanse",
            "name": "Starttid",
            "handle": "startDateTime",
            "instructions": "",
            "required": false,
            "type": "Date",
            "typesettings": {
                "minuteIncrement": 15,
                "showTime": 1,
                "showDate": 1
            }
        },
        {
            "id": 126,
            "group": "Kurs og konferanse",
            "name": "Sted",
            "handle": "location",
            "instructions": "Beskriv hvor kurset skal v\u00e6re",
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": "",
                "initialRows": 4
            }
        },
        {
            "id": 2,
            "group": "Default",
            "name": "Tags",
            "handle": "tags",
            "instructions": null,
            "required": false,
            "type": "Tags",
            "typesettings": {
                "source": "default"
            }
        },
        {
            "id": 83,
            "group": "Sprout Email Examples",
            "name": "Text Email Body",
            "handle": "exampleTextEmailBody",
            "instructions": null,
            "required": false,
            "type": "PlainText",
            "typesettings": {
                "placeholder": "",
                "maxLength": "",
                "multiline": 1,
                "initialRows": 4
            }
        },
        {
            "id": 192,
            "group": "Kontakt",
            "name": "Topptekst",
            "handle": "topTextContactInfo",
            "instructions": "",
            "required": false,
            "type": "RichText",
            "typesettings": {
                "configFile": "Minimal.json",
                "availableAssetSources": "*",
                "availableTransforms": "*",
                "cleanupHtml": 1,
                "purifyHtml": 1,
                "columnType": "text"
            }
        },
        {
            "id": 84,
            "group": "Transportsider",
            "name": "Transportsidematrise",
            "handle": "transportPageMatrix",
            "instructions": "Velg innholdsblokker nedenfor for \u00e5 legge inn p\u00e5 siden.",
            "required": false,
            "type": "Matrix",
            "typesettings": {
                "maxBlocks": null,
                "blockTypes": {
                    "16": {
                        "name": "tekst",
                        "handle": "simpleList",
                        "fields": {
                            "85": {
                                "name": "tekst",
                                "handle": "text",
                                "instructions": "",
                                "required": 1,
                                "type": "RichText",
                                "typesettings": {
                                    "configFile": "Minimal.json",
                                    "availableAssetSources": "*",
                                    "availableTransforms": "*",
                                    "cleanupHtml": 1,
                                    "purifyHtml": 1,
                                    "columnType": "text"
                                }
                            },
                            "136": {
                                "name": "1\/2-st\u00f8rrelse",
                                "handle": "halfSize",
                                "instructions": "Huk av for at denne boksen skal ta halv st\u00f8rrelse. Nyttig dersom du \u00f8nsker \u00e5 ha to halvst\u00f8rrelse bokser ved siden av hverandre.",
                                "required": 0,
                                "type": "Checkboxes",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Halv st\u00f8rrelse",
                                            "value": "halfSize",
                                            "default": ""
                                        }
                                    ]
                                }
                            }
                        }
                    },
                    "38": {
                        "name": "utlisting",
                        "handle": "outListing",
                        "fields": {
                            "137": {
                                "name": "Tittel",
                                "handle": "titleText",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            },
                            "138": {
                                "name": "Artikkel eller kategori \u00e5 liste ut",
                                "handle": "entryTypeToListOut",
                                "instructions": "Velg hvilken kategori-\/artikkeltype du \u00f8nsker \u00e5 liste ut?",
                                "required": 1,
                                "type": "RadioButtons",
                                "typesettings": {
                                    "options": [
                                        {
                                            "label": "Tekniske oppdateringer",
                                            "value": "technicalUpdates",
                                            "default": ""
                                        }
                                    ]
                                }
                            },
                            "139": {
                                "name": "Viderelenke",
                                "handle": "furtherLink",
                                "instructions": "Legg til lenke videre f.eks. \"se alle oppdateringer\" eller \"se alle bloggposter\".\r\n\r\nHusk \u00e5 definer lenketeksten som skal st\u00e5 i lenkeboksen. ",
                                "required": 0,
                                "type": "Entries",
                                "typesettings": {
                                    "sources": [
                                        "singles"
                                    ],
                                    "limit": 1,
                                    "selectionLabel": ""
                                }
                            },
                            "140": {
                                "name": "Lenketekst (for viderelenke)",
                                "handle": "furtherLinkText",
                                "instructions": "",
                                "required": 0,
                                "type": "PlainText",
                                "typesettings": {
                                    "placeholder": "",
                                    "maxLength": "",
                                    "multiline": "",
                                    "initialRows": 4
                                }
                            }
                        }
                    }
                }
            }
        }
    ],
    "entryTypes": [
        {
            "id": 3,
            "sectionId": 3,
            "sectionHandle": "employees",
            "hasTitleField": 1,
            "titleLabel": "Ansattnavn",
            "name": "Ansatte",
            "handle": "employees",
            "fieldLayout": {
                "Tab 1": [
                    "image",
                    "employeeTitle",
                    "contactInfo"
                ]
            }
        },
        {
            "id": 23,
            "sectionId": 22,
            "sectionHandle": "article",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Artikkel",
            "handle": "article",
            "fieldLayout": {
                "Tab 1": [
                    "seoImage",
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 22,
            "sectionId": 21,
            "sectionHandle": "blogFrontpage",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Bloggforside",
            "handle": "blogFrontpage",
            "fieldLayout": []
        },
        {
            "id": 7,
            "sectionId": 7,
            "sectionHandle": "blog",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Blogginnlegg",
            "handle": "blogpost",
            "fieldLayout": {
                "Tab 1": [
                    "heroImage",
                    "lead",
                    "articleWriters",
                    "blogCategories",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 25,
            "sectionId": 24,
            "sectionHandle": "guides",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Guider (how-to)",
            "handle": "guides",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 1,
            "sectionId": 1,
            "sectionHandle": "homepage",
            "hasTitleField": 1,
            "titleLabel": "Title",
            "name": "Homepage",
            "handle": "homepage",
            "fieldLayout": {
                "Content": [
                    "bodyContentFrontpage"
                ]
            }
        },
        {
            "id": 17,
            "sectionId": 17,
            "sectionHandle": "mainNavigation",
            "hasTitleField": 1,
            "titleLabel": "Lenketittel",
            "name": "Internlenke",
            "handle": "internalLink",
            "fieldLayout": {
                "Tab 1": [
                    "articleLink"
                ]
            }
        },
        {
            "id": 18,
            "sectionId": 17,
            "sectionHandle": "mainNavigation",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Eksternlenke",
            "handle": "externalLink",
            "fieldLayout": {
                "Tab 1": [
                    "externalLink"
                ]
            }
        },
        {
            "id": 21,
            "sectionId": 20,
            "sectionHandle": "campaigns",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kampanjer",
            "handle": "campaigns",
            "fieldLayout": {
                "Tab 1": [
                    "image",
                    "campaignText",
                    "campaignPlacement"
                ]
            }
        },
        {
            "id": 27,
            "sectionId": 26,
            "sectionHandle": "campaignPages",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kampanjesider",
            "handle": "campaignPages",
            "fieldLayout": {
                "Tab 1": [
                    "heroImage",
                    "lead",
                    "heroVideo",
                    "campaignType",
                    "bodyContentCampaignPage"
                ]
            }
        },
        {
            "id": 30,
            "sectionId": 29,
            "sectionHandle": "karriere",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Karriere (jobb i Geodata)",
            "handle": "karriere",
            "fieldLayout": {
                "Tab 1": [
                    "seoImage",
                    "lead",
                    "bodyContentCareer"
                ]
            }
        },
        {
            "id": 8,
            "sectionId": 8,
            "sectionHandle": "studentCareer",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Karriereside for studenter",
            "handle": "studentCareer",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "seoImage",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 4,
            "sectionId": 4,
            "sectionHandle": "caseStudies",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kundehistorier",
            "handle": "caseStudies",
            "fieldLayout": {
                "Tab 1": [
                    "caseStudyCategory",
                    "caseStudyLogo",
                    "heroImage",
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 11,
            "sectionId": 11,
            "sectionHandle": "caseStudiesOverview",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kundehistorier: Oversikt",
            "handle": "caseStudiesOverview",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "highlightedCaseStudies",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 6,
            "sectionId": 6,
            "sectionHandle": "courseAndConference",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kurs og konferanse",
            "handle": "courseAndConference",
            "fieldLayout": {
                "Kurs og konferanse": [
                    "lead",
                    "seoImage",
                    "location",
                    "startDateTime",
                    "endDateTime",
                    "price",
                    "pardotFormHandler",
                    "pardotForm",
                    "eventCategory",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 20,
            "sectionId": 19,
            "sectionHandle": "courseAndConferenceOverview",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Kurs og konferanse (oversikt)",
            "handle": "courseAndConferenceOverview",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "seoImage",
                    "highlightedEvent",
                    "body"
                ]
            }
        },
        {
            "id": 9,
            "sectionId": 9,
            "sectionHandle": "licensedDownloads",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Lisensierte nedlastninger",
            "handle": "licensedDownloads",
            "fieldLayout": {
                "Tab 1": [
                    "lastUpdated",
                    "lead",
                    "downloadUrl",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 10,
            "sectionId": 10,
            "sectionHandle": "licensedDownloadsOverview",
            "hasTitleField": 1,
            "titleLabel": "Sidetittel",
            "name": "Lisensierte nedlastninger (oversikt)",
            "handle": "licensedDownloadsOverview",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 28,
            "sectionId": 27,
            "sectionHandle": "logos",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Logoer",
            "handle": "logos",
            "fieldLayout": {
                "Tab 1": [
                    "image"
                ]
            }
        },
        {
            "id": 29,
            "sectionId": 28,
            "sectionHandle": "nyhetsbrev",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Nyhetsbrev",
            "handle": "nyhetsbrev",
            "fieldLayout": {
                "Tab 1": [
                    "seoImage",
                    "lead",
                    "formToDisplay"
                ]
            }
        },
        {
            "id": 12,
            "sectionId": 12,
            "sectionHandle": "aboutUs",
            "hasTitleField": 0,
            "titleLabel": null,
            "titleFormat": "{section.name|raw}",
            "name": "Om oss",
            "handle": "aboutUs",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 5,
            "sectionId": 5,
            "sectionHandle": "productsAndServices",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Produkter og tjenester",
            "handle": "productsAndServices",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "seoImage",
                    "bodyContentProduct"
                ]
            }
        },
        {
            "id": 14,
            "sectionId": 14,
            "sectionHandle": "productsAndServicesOverview",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Produkter og tjenester (oversikt)",
            "handle": "productsAndServicesOverview",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "bodyContentProductOverview"
                ]
            }
        },
        {
            "id": 31,
            "sectionId": 30,
            "sectionHandle": "jobVacancies",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Stilling",
            "handle": "stilling",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "bodyContent"
                ]
            }
        },
        {
            "id": 26,
            "sectionId": 25,
            "sectionHandle": "styleguide",
            "hasTitleField": 0,
            "titleLabel": null,
            "titleFormat": "{section.name|raw}",
            "name": "styleguide",
            "handle": "styleguide",
            "fieldLayout": {
                "Tab 1": [
                    "bodyContent"
                ]
            }
        },
        {
            "id": 15,
            "sectionId": 15,
            "sectionHandle": "technicalUpdates",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Teknisk blogg",
            "handle": "technicalBlogg",
            "fieldLayout": {
                "Tab 1": [
                    "body"
                ]
            }
        },
        {
            "id": 16,
            "sectionId": 16,
            "sectionHandle": "technicalUpdatesOverview",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Tekniske oppdateringer (oversikt)",
            "handle": "technicalBlogOverview",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "body"
                ]
            }
        },
        {
            "id": 19,
            "sectionId": 18,
            "sectionHandle": "transportPage",
            "hasTitleField": 1,
            "titleLabel": "Tittel",
            "name": "Transportside",
            "handle": "transportPage",
            "fieldLayout": {
                "Tab 1": [
                    "lead",
                    "transportPageMatrix"
                ]
            }
        }
    ],
    "sources": [
        {
            "id": 1,
            "name": "Bilder",
            "handle": "amazon",
            "type": "S3",
            "settings": {
                "keyId": "AKIAIU7BU76I3I4ZJ2CQ",
                "secret": "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",
                "bucket": "assets-geodata",
                "subfolder": "",
                "publicURLs": 1,
                "urlPrefix": "https:\/\/s3-eu-west-1.amazonaws.com\/assets-geodata\/",
                "expires": "",
                "location": "eu-west-1"
            },
            "fieldLayout": {
                "Innhold": [
                    "imageAttribution",
                    "imageAltText"
                ]
            }
        }
    ],
    "transforms": [
        {
            "id": 2,
            "name": "Lite bilde",
            "handle": "smallImageTransform",
            "mode": "crop",
            "position": "center-center",
            "width": 500,
            "height": 376,
            "quality": null,
            "format": null
        },
        {
            "id": 1,
            "name": "Stort bilde",
            "handle": "largeImageTransformation",
            "mode": "crop",
            "position": "center-center",
            "width": 1200,
            "height": 678,
            "quality": 82,
            "format": null
        }
    ],
    "globals": [
        {
            "id": 42,
            "name": "Footer",
            "handle": "footer",
            "fieldLayout": {
                "Innhold": [
                    "bodyContentFooter"
                ]
            }
        },
        {
            "id": 210,
            "name": "Nettsidebeskrivelse",
            "handle": "siteDescription",
            "fieldLayout": {
                "Innhold": [
                    "lead"
                ]
            }
        },
        {
            "id": 58,
            "name": "Standard kontaktinfo",
            "handle": "standardContactInfo",
            "fieldLayout": {
                "Innhold": [
                    "standardTopTextContactInfo",
                    "standardContactInfo",
                    "standardBottomTextContactInfo"
                ]
            }
        },
        {
            "id": 174,
            "name": "Toppmeny bilde",
            "handle": "topMenuImage",
            "fieldLayout": {
                "Innhold": [
                    "image"
                ]
            }
        }
    ],
    "categories": [
        {
            "id": 3,
            "name": "Bloggkategorier",
            "handle": "blogCategories",
            "hasUrls": 1,
            "template": "category-blog",
            "maxLevels": null,
            "locales": {
                "no": {
                    "urlFormat": "kategorier\/{slug}",
                    "nestedUrlFormat": "{parent.uri}\/{slug}"
                }
            },
            "fieldLayout": []
        },
        {
            "id": 1,
            "name": "Kundehistoriekategorier",
            "handle": "caseStudyCategory",
            "hasUrls": 0,
            "template": null,
            "maxLevels": null,
            "locales": {
                "no": {
                    "urlFormat": null,
                    "nestedUrlFormat": null
                }
            },
            "fieldLayout": []
        },
        {
            "id": 4,
            "name": "Kurskategorier",
            "handle": "kurskategorier",
            "hasUrls": 0,
            "template": null,
            "maxLevels": null,
            "locales": {
                "no": {
                    "urlFormat": null,
                    "nestedUrlFormat": null
                }
            },
            "fieldLayout": []
        },
        {
            "id": 2,
            "name": "Produktkategorier",
            "handle": "productCategories",
            "hasUrls": 1,
            "template": "category-products",
            "maxLevels": null,
            "locales": {
                "no": {
                    "urlFormat": "kategorier\/{slug}",
                    "nestedUrlFormat": "{parent.uri}\/{slug}"
                }
            },
            "fieldLayout": []
        }
    ],
    "tags": [
        {
            "id": 1,
            "name": "Default",
            "handle": "default"
        }
    ],
    "users": [
    ],
    "userGroups": [
        {
            "id": 1,
            "name": "Redakt\u00f8rer",
            "handle": "editors"
        }
    ],
    "userGroupPermissions": [
        {
            "handle": "editors",
            "permissions": {
                "general": [
                    "accessCp",
                    "accessSiteWhenSystemIsOff",
                    "administrateUsers",
                    "assignUserPermissions",
                    "changeUserEmails",
                    "deleteUsers",
                    "editUsers",
                    "registerUsers"
                ],
                "globals": {
                    "footer": [
                        "editGlobalSet"
                    ],
                    "standardContactInfo": [
                        "editGlobalSet"
                    ]
                },
                "assetSources": {
                    "amazon": [
                        "viewAssetSource"
                    ]
                },
                "sections": {
                    "homepage": [
                        "editEntries"
                    ],
                    "licensedDownloadsOverview": [
                        "editEntries"
                    ],
                    "employees": [
                        "editEntries"
                    ],
                    "caseStudies": [
                        "editEntries"
                    ],
                    "productsAndServices": [
                        "editEntries"
                    ],
                    "courseAndConference": [
                        "editEntries"
                    ],
                    "blog": [
                        "editEntries"
                    ],
                    "studentCareer": [
                        "editEntries"
                    ],
                    "licensedDownloads": [
                        "editEntries"
                    ]
                },
                "categories": {
                    "caseStudyCategory": [
                        "editCategories"
                    ]
                }
            }
        }
    ]
}

The error I received:

PHP notice

Undefined property: stdClass::$fieldLayout

/Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/plugins/thearchitect/services/TheArchitectService.php(1729)

1717         }
1718     }
1719 
1720     public function addTagFieldLayout($jsonTag)
1721     {
1722         // Construct handle if one wasn't provided
1723         if (!isset($jsonTag->handle)) {
1724             $jsonTag->handle = $this->constructHandle($jsonTag->name);
1725         }
1726 
1727         $tagGroup = craft()->tags->getTagGroupByHandle($jsonTag->handle);
1728 
1729         $problemFields = $this->checkFieldLayout($jsonTag->fieldLayout);
1730         if ($problemFields !== ['handle' => []]) {
1731             return [false, $problemFields, false];
1732         }
1733 
1734         // Parse & Set Field Layout if Provided
1735         if (isset($jsonTag->fieldLayout)) {
1736             $requiredFields = [];
1737             if (isset($jsonTag->requiredFields) && is_array($jsonTag->requiredFields)) {
1738                 foreach ($jsonTag->requiredFields as $requirdField) {
1739                     array_push($requiredFields, $this->getFieldId($requirdField));
1740                 }
1741             }

Stack Trace
#0  
–
 /Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/app/etc/web/WebApp.php(687): CApplication->handleError(8, "Undefined property: stdClass::$fieldLayout", "/Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/plug...", 1729)

682         if (version_compare(PHP_VERSION, '7', '>=') && $code === 2 && strpos($message, 'should be compatible with') !== false)
683         {
684             return;
685         }
686 
687         parent::handleError($code, $message, $file, $line);
688     }
689 
690     // Private Methods
691     // =========================================================================
692 

#1  
–
 /Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/plugins/thearchitect/services/TheArchitectService.php(1729): Craft\WebApp->handleError(8, "Undefined property: stdClass::$fieldLayout", "/Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/plug...", 1729, ...)

1724             $jsonTag->handle = $this->constructHandle($jsonTag->name);
1725         }
1726 
1727         $tagGroup = craft()->tags->getTagGroupByHandle($jsonTag->handle);
1728 
1729         $problemFields = $this->checkFieldLayout($jsonTag->fieldLayout);
1730         if ($problemFields !== ['handle' => []]) {
1731             return [false, $problemFields, false];
1732         }
1733 
1734         // Parse & Set Field Layout if Provided

#2  
–
 /Users/nilsnh/Workspace-netlife/geodata/geodata-proto/craft/plugins/thearchitect/services/TheArchitectService.php(577): Craft\TheArchitectService->addTagFieldLayout(stdClass)

572 
573             // Add Tags from JSON
574             if (isset($result->tags)) {
575                 foreach ($result->tags as $id => $tag) {
576                     if (in_array($id, $addedTagGroups)) {
577                         $addTagResult = $this->addTagFieldLayout($tag);
578 
579                         // Append Notice to Display Results
580                         $notice[] = array(
581                             'type' => 'Tag Field Layout',
582                             'name' => $tag->name,
nilsnh commented 7 years ago

Just to reiterate what I tried to do. I wanted to try and copy a matrix block into a different matrix field. :)

spAnser commented 7 years ago

When using migrations. It stores all the field IDs to maintain linking. Matrixes, Matrix Blocks and The fields used inside those blocks all have their own unique IDs if you copy over with migration you would then also have to assign new unused IDs to all of the copied matrix blocks / fields.

The migrations exported json was not intended to be modified.

nilsnh commented 7 years ago

Aha. Yeah, I kinda suspected that master.json was not to be fiddled with. I'll close this as resolved. Thanks for the quick reply. :)