Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
@ -1,6 +1,6 @@
|
|||
# Themes are not supposed to provide/install this kind of config normally.
|
||||
# This exists for testing purposes only.
|
||||
# @see \Drupal\system\Tests\Extension\ThemeInstallerTest
|
||||
# @see \Drupal\KernelTests\Core\Theme\ThemeInstallerTest
|
||||
id: fancy
|
||||
label: 'Fancy date'
|
||||
status: true
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
name: 'Test theme libraries empty'
|
||||
type: theme
|
||||
description: 'Test theme with empty libraries in theme.info.yml'
|
||||
version: VERSION
|
||||
base theme: classy
|
||||
core: 8.x
|
||||
libraries:
|
||||
|
Reference in a new issue