Skip to main content

blog / blogs

Blog picker fields. Use blog for a single blog or blogs for a list. Returns the blog object(s) without articles.

Need articles too?

If you need the blog with its articles, use blog_articles instead.

Properties

PropertyTypeRequiredDescription
type"blog" or "blogs"YesSingle or multiple blogs
labelstringYesLabel shown in the builder
defaultstring or arrayNo"" for blog, [] for blogs

Usage

{
"primary": {
"type": "blog",
"label": "Blog",
"default": ""
},
"list": {
"type": "blogs",
"label": "Blogs",
"default": []
}
}

Interactive Preview

Interactive Preview
Store News
8 articles
Live Output
{
  "primary": {
    "_id": "691f38a8a60232b8a1049823",
    "title": "Store News",
    "handle": "store-news",
    "articlesCount": 8
  }
}