Commit e3dbefbb authored by catch's avatar catch
Browse files

Issue #3304256 by longwave, Spokje, dww, lauriii, catch, quietone, mherchel:...

Issue #3304256 by longwave, Spokje, dww, lauriii, catch, quietone, mherchel: Remove Bartik from Drupal core

(cherry picked from commit 56aef136)
parent bbdf337d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
      "profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*",
      "tests/fixtures/files/*",
      "tests/Drupal/Tests/Component/Annotation/Doctrine/**",
      "themes/bartik/color/preview.html",
      "themes/olivero/fonts/**",
      "COPYRIGHT.txt",
      "MAINTAINERS.txt",
+0 −3
Original line number Diff line number Diff line
@@ -74,9 +74,6 @@ Automated Cron
Ban
- ?

Bartik
- Emma Maria Karayiannis 'emma.maria' https://www.drupal.org/u/emma.maria

Base system
- ?

+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ interface AssetResolverInterface {
   * module styles through CSS selectors.
   *
   * Themes may replace module-defined CSS files by adding a stylesheet with the
   * same filename. For example, themes/bartik/system-menus.css would replace
   * same filename. For example, themes/olivero/system-menus.css would replace
   * modules/system/system-menus.css. This allows themes to override complete
   * CSS files, rather than specific selectors, when necessary.
   *
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public function installDefaultConfig($type, $name);
   *   (optional) If set, ensures that the configuration being installed has
   *   this dependency. The format is dependency type as the key ('module',
   *   'theme', or 'config') and the dependency name as the value
   *   ('book', 'bartik', 'views.view.frontpage').
   *   ('book', 'olivero', 'views.view.frontpage').
   */
  public function installOptionalConfig(StorageInterface $storage = NULL, $dependency = []);

+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ interface InfoParserInterface {
   * - stylesheets: Theme stylesheets.
   * - scripts: Theme scripts.
   *
   * See bartik.info.yml for an example of a theme .info.yml file.
   * See olivero.info.yml for an example of a theme .info.yml file.
   *
   * For information stored in a profile .info.yml file see
   * install_profile_info().
Loading