Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

How to make a collection page from Admin window

Started by Thomas Green 6 years ago · 5 replies · 486 views
6 years ago

I am making a site with a lot of collection pages in a tree. The Admin panel allows me to add a new Page, but to make it a collection page the front matter needs to contain the lines

YAML
content:
   items: '@self.children' 

Do I have to add those lines by hand to every collection page, or can it be done from the Admin panel, maybe by some appropriate blueprinting?

6 years ago

I have added the following to my page blueprints under an appropriate tab:

YAML
header.content.items:                                                        
  type: text
  label: Collection source
  default: '@self.children'

Adding this to the blueprint will not automatically add the default fields to existing pages. But the next time you open the page in the admin and save it. It will populate the field. You will also be able to edit the items: field to another value, like '@root.descendants'.

👍 1
6 years ago

Hi
you use a specifique theme ?

6 years ago

I have developed my own theme which is a part of something I call the photon PLATFORM - an integrated suite of tools of open source tools for developing, publishing and managing complex hierarchical content sets.

More to come...

6 years ago

Oops sorry @phi the question is for @ThosGreen 😉
Myself i developed my own theme for my specific work

👍 1
6 years ago

@phi That's a clever idea, thanks for passing it on. Should solve the problem.

@Kit No, I'm just an amateur trying to get things done quickly, not a keen developer. Creating my own theme might be interesting but it would take a lot of time that I want to use elsewhere. So I rely on other people, with more skills and experience, developing themes and being kind enough to make them public.

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 82 12 hours ago
General · by pamtbaau, 17 hours ago
1 55 16 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 348 5 days ago
General · by Duc , 5 days ago
3 43 5 days ago