ticktackk / DeveloperToolsForXF2

This add-on provides enhancements for add-on developers.
MIT License
14 stars 7 forks source link

Prefer template type in title over the type set in URL when creating template #114

Closed ticktackk closed 2 years ago

ticktackk commented 2 years ago

Currently, when we enter a template title like admin:example, XF will throw an error message saying the title does not match the require format.

It would be better to just set the type value to admin and title to example when following the above example as there are many times when I have personally got an error message saying X template does not exist and I generally just copy-paste the title when creating the missing template.