ContentΒΆ

/libs/granite/ui/components/endor/layouts/content

The layout to render Endor content area. It is also applying foundation-content vocabulary.

It expects the main resource to have the following content structure:

granite:EndorLayoutsContentMain
aside

The side panel.

header

The header panel.

content

The actual content of the page.

Example:

+ mycontent
  - sling:resourceType = "granite/ui/components/foundation/container"
  + layout
    - sling:resourceType = "granite/ui/components/endor/layouts/content"
  + aside
    - sling:resourceType = "granite/ui/components/foundation/container"
  + header
    - sling:resourceType = "granite/ui/components/foundation/container"
  + content
    - sling:resourceType = "granite/ui/components/foundation/container"