12345678910111213141516171819202122232425262728 |
- name: Rorschach
- type: theme
- description: 'Rorschach theme.'
- package: Core
- version: VERSION
- core_version_requirement: ^8.8 || ^9
- base theme: false
- libraries:
- - rorschach/global-css
- - rorschach/global-js
- regions:
- header_top_left: 'Header top left'
- header_top_rigth: 'Header top right'
- header_bottom: 'Header Bottom'
- help: 'Help'
- page_top: 'Page top'
- content: 'Main Content'
- sidebar: "Sidebar"
- sidebar_first: 'Sidebar first'
- sidebar_second: 'Sidebar second'
- page_bottom: 'Page bottom'
- footer_top: 'Footer top'
- footer_bottom_left: 'Footer bottom left'
- footer_bottom_middle: 'Footer bottom middle'
- footer_bottom_right: 'Footer bottom right'
|