You are here

THEMENAME.settings.yml in Express 8

themes/contrib/bootstrap/starterkits/cdn/config/install/THEMENAME.settings.yml

File

themes/contrib/bootstrap/starterkits/cdn/config/install/THEMENAME.settings.yml
View source
  1. # Default settings should not be located here. This file is only used to
  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".
  8. #
  9. # @see \Drupal\bootstrap\Plugin\SettingBase
  10. # @see \Drupal\bootstrap\Plugin\SettingInterface
  11. # @see \Drupal\bootstrap\Plugin\SettingManager
  12. # @see \Drupal\bootstrap\Plugin\Form\SystemThemeSettings
  13. # @see \Drupal\bootstrap\ThemeSettings
  14. # This file cannot be empty, so install an initial empty array for "schemas".
  15. # @see https://www.drupal.org/node/2813829
  16. schemas: []