rorschach.info.yml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # This theme is marked as @internal. It is intended to evolve and change over
  2. # minor releases.
  3. # As the UI of Drupal improves between minor versions, the markup and assets in
  4. # the Rorschach theme will change. The Rorschach theme is not backwards compatible
  5. # If you wish to modify the output or assets of Rorschach you can:
  6. # 1. Copy the whole of Rorschach and rename it as your own theme. You will need to
  7. # manually manage your own updates if you want to stay up to date with Rorschach's
  8. # bug fixes and feature support.
  9. #
  10. # 2. Sub-theme Rorschach. This is only recommended if you want to make minor
  11. # tweaks and understand that Rorschach could break your modifications as it
  12. # changes.
  13. name: Rorschach
  14. type: theme
  15. base theme: false
  16. description: 'A clean, accessible, and flexible Drupal front-end theme.'
  17. alt text: 'Screenshot of Rorschach, Drupal front-end theme.'
  18. package: Core
  19. version: VERSION
  20. core_version_requirement: ^9
  21. libraries:
  22. - rorschach/global-styling
  23. regions:
  24. header: Header
  25. header_top_left: 'Header top left'
  26. header_top_middle: 'Header top middle'
  27. header_top_right: 'Header top right'
  28. primary_menu: 'Primary menu'
  29. secondary_menu: 'Secondary menu'
  30. hero: 'Hero (full width)'
  31. highlighted: Highlighted
  32. breadcrumb: Breadcrumb
  33. social: Social Bar
  34. content_above: Content Above
  35. content: Content
  36. sidebar: 'Sidebar'
  37. content_below: 'Content Below'
  38. footer_top: 'Footer Top'
  39. footer_bottom: 'Footer Bottom'
  40. libraries-override:
  41. system/admin:
  42. css:
  43. theme:
  44. css/system.admin.css: false
  45. system/base:
  46. css:
  47. component:
  48. css/components/ajax-progress.module.css: css/components/ajax-progress.module.css
  49. css/components/autocomplete-loading.module.css: css/components/autocomplete-loading.module.css
  50. core/drupal.checkbox: false
  51. core/drupal.dropbutton:
  52. css:
  53. component:
  54. misc/dropbutton/dropbutton.css: css/components/dropbutton.css
  55. core/drupal.vertical-tabs:
  56. css:
  57. component:
  58. misc/vertical-tabs.css: css/components/vertical-tabs.css
  59. media/oembed.formatter: false
  60. layout_builder/twocol_section: rorschach/layout_builder_twocol_section
  61. layout_builder/threecol_section: rorschach/layout_builder_threecol_section
  62. layout_builder/fourcol_section: rorschach/layout_builder_fourcol_section
  63. libraries-extend:
  64. core/drupal.message:
  65. - rorschach/drupal.message
  66. core/drupal.collapse:
  67. - rorschach/details
  68. core/drupal.dialog:
  69. - rorschach/drupal.dialog
  70. core/drupal.dialog.off_canvas:
  71. - rorschach/dialog.off_canvas
  72. core/drupal.progress:
  73. - rorschach/progress
  74. layout_discovery/onecol:
  75. - rorschach/layout_discovery_section
  76. layout_discovery/twocol_bricks:
  77. - rorschach/layout_discovery_section
  78. layout_discovery/twocol:
  79. - rorschach/layout_discovery_section
  80. layout_discovery/threecol_25_50_25:
  81. - rorschach/layout_discovery_section
  82. layout_discovery/threecol_33_34_33:
  83. - rorschach/layout_discovery_section
  84. node/drupal.node.preview:
  85. - rorschach/drupal.node.preview
  86. core/ckeditor:
  87. - rorschach/cke-dialog
  88. content_moderation/content_moderation:
  89. - rorschach/content_moderation
  90. ckeditor_stylesheets:
  91. - css/base/fonts.css
  92. - css/base/base.css
  93. - css/components/embedded-media.css
  94. - css/components/table.css
  95. - css/components/text-content.css
  96. - css/theme/ckeditor-frame.css
  97. ckeditor5-stylesheets: false