diff options
author | Prashant S | 2019-07-26 11:21:31 +0530 |
---|---|---|
committer | GitHub | 2019-07-26 11:21:31 +0530 |
commit | bfb41f58674f7c24bd41e6e6891f0773c3706ddc (patch) | |
tree | a407e9cac3242db67394711596835982160b0eaa /config/install/fossee_istos.settings.yml | |
parent | e5a79b1f0f70eb0bc413c5b85139617dbe84b07d (diff) | |
parent | 17bc989bd924aa4682807cf7920abb8558da0006 (diff) | |
download | fossee_istos-bfb41f58674f7c24bd41e6e6891f0773c3706ddc.tar.gz fossee_istos-bfb41f58674f7c24bd41e6e6891f0773c3706ddc.tar.bz2 fossee_istos-bfb41f58674f7c24bd41e6e6891f0773c3706ddc.zip |
internship work for new theme for drupal-8.x
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' |