DPDK Architecture  ->  Bootstrap (v3.0.5)

Prismic Init
>= v2.12.6

This task will initialize a Prismic CMS with default Content Types and fields.

Warning! This task will only run on an empty Prismic instance

Execution

This task can be executed by running the following command in your project:

node server.js prismicInit

Content Types API Token

Make sure you generate a Content Types API token in Prismic and add this to the config before running this task:

Prismic Example
{
  "prismic": {
    "enabled": true,
    "project": "example-project",
    "tokens": {
      "contentTypesApi": "xxxxxxx.xxxxxxxxxx"
    }
  }
}
Last modifiedFriday, April 29, 2022, 12:57:36 PM UTC
Last authorroelvoordendag
Commit IDb4569da