File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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".
7
8
#
8
9
# @see \Drupal\bootstrap\Plugin\SettingBase
9
10
# @see \Drupal\bootstrap\Plugin\SettingInterface
10
11
# @see \Drupal\bootstrap\Plugin\SettingManager
11
12
# @see \Drupal\bootstrap\Plugin\Form\SystemThemeSettings
12
13
# @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 : []
You can’t perform that action at this time.
0 commit comments