commentPolicy:
CommentPolicy -
Indicates whether readers can post comments to the blog and whether comments are moderated.
handle:
String -
A unique, human-friendly string for the blog. If no handle is specified, a handle will be generated automatically from the blog title.
The handle is customizable and is used by the Liquid templating language to refer to the blog.
metafields:
MetafieldInput -
Attaches additional metadata to a store's resources.
redirectArticles:
Boolean -
Whether to redirect blog posts automatically.
redirectNewHandle:
Boolean -
Whether a redirect is required after a new handle has been provided.
If `true`, then the old handle is redirected to the new one automatically.
templateSuffix:
String -
The name of the template a blog is using if it's using an alternate template.
Returns `null` if a blog is using the default blog.liquid template.