_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
Attribute | Description |
---|---|
contact | contact details of the blog |
social | social details of the blog |
Contact Details
Attribute | Description |
---|---|
name | Name of the user |
Email of the user | |
phone | Phone no. of the user |
address | Address of the user |
city | City |
state | State |
country | Country |
postcode | Postcode |
Social Details
Attribute | Description |
---|---|
Facebook link | |
LinkedIn link | |
Google link | |
youtube | Youtube link |
Twitter link | |
vimeo | Vimeo link |
Pinterest link |
Updated almost 5 years ago