{
  "groups": [
    {
      "title": "AEM Next Components",
      "id": "aemnext",
      "components": [
        {
          "title": "Section",
          "id": "section",
          "model": "section",
          "filter": "section",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/section",
                "template": {
                  "heading": "New section"
                }
              }
            }
          }
        },
        {
          "title": "Text",
          "id": "text",
          "model": "text",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/text",
                "template": {
                  "text": "<p>New text</p>",
                  "textIsRich": "true"
                }
              }
            }
          }
        },
        {
          "title": "Image",
          "id": "image",
          "model": "image",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/image",
                "template": {
                  "fileReference": "/content/dam/aemnext/asset.jpg"
                }
              }
            }
          }
        },
        {
          "title": "Content Fragment",
          "id": "contentfragment",
          "model": "contentfragment",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/contentfragment",
                "template": {
                  "fragmentPath": "/content/dam/aemnext/fragments/promo",
                  "displayMode": "singleText"
                }
              }
            }
          }
        },
        {
          "title": "Product Reference",
          "id": "productreference",
          "model": "productreference",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/productreference",
                "template": {
                  "heading": "Gold Coast Accommodation",
                  "productId": "",
                  "variant": "accommodation"
                }
              }
            }
          }
        },
        {
          "title": "Site Navigation",
          "id": "sitenavigation",
          "model": "sitenavigation",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/sitenavigation",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Hero Banner",
          "id": "herobanner",
          "model": "herobanner",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/herobanner",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Editor Profile",
          "id": "editorprofile",
          "model": "editorprofile",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/editorprofile",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Article Section",
          "id": "articlesection",
          "model": "articlesection",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/articlesection",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Site Footer",
          "id": "sitefooter",
          "model": "sitefooter",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/sitefooter",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Destination",
          "id": "destination",
          "model": "destination",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/destination",
                "template": {
                  "fragmentPath": ""
                }
              }
            }
          }
        },
        {
          "title": "Destination List",
          "id": "destinationlist",
          "filter": "destinationlist",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "aemnext/components/destinationlist"
              }
            }
          }
        }
      ]
    }
  ]
}
