Front.id

Drupal 8 / D8
Drupal
Tip of the day: How to apply params to a t() function at twig
By Capy
When you enable a Drupal module or profile, it may be useful to activate and set a theme for the end user and/or Drupal administration.
Drupal
Drupal Europe is the largest Drupal event in Europe this year, only surpassed by Drupalcon (North America).
Drupal
Quality
By keopx
PHP Mess Dectector (PHPMD) with PhpStorm Integration for Drupal Projects
Drupal
Quality
By keopx
Coding Standards are used to improve consistent coding and increase the quality of the whole software system. In this case we need to review common standards + Drupal Coding Standards. In this post we explain how to configure the Coder Sniffer for Drupal Coding Standards with PhpStorm Integration.
Drupal
Hook
Drupal 8 / D8
By Capy
Que un hook se ejecute antes en un módulo que en el tuyo es algo que podemos modificar sin tener que recurrir a modificar registros de base de datos.
CKEditor
Drupal
By Capy
Drupal 7: Añadir un plugin vía modulo custom a CKEditor (el módulo)
By alvar0hurtad0
Seguramente muchas veces has querido tener un paragraph con una vista dentro pero no has querido que los editores tengan que seleccionar qué vista quieres usar. A continuación vemos las alternativas.
Drupal
Templates
Theming
Drupal 8 / D8
By Capy
Alguna vez pasa que necesitamos modificar el HTML que genera un elemento de formulario. No me refiero a un form sino mas bien al HTML que conforma un elemento de tipo input, password, email, select, etc.
Drupal
JavaScript
CKEditor
Drupal 8 / D8
By Capy
Botones!, una forma estupenda de conectar ckeditor con funcionalidades avanzadas de Drupal.  En Drupal 8 tenemos un sistema realmente bueno para añadir botones a ckeditor. Necesitas saber un pelín de backend y otro de JS y poco mas.