Skip to Content
Enthusiast 1.3.0 is released 🎉
Sanity

Sanity

Installation

Run the following command inside your application directory.
If you're using Enthusiast Starter, that's inside enthusiast-starter/src/

poetry add enthusiast-source-sanitycms

Then, register the integration in your config/settings_override.py.

CATALOG_PRODUCT_SOURCE_PLUGINS = { ... "Sanity": "enthusiast_source_sanitycms.SanityCMSDocumentSource", }
Last updated on