📄️ Installation
This guide explains how to install and configure the Front-Commerce Prismic module to start interacting with an existing Prismic repository from your application.
📄️ Expose Prismic Content
The Prismic Front-Commerce module provides a loader and the infrastructure to expose Prismic-based Content in Front-Commerce's GraphQL API. This guide explains how to use it.
📄️ Content Slices
Content Slices allows developers to design autonomous and reusable UI elements that Content managers can use to build dynamic pages. Front-Commerce has first-class support for Prismic Slices. This page explains how developers can use the tool we provide to create content-driven dynamic pages.
📄️ Prismic Routable Types
You might want to create new pages managed from Prismic. These pages should be accessible with a URL and may have to be included in the Sitemap with a clean URL. This guide explains everything that is supported by Front-Commerce's Prismic module.
📄️ Integration fields
Prismic Integration fields are custom fields for retrieving content from external systems. When using Prismic with Front-Commerce, you might want to create Integration fields for Categories, Products, or other custom entities in order to improve the Content Management experience. This guide explains how to do it.
📄️ Prismic Preview
Prismic Previews allow you to view draft documents live on your website without publishing them publicly. You can set up many preview environments to preview your content in different contexts, such as production and development. This guide explains how to configure Prismic and Front-Commerce to ensure a smooth authoring experience.
📄️ Embed Fields
Embed fields allows you to add a valid oEmbed URL, like YouTube, Vimeo, or Spotify, to generate embedded HTML content, or add your own custom embed content. This guide explains how the default implementation work and how to customize it.
📄️ Cache
The PrismicCachedResolver is a decorator for a resolver that returns Prismic Content. It caches the results at a resolver level with references to the documents.