{
  "groups": [
    {
      "title": "General Components",
      "id": "general",
      "components": [
        {
          "title": "Text",
          "id": "text",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/text",
                "template": {
                  "text": "Default Text"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/text",
                "template": {
                  "text": "Default Text"
                }
              }
            }
          }
        },
        {
          "title": "Title",
          "id": "title",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/title",
                "template": {
                  "title": "Default Title",
                  "type": "h2"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/title",
                "template": {
                  "title": "Default Title",
                  "type": "h2"
                }
              }
            }
          }
        },
        {
          "title": "Image",
          "id": "image",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/image"
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/image"
              }
            }
          }
        },
        {
          "title": "Video",
          "id": "video",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/video",
                "template": {
                  "fullwidth": true
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/video",
                "template": {
                  "fullwidth": true
                }
              }
            }
          }
        },
        {
          "title": "Button",
          "id": "button",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/button",
                "template": {
                  "text": "Button Text",
                  "link": "#"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/button",
                "template": {
                  "text": "Button Text",
                  "link": "#"
                }
              }
            }
          }
        },
        {
          "id": "teaser",
          "title": "Teaser",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/teaser",
                "template": {
                  "title": "Teaser Title",
                  "description": "Teaser description text"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/teaser",
                "template": {
                  "title": "Teaser Title",
                  "description": "Teaser description text"
                }
              }
            }
          }
        },
        {
          "title": "Container",
          "id": "container",
          "filter": "container",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/container"
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/container"
              }
            }
          }
        },
        {
          "title": "Multi Column Container",
          "id": "multi-column-container",
          "filter": "multi-column-container",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/multi-column-container",
                "template": {
                  "columns": 2
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/multi-column-container",
                "template": {
                  "columns": 2
                }
              }
            }
          }
        },
        {
          "title": "Accordion",
          "id": "accordion",
          "filter": "accordion",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/accordion"
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/accordion"
              }
            }
          }
        },
        {
          "title": "Accordion Item",
          "id": "accordion-item",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/accordion-item",
                "template": {
                  "title": "Accordion Item Title"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/accordion-item",
                "template": {
                  "title": "Accordion Item Title"
                }
              }
            }
          }
        },
        {
          "title": "Gallery",
          "id": "gallery",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/gallery"
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/gallery"
              }
            }
          }
        },
        {
          "id": "slider",
          "title": "Slider",
          "filter": "slider",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/slider"
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/slider"
              }
            }
          }
        },
        {
          "id": "slider-item",
          "title": "Slider Item",
          "plugins": {
            "aem": {
              "page": {
                "resourceType": "/components/slider-item",
                "template": {
                  "title": "Slider Item Title",
                  "description": "Slider item description"
                }
              }
            },
            "aem65": {
              "page": {
                "resourceType": "/components/slider-item",
                "template": {
                  "title": "Slider Item Title",
                  "description": "Slider item description"
                }
              }
            }
          }
        }
      ]
    },
    {
      "title": "custom",
      "id": "custom",
      "components": []
    }
  ]
}
