/* drucafe */

Friday, February 12, 2016

Adding custom styles to CKEditor in Drupal 8

In my version of Drupal 8 (8.0.3) the CKEditor Styles combo was empty out of the box.


Adding custom styles can be done in two ways. Both ways are more or less explained in this answer, which is not for styles but for rtl language settings, but the procedure is analogous. I'll give a detailed explanation here how to do it both ways.

Thursday, February 11, 2016

Install Drupal 8 console on Windows using composer

Drupal console is a command line tool for Drupal module developers for generating initial module code and for admins to do some administrative tasks. In order to install it on my Windows 7 with XAMPP and with existing composer, following the installation docs, I entered the command:

C:>composer global require drupal/console:@stable
(This installs the stable release instead of latest release)

This gave me the following output.