carcheky/druparcheky_theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.2.8) of this package.

Theme for quick dev

Installs: 488

Dependents: 2

Suggesters: 0

Security: 0

Language:CSS

Type:drupal-theme

v1.2.8 2021-01-09 13:17 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