Skip to content

Add Category Type Config Support

Compare
Choose a tag to compare
@ashhitch ashhitch released this 07 Oct 09:10
· 96 commits to master since this release
b4ec449

Add Category Type Config Support:

  • title
  • schemaType
  • metaRobotsNoindex
  • metaDesc
{
seo {
  contentTypes {
      post {
        title
        schemaType
        metaRobotsNoindex
        metaDesc
      }
  }
}
}