next.js/examples/cms-prismic/.slicemachine/mock-config.json
mock-config.json44 lines722 B
{
  "_cts": {
    "author": {
      "name": {
        "config": {
          "patternType": "HEADING",
          "blocks": 1
        }
      }
    },
    "post": {
      "title": {
        "config": {
          "patternType": "HEADING",
          "blocks": 1
        }
      }
    }
  },
  "slices": {
    "Text": {
      "default": {
        "primary": {
          "text": {
            "config": {
              "patternType": "PARAGRAPH",
              "blocks": 4
            }
          }
        }
      }
    },
    "Image": {
      "default": {
        "primary": {
          "image": {
            "content": "https://images.unsplash.com/photo-1493397212122-2b85dda8106b"
          }
        }
      }
    }
  }
}
Quest for Codev2.0.0
/
SIGN IN