mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 24 forks source link

Theme requires description #11

Closed kbasarab closed 7 years ago

kbasarab commented 7 years ago

When a description is not entered during the generation no description is given next to the key in the theme.info.yml file. This throws an error on admin/appearance.

The following error is thrown: InvalidArgumentException: $string ("") must be a string. in Drupal\Core\StringTranslation\TranslatableMarkup->__construct() (line 140 of core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php).

Adding a description fixes the issue or removing the null description key from the info.yml file.

zhawkins commented 7 years ago

Fixed via #13 Thanks!