You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request would be to allow the default path to be controllable via a setting either in general.php or .env to allow for something like pages/{handle}/_entry or {handle}/index to be the default template.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When creating a new section, if the section is a
brandNewSection
it will auto create the template path to{handle}/_entry
This section is hard coded within
craft/vendor/craftcms/cms/src/templates/settings/sections/_edit.html
via a javascript function:Request would be to allow the default path to be controllable via a setting either in
general.php
or.env
to allow for something likepages/{handle}/_entry
or{handle}/index
to be the default template.Beta Was this translation helpful? Give feedback.
All reactions