Projects

Updated: | #Entity
Updated: | #Theming
Updated: | #Development, #Theming
Updated: | #Content, #Text Format
name: Mantra
description: Mantra theme.
type: theme
core_version_requirement: ">=8"
base theme: false

 

Updated: | #Theming

layout.css

Updated: | #Layout

messages.css

Updated: | #Messages

Copy menu.html.twig from Classy.

Add attach_library('mantra_theme/menu').

 

mantra_theme.libraries.yml

Updated:

Drupal themes inherit libraries from core modules and base themes.

Inherited libraries can be extended or overridden in the theme info file.

mantra_theme.info.yml

Updated: | #Theming, #Libraries

CKEditor 5 is now loaded without an iFrame, so it inherits the styles from the current theme.

mantra_theme.info.yml

ckeditor5-stylesheets:
  - css/drupal/ckeditor5.css

 

Updated: | #CKEditor 5