Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit 201739b

Browse files
balsamaphenaproxima
authored andcommitted
Make Claro the default admin theme (#660)
1 parent 9c61aa3 commit 201739b

File tree

8 files changed

+85
-187
lines changed

8 files changed

+85
-187
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ Please use the [Drupal.org issue queue][issue_queue] for latest information and
114114
to request features or bug fixes.
115115

116116
## Known Issues
117+
* There are a few known issues when using the Claro administrative theme with
118+
various Lightning components.
119+
See https://github.com/acquia/lightning/pull/660#pullrequestreview-331654008
120+
for more information.
117121

118122
### Media
119123
* If you upload an image into an image field using the new image browser, you

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"ext-dom": "*",
8+
"cweagans/composer-patches": "^1.6",
89
"drupal/core": "~8.8.0",
910
"drupal/lightning_api": "^4.4",
1011
"drupal/lightning_core": "^5.0",
@@ -57,6 +58,11 @@
5758
],
5859
"patchLevel": {
5960
"drupal/core": "-p2"
61+
},
62+
"patches": {
63+
"drupal/core": {
64+
"3096566 - Copy media library styles from Seven to Claro & 3096241 - Refactor image and file field widgets to improve contrib compatibility and to make their templates and preprocess functions DRY": "https://www.drupal.org/files/issues/2019-12-16/3096566-23-combined-3096241-3.patch"
65+
}
6066
}
6167
},
6268
"autoload": {

0 commit comments

Comments
 (0)