processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

Image "field" templates showing up when creating new page

Open adrianbj opened this issue 3 years ago • 3 comments

Short description of the issue

If you create a new page under a parent/template that allows multiple templates (no child template restrictions), templates like 'field-image, field-images` etc appear in the selectable list.

Expected behavior

These "field" templates shouldn't be shown.

Optional: Screenshots/Links that demonstrate the issue

image

adrianbj avatar Feb 10 '22 00:02 adrianbj

shouldnt those templates just be flagged as system templates? or are they and nonetheless show up there? i've never used them so I can't check, but I've built a module where I'm hiding templates by setting the system flag...

BernhardBaumrock avatar Feb 10 '22 18:02 BernhardBaumrock

shouldnt those templates just be flagged as system templates

Yes, I would think that they should be considered system templates.

adrianbj avatar Feb 14 '22 02:02 adrianbj