- Issue created by @coaston
Having the option of setting a visibility template via config would be greatly appreciated.
Example
article:
best:
label: Best
default: true
visibility:false
fields:
title: 'Lorem ipsum'
second_best:
label: "Second best"
fields:
title: 'Dolor situm'
Reason : Some templates should be accessible only via direct link like :
/node/add/template_test?template=best
so I use this direct link I will be able to use that "hidden" template which won't be added to select list between the others with "visibility:true".
I do have multiple versions of templates and don't want to show all of them to users, otherwise my list will be so big.
Is that possible to achieve?
Active
1.0
Code