Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/developer/howtos/website_themes/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ structure below.
<field name="shop_ppg">18</field>
<field name="shop_ppr">3</field>
<field name="cookies_bar" eval="True" />
<field name="contact_us_button_url">/contact-us</field>
<field name="contact_us_link_url">/contact-us</field>
<field name="social_facebook">https://www.facebook.com/Airproof</field>
<field name="social_instagram">https://www.instagram.com/airproof</field>
<field name="social_linkedin">https://www.linkedin.com/company/airproof</field>
Expand All @@ -710,7 +710,7 @@ structure below.
- Number of products shown per rows (in a page) in the e-commerce
* - cookies_bar
- Enable/disable the cookies bar
* - contact_us_button_url
* - contact_us_link_url
- URL of the `Contact us` page (For instance, used in the standard header templates).
* - social_facebook
- URL of a Facebook profile
Expand Down