Skip to content

Is there an option to create new content in a page-bundle? #460

Answered by rshmhrj
rshmhrj asked this question in Q&A
Discussion options

You must be logged in to vote

I just found this in the documentation and tried it out to auto-create everything as a pageBundle.

  "frontMatter.taxonomy.contentTypes": [
    {
      "name": "default",
      "pageBundle": false,
      "previewPath": null,
      "template": "[[workspace]]/.frontmatter/templates/default.md",
      "fields": [ ... ]
    },
    {
      "name": "bundle with thumbnail",
      "pageBundle": true,
      "previewPath": null,
      "template": "[[workspace]]/.frontmatter/templates/default.md",
      "fields": [ ... ]
    },
    {
      "name": "bundle with feature image",
      "pageBundle": true,
      "previewPath": null,
      "template": "[[workspace]]/.frontmatter/templates/default.md",
      

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rshmhrj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant