carcheky / druparcheky_theme
Theme for quick dev
Installs: 491
Dependents: 2
Suggesters: 0
Security: 0
Language:CSS
Type:drupal-theme
pkg:composer/carcheky/druparcheky_theme
Requires
- drupal/layout_section_classes: ^1.0@RC
This package is auto-updated.
Last update: 2021-10-14 07:47:24 UTC
README
Theme for quick dev
TWIG vars
- {{ language }} - Devuelve el código de idioma correspondiente. Por defecto añadico como clase al body como 'lang-es'
- {{ nid }} - Devuelve el id del nodo. Por defecto aplicado al body como 'page-1'
Important files
- druparcheky_subtheme/SCSS folder
- druparcheky_subtheme/Templates folder
- druparcheky_subtheme/js/global.js file
- druparcheky_subtheme/druparcheky_subtheme.info.yml
- druparcheky_subtheme/druparcheky_subtheme.theme
- druparcheky_subtheme/druparcheky_subtheme.layouts.yml
- druparcheky_subtheme/druparcheky_subtheme.libraries.yml
Install with composer
composer require drupal/druparcheky_theme
or
composer require carcheky/druparcheky_theme