wxt_bootstrap-8.x-1.10/config/install/wxt_bootstrap.settings.yml
config/install/wxt_bootstrap.settings.yml
# Default settings should not be located here. This file is only used to # initially install a theme's "settings". # # Instead, the Drupal Bootstrap base theme uses the @BootstrapSetting # annotated plugin discovery process. This ensures that sub-theme settings are # inherited from base themes themes properly and to determine when a setting # should be saved to config as "overridden". # # @see \Drupal\bootstrap\Plugin\SettingBase # @see \Drupal\bootstrap\Plugin\SettingInterface # @see \Drupal\bootstrap\Plugin\SettingManager # @see \Drupal\bootstrap\Plugin\Form\SystemThemeSettings # @see \Drupal\bootstrap\ThemeSettings # This file cannot be empty, so install an initial empty array for "schemas". # @see https://www.drupal.org/node/2813829 schemas: [] # Disable the CDN provider so compiled source files can be used. cdn_provider: '' # Allow for breadcrumb to be shown. breadcrumb_home: 1
