All Downloads are FREE. Search and download functionalities are using the official Maven repository.

SLING-INF.app-root.components.breadcrumb.v2.breadcrumb.json Maven / Gradle / Ivy

{
  "jcr:primaryType": "cq:Component",
  "jcr:title": "wcm.io Breadcrumb (v2)",
  "componentGroup": ".wcmio-core-wcm",
  "sling:resourceSuperType": "core/wcm/components/breadcrumb/v2/breadcrumb",

  "cq:dialog": {
    "jcr:primaryType": "nt:unstructured",
    "content": {
      "items": {
        "tabs": {
          "items": {
            "properties": {
              "items": {
                "columns": {
                  "items": {
                    "column": {
                      "items": {

                        /* Hide start level parameter; it's detected automatically */
                        "startLevel": {
                          "sling:hideResource": true
                        },

                        /*
                         * Hide disableShadowing, it has no meaning with link handler underneath. 
                         */
                        "disableShadowing": {
                          "sling:hideResource": true
                        }

                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },

  "cq:design_dialog": {
    "jcr:primaryType": "nt:unstructured",
    "content": {
      "items": {
        "tabs": {
          "items": {
            "properties": {
              "items": {

                /* Hide start level parameter; it's detected automatically */
                "startLevel": {
                  "sling:hideResource": true
                },

                /*
                 * Hide disableShadowing, it has no meaning with link handler underneath. 
                 */
                "disableShadowing": {
                  "sling:hideResource": true
                }

              }
            }
          }
        }
      }
    }
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy