Merge branch 'master' of gitlab.com:valessiobrito/ryf-theme-drupal
[ryf-theme.git] / config / install / ryf.settings.yml
1 # Default settings should not be located here. This file is only used to
2 # install initial setting values. If your theme is the one that introduces a
3 # new 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".
7 #
8 # @see \Drupal\bootstrap\Plugin\SettingBase
9 # @see \Drupal\bootstrap\Plugin\SettingInterface
10 # @see \Drupal\bootstrap\Plugin\SettingManager
11 # @see \Drupal\bootstrap\Plugin\Form\SystemThemeSettings
12 # @see \Drupal\bootstrap\ThemeSettings
13
14 # This file cannot be empty, so install an initial empty array for "schemas".
15 # @see https://www.drupal.org/node/2813829
16 schemas: []
17
18 # Disable the CDN provider so compiled source files can be used.
19 #cdn_provider: ''