๐๏ธ Integrating your storefront with VTEX Headless CMS
7 items
๐๏ธ Enabling private CMS previews
By default, the VTEX Headless CMS already publishes previews of your store website to private URLs, accessible only through VTEX authentication. However, if, you have configured public previews for your store and would like to revert back to private previews, you can do so by following the steps outlined in this article.
๐๏ธ Installing Releases on VTEX Headless CMS
VTEX Headless CMS 1.x requires the VTEX Releases app to function. Releases is a VTEX module that allows merchants to publish and schedule content changes in their stores. To use it along with the VTEX Headless CMS, take the following steps.
๐๏ธ Migrating from gatsby-plugin-cms to gatsby-source-cms
This guide is intended for those who integrated their FastStore project with the VTEX Headless CMS using the gatsby-plugin-cms. This plugin was deprecated in favor of the gatsby-source-cms plugin on 3 January 2022.
๐๏ธ Communicating WebOps updates to the Headless CMS
Configure the WebOps webhooks responsible for communicating with the VTEX Headless CMS.
๐๏ธ Using the `isSingleton` property in a content type
The isSingleton property helps keep consistency in a content type by ensuring that only one page of a particular content type exists in the Headless CMS. For example, implementing this property in a Home Page content type prevents the creation of multiple pages of the same content type and ensures that any updates to the Home Page layout are reflected on one page.
๐๏ธ Using the onlySettings property in a content type
The onlySetting property indicates that a content type is meant for settings only.
๐๏ธ Widgets for CMS
A widget is a graphical element that provides a particular way for editors to interact and upload content via the VTEX Headless CMS.