Return a collection of child elements to the grandparent page and make it editable in the blueprint

Just to make this Post a bit more helpful for everyone.

The Solution for the Subpages in a Blueprint is:

  sections:
    CollectionFolder:
      type: pages
      layout: list
      parent: site.find("home/CollectionFolder")

Source Thread