Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Exclude templates from page section#130

Following this discussion from the forum:
https://forum.getkirby.com/t/ability-to-exclude-templates-from-page-section

We will be able to make:

templates: 
  - !home
  - !error
3 years ago
1
Changed the title from "Ability to exclude templates from page section" to "Exclude templates from page section"
3 years ago
1

If the user both chooses and exclude, unnecessary queries will call. It will always be necessary to call all templates/blueprints to check the templates that the user excludes.

For ex:

templates:
  - default
  - !home
  - !error

It may be better to use a separate prop like excludedTemplates or something like that. For ex: templates prop will ignore if excludedTemplates defined.

3 years ago

I keep running into this issue and I’m never happy with the workarounds. Big upvote…

3 years ago
1

@Nico What would it be like if it simply supported the query language?

a year ago
2
Changed the status to
In upcoming releases
9 months ago
Changed the status to
Completed
4 months ago