Update to Drupal 8.0-dev-2015-11-17. Commits through da81cd220, Tue Nov 17 15:53:49 2015 +0000, Issue #2617224 by Wim Leers: Move around/fix some documentation.
This commit is contained in:
parent
4afb23bbd3
commit
7784f4c23d
929 changed files with 19798 additions and 5304 deletions
|
@ -4,6 +4,8 @@ description: 'Test theme which acts as a base theme for other test subthemes.'
|
|||
version: VERSION
|
||||
core: 8.x
|
||||
base theme: false
|
||||
hidden: true
|
||||
|
||||
libraries:
|
||||
- test_basetheme/global-styling
|
||||
stylesheets-remove:
|
||||
|
|
|
@ -44,12 +44,12 @@ libraries-override:
|
|||
core/drupal.dropbutton:
|
||||
css:
|
||||
component:
|
||||
misc/dropbutton/dropbutton.css: /themes/my_theme/css/dropbutton.css
|
||||
/core/themes/stable/css/core/dropbutton/dropbutton.css: /themes/my_theme/css/dropbutton.css
|
||||
# Use stream wrappers.
|
||||
core/drupal.vertical-tabs:
|
||||
css:
|
||||
component:
|
||||
misc/vertical-tabs.css: public://my_css/vertical-tabs.css
|
||||
/core/themes/stable/css/core/vertical-tabs.css: public://my_css/vertical-tabs.css
|
||||
# Use a protocol-relative URI.
|
||||
core/jquery.ui:
|
||||
css:
|
||||
|
|
Reference in a new issue