Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2

This commit is contained in:
Pantheon Automation 2016-06-02 15:56:09 -07:00 committed by Greg Anderson
parent 9eae24d844
commit 28556d630e
1322 changed files with 6699 additions and 2064 deletions

View file

@ -0,0 +1,9 @@
name: Test external CKEditor stylesheets
type: theme
description: 'A theme that uses an external CKEditor stylesheet.'
version: VERSION
base theme: false
core: 8.x
ckeditor_stylesheets:
- https://fonts.googleapis.com/css?family=Open+Sans

View file

@ -0,0 +1,9 @@
name: Test protocol-relative CKEditor stylesheets
type: theme
description: 'A theme that uses a protocol-relative CKEditor stylesheet.'
version: VERSION
base theme: false
core: 8.x
ckeditor_stylesheets:
- //fonts.googleapis.com/css?family=Open+Sans

View file

@ -0,0 +1,4 @@
/**
* @file
* Test CSS asset file for test_ckeditor_stylesheets_relative.theme.
*/

View file

@ -0,0 +1,9 @@
name: Test relative CKEditor stylesheets
type: theme
description: 'A theme that uses a relative CKEditor stylesheet.'
version: VERSION
base theme: false
core: 8.x
ckeditor_stylesheets:
- css/yokotsoko.css