1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # This theme is marked as @internal. It is intended to evolve and change over
- # minor releases.
- # As the UI of Drupal improves between minor versions, the markup and assets in
- # the Rorschach theme will change. The Rorschach theme is not backwards compatible
- # If you wish to modify the output or assets of Rorschach you can:
- # 1. Copy the whole of Rorschach and rename it as your own theme. You will need to
- # manually manage your own updates if you want to stay up to date with Rorschach's
- # bug fixes and feature support.
- #
- # 2. Sub-theme Rorschach. This is only recommended if you want to make minor
- # tweaks and understand that Rorschach could break your modifications as it
- # changes.
- name: Rorschach
- type: theme
- base theme: false
- description: 'A clean, accessible, and flexible Drupal front-end theme.'
- alt text: 'Screenshot of Rorschach, Drupal front-end theme.'
- package: Core
- version: VERSION
- core_version_requirement: ^9
- libraries:
- - rorschach/global-styling
- regions:
- header: Header
- header_top_left: 'Header top left'
- header_top_middle: 'Header top middle'
- header_top_right: 'Header top right'
- primary_menu: 'Primary menu'
- secondary_menu: 'Secondary menu'
- hero: 'Hero (full width)'
- highlighted: Highlighted
- breadcrumb: Breadcrumb
- social: Social Bar
- content_above: Content Above
- content: Content
- sidebar: 'Sidebar'
- content_below: 'Content Below'
- footer_top: 'Footer Top'
- footer_bottom: 'Footer Bottom'
- libraries-override:
- system/admin:
- css:
- theme:
- css/system.admin.css: false
- system/base:
- css:
- component:
- css/components/ajax-progress.module.css: css/components/ajax-progress.module.css
- css/components/autocomplete-loading.module.css: css/components/autocomplete-loading.module.css
- core/drupal.checkbox: false
- core/drupal.dropbutton:
- css:
- component:
- misc/dropbutton/dropbutton.css: css/components/dropbutton.css
- core/drupal.vertical-tabs:
- css:
- component:
- misc/vertical-tabs.css: css/components/vertical-tabs.css
- media/oembed.formatter: false
- layout_builder/twocol_section: rorschach/layout_builder_twocol_section
- layout_builder/threecol_section: rorschach/layout_builder_threecol_section
- layout_builder/fourcol_section: rorschach/layout_builder_fourcol_section
- libraries-extend:
- core/drupal.message:
- - rorschach/drupal.message
- core/drupal.collapse:
- - rorschach/details
- core/drupal.dialog:
- - rorschach/drupal.dialog
- core/drupal.dialog.off_canvas:
- - rorschach/dialog.off_canvas
- core/drupal.progress:
- - rorschach/progress
- layout_discovery/onecol:
- - rorschach/layout_discovery_section
- layout_discovery/twocol_bricks:
- - rorschach/layout_discovery_section
- layout_discovery/twocol:
- - rorschach/layout_discovery_section
- layout_discovery/threecol_25_50_25:
- - rorschach/layout_discovery_section
- layout_discovery/threecol_33_34_33:
- - rorschach/layout_discovery_section
- node/drupal.node.preview:
- - rorschach/drupal.node.preview
- core/ckeditor:
- - rorschach/cke-dialog
- content_moderation/content_moderation:
- - rorschach/content_moderation
- ckeditor_stylesheets:
- - css/base/fonts.css
- - css/base/base.css
- - css/components/embedded-media.css
- - css/components/table.css
- - css/components/text-content.css
- - css/theme/ckeditor-frame.css
- ckeditor5-stylesheets: false
|