rocketship_core-8.x-2.0-alpha11/rocketship_core.layouts.yml
rocketship_core.layouts.yml
#
# Display Suite
################################################################################
# Columns
rocketship_layout_1col:
label: 1 Column Layout
category: Rocketship Layouts - Display Suite
class: '\Drupal\rocketship_core\Plugin\Layout\DSLayoutOneCol'
template: templates/ds/rocketship-layout-1col
type: page
regions:
top:
label: Top Region
header:
label: Header Region
content:
label: Main content Region
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_layout_2col:
label: 2 Column layout (permanent sidebar)
category: Rocketship Layouts - Display Suite
class: '\Drupal\rocketship_core\Plugin\Layout\DSLayoutTwoCols'
type: page
template: templates/ds/rocketship-layout-2col
regions:
top:
label: Top Region
header:
label: Header Region
first:
label: Sidebar Region
content:
label: Main content Region
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_layout_3col:
label: 3 Columns (always 2 sidebars)
category: Rocketship Layouts - Display Suite
class: '\Drupal\rocketship_core\Plugin\Layout\DSLayoutThreeCols'
type: page
template: templates/ds/rocketship-layout-3col
regions:
top:
label: Top Region
header:
label: Header Region
first:
label: Sidebar Left Region
content:
label: Main content Region
second:
label: Sidebar Right Region
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_layout_321col:
label: 1, 2 or 3 Columns (no sidebars if no content in them)
category: Rocketship Layouts - Display Suite
class: '\Drupal\rocketship_core\Plugin\Layout\DSLayoutThreeTwoOneCols'
type: page
template: templates/ds/rocketship-layout-321col
regions:
top:
label: Top Region
header:
label: Header Region
first:
label: Sidebar Left Region
content:
label: Main content Region
second:
label: Sidebar Right Region
footer:
label: Footer Region
bottom:
label: Bottom Region
#
# Panels
################################################################################
# Columns
rocketship_panel_3col:
label: 1, 2 or 3 Columns (no sidebars if no content in them)
category: Rocketship Layouts - Panels
class: '\Drupal\rocketship_core\Plugin\Layout\PanelsLayoutThreeCols'
type: page
template: templates/panels/rocketship-panel-3col
regions:
top:
label: Top
visual:
label: Visual
header:
label: Header
first:
label: Sidebar Left
content:
label: Content
second:
label: Sidebar Right
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_panel_front:
label: Frontpage
category: Rocketship Layouts - Panels
class: '\Drupal\rocketship_core\Plugin\Layout\PanelsLayoutFrontpage'
type: page
template: templates/panels/rocketship-panel-front
regions:
top:
label: Top
visual:
label: Visual
header:
label: Header
first:
label: Sidebar Left
content:
label: Content
second:
label: Sidebar Right
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_panel_detail:
label: Detailpage
category: Rocketship Layouts - Panels
class: '\Drupal\rocketship_core\Plugin\Layout\PanelsLayoutDetailpage'
type: page
template: templates/panels/rocketship-panel-detail
regions:
top:
label: Top
visual:
label: Visual
header:
label: Header
cta_01:
label: CTA
first:
label: Sidebar Left
content:
label: Content
second:
label: Sidebar Right
cta_02:
label: CTA
footer:
label: Footer Region
bottom:
label: Bottom Region
rocketship_panel_overview:
label: Overview page
category: Rocketship Layouts - Panels
class: '\Drupal\rocketship_core\Plugin\Layout\PanelsLayoutOverviewpage'
type: page
template: templates/panels/rocketship-panel-overview
regions:
top:
label: Top
visual:
label: Visual
header:
label: Header
cta_01:
label: CTA
first:
label: Sidebar Left
content:
label: Content
second:
label: Sidebar Right
cta_02:
label: CTA
footer:
label: Footer Region
bottom:
label: Bottom Region
