diff options
Diffstat (limited to 'config/install/fossee_istos.settings.yml')
-rwxr-xr-x | config/install/fossee_istos.settings.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/install/fossee_istos.settings.yml b/config/install/fossee_istos.settings.yml new file mode 100755 index 0000000..33402a2 --- /dev/null +++ b/config/install/fossee_istos.settings.yml @@ -0,0 +1,25 @@ +# Default settings should not be located here. This file is only used to +# install initial setting values. If your theme is the one that introduces a +# new theme setting, it should use the Drupal Bootstrap base theme's +# @BootstrapSetting annotation 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: '' + +#default value for social media +facebook_url: 'https://www.facebook.com/iitbombay' +twitter_url: 'https://twitter.com/iitbombay' +google_plus_url: 'https://plus.google.com/+iitbombay' +linkedin_url: 'https://www.linkedin.com/edu/school?id=13496&trk=edu-cp-title' |