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:
parent
9eae24d844
commit
28556d630e
1322 changed files with 6699 additions and 2064 deletions
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* @file
|
||||
* Test CSS asset file for test_ckeditor_stylesheets_relative.theme.
|
||||
*/
|
|
@ -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
|
Reference in a new issue