From 85a9d81638d240f3fa9ed01cb139ef33243b379b Mon Sep 17 00:00:00 2001 From: sanjeevi01 Date: Fri, 5 Jul 2019 15:30:52 +0530 Subject: Initial commit --- config/install/fossee_istos.settings.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 config/install/fossee_istos.settings.yml (limited to 'config/install/fossee_istos.settings.yml') 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' -- cgit