SidePanelsΒΆ

/libs/granite/ui/components/endor/layouts/sidepanels

The layout to render Endor a panel that hosts the inner rail panels.

The items of the layout are specified using ItemDataSource.

Example:

+ aside
  - sling:resourceType = "granite/ui/components/foundation/container"
  + layout
    - sling:resourceType = "granite/ui/components/endor/layouts/sidepanels"
  + items
    + search
      - sling:resourceType = "granite/ui/components/foundation/container"
      - jcr:title = "Search"
      + layout
        - sling:resourceType = "granite/ui/components/endor/layouts/sidepanels/panel"
      + items
        + item1
        + item2

Components: