๐๏ธ 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 `isSingleton` property in a content type
The isSingleton property helps maintain 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 would prevent the creation of multiple pages of this content type and ensure that any updates to the Home Page layout are reflected on one page.
๐๏ธ 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.