Page Collection

title: Breaking
published: true
content:
    items:
        '@page.children': /blog
    order:
        by: date
        dir: desc
    limit: 10
    pagination: true

I am using Vanilla Bone theme to practice, with default template. The theme skeleton, has Blog folder with items, it has /blog slub as well. What I am doing wrong on this?

Did you try, as written here, with quotes around path and on a single line ?

    items: '@page.children':'/blog'

Yaml is quite sensitive to carriage return, indentation, etc.

i tried this but it keeps returning to no quotes.