Skip to content

Commit 7edda10

Browse files
committed
Issue #2813829 by Daniel Schaefer: Can't install 8.x-3.0-rc2 on D 8.2: Invalid data type in config bootstrap.settings
1 parent 374d5f5 commit 7edda10

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

config/install/bootstrap.settings.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Default settings should not be located here. This file is only used to
2-
# override existing settings. If your theme is the one that introduces a new
3-
# theme setting, it should use the Drupal Bootstrap base theme's
4-
# @BootstrapSetting annotation discovery process. This ensures that sub-theme
5-
# settings are inherited from base themes themes properly and to determine when
6-
# a setting should be saved to config as "overridden".
2+
# initially install a theme's "settings".
3+
#
4+
# Instead, the Drupal Bootstrap base theme uses the @BootstrapSetting
5+
# annotated plugin discovery process. This ensures that sub-theme settings are
6+
# inherited from base themes themes properly and to determine when a setting
7+
# should be saved to config as "overridden".
78
#
89
# @see \Drupal\bootstrap\Plugin\SettingBase
910
# @see \Drupal\bootstrap\Plugin\SettingInterface
1011
# @see \Drupal\bootstrap\Plugin\SettingManager
1112
# @see \Drupal\bootstrap\Plugin\Form\SystemThemeSettings
1213
# @see \Drupal\bootstrap\ThemeSettings
14+
15+
# This file cannot be empty, so install an initial empty array for "schemas".
16+
# @see https://www.drupal.org/node/2813829
17+
schemas: []

0 commit comments

Comments
 (0)