Pantheon Decoupled Kit's CMS Kit
npm install @pantheon-systems/cms-kitUtilities to help simplify the process of sourcing data from a CMS backend for a
Front-End Site hosted on Pantheon.
To install this package to use in your application:
npm install @pantheon-systems/cms-kit
Modules can be imported from the @pantheon-systems/cms-kit package. For
example, to use the setSurrogateKeyHeader utility:
``js`
import { setSurrogateKeyHeader } from '@pantheon-systems/cms-kit';
To see the API reference for @pantheon-systems/cms-kit`,
visit our docs site
Please see the
Contributing guide in our monorepo