diff options
author | sanjeevi01 | 2019-07-05 15:30:52 +0530 |
---|---|---|
committer | sanjeevi01 | 2019-07-05 15:33:36 +0530 |
commit | 85a9d81638d240f3fa9ed01cb139ef33243b379b (patch) | |
tree | 5de2a278bd0b3e8c979defa73b24470a56055a3c /config | |
parent | e5a79b1f0f70eb0bc413c5b85139617dbe84b07d (diff) | |
download | fossee_istos-85a9d81638d240f3fa9ed01cb139ef33243b379b.tar.gz fossee_istos-85a9d81638d240f3fa9ed01cb139ef33243b379b.tar.bz2 fossee_istos-85a9d81638d240f3fa9ed01cb139ef33243b379b.zip |
Initial commit
Diffstat (limited to 'config')
-rwxr-xr-x | config/install/fossee_istos.settings.yml | 25 | ||||
-rwxr-xr-x | config/schema/fossee_istos.schema.yml | 5 |
2 files changed, 30 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' diff --git a/config/schema/fossee_istos.schema.yml b/config/schema/fossee_istos.schema.yml new file mode 100755 index 0000000..08ac131 --- /dev/null +++ b/config/schema/fossee_istos.schema.yml @@ -0,0 +1,5 @@ +# Schema for the theme setting configuration file of the THEMETITLE theme. + +fossee_istos.settings: + type: theme_settings + label: 'fossee_istos settings' |