_Blog.getHomeBlogSettings()

Function to get the settings of default or home blog.

Example Usage

{% set blogSettings = _Blog.getHomeBlogSettings() %}

Parameters

None

Response Example

{  
   "contact":{  
      "name":"Cognitives admin",
      "email":"[email protected]",
      "phone":"0422344384",
      "address":"Street address",
      "city":"Melbourne",
      "state":"Victoria",
      "country":"Australia",
      "postcode":"3000"
   },
   "social":{  
      "facebook":"http://www.facebook.com",
      "linkedin":"http://www.linkedin.com",
      "google":"http://www.google.com",
      "youtube":"http://www.youtube.com",
      "twitter":"http://www.twitter.com",
      "vimeo":"http://www.vimeo.com",
      "pinterest":"http://www.pinterest.com",

   }
}

Response Description

Contact Details

AttributeDescription
nameName of the user
emailEmail of the user
phonePhone no. of the user
addressAddress of the user
cityCity
stateState
countryCountry
postcodePostcode

Social Details

AttributeDescription
facebookFacebook link
linkedinLinkedIn link
googleGoogle link
youtubeYoutube link
twitterTwitter link
vimeoVimeo link
pinterestPinterest link