Company
object
Company is a global object, meaning it will always be accessible on any Liquid template.
Attributes
company.authors
array of Authors
An array of the company’s authors.
company.avatar_logo
The company’s logo as an image. The logo is set within Settings > Your Brand.
company.biographies
array of Contents
An array of the company’s biographies.
company.booking_fee_name
string
The custom booking fee name, which can be overridden. To enable this feature, please reach out to our support team at support@easol.com. The default booking fee name is ‘Booking Fee’.
company.countries
array of strings
An array of the names of countries with products. e.g. ["Canada", "United Kingdom"]
company.facebook_username
string
The Facebook username set within My Site > Social.
company.id
string
The id of the company. String representation of Uuid format.
company.instagram_username
string
The Instagram username set within My Site > Social.
company.logo
The company’s wordmark logo as an image. The logo is set within Settings > Your Brand.
company.name
string
The name of the company.
company.organisation
The company’s organisation.
Note: Not all companies have an organisation.
company.posts
array of Blog posts
An array of the company’s published blog posts, ordered by the most recently published first.
company.products
array of Products
An array of the company’s published products excluding any private products. e.g.
{% for product in company.products %}
{{ product.name }}
{% endfor %}
company.series
array of Series
An array of all the company’s series.
company.subdomain
string
The subdomain of the company.
company.twitter_username
string
The Twitter username set within My Site > Social.