processwire-requests
processwire-requests copied to clipboard
ProcessWire feature requests.
### Add a third option for the Page Label format for FieldtypePage to use the getPageListLabel function from a page's corresponding custom page class. Right now there are two options...
### Short description of the enhancement This request is : Clone of this wrong place issue : https://github.com/processwire/processwire-issues/issues/506 Connected with this issue : https://github.com/adrianbj/CustomUploadNames/issues/7 I am using CustomUploadNames module with...
I use ProcessWire's form API to build forms as opposed to using regular HTML. One annoying limitation is the inability to assign custom attributes directly to radio options. This is...
### Short description of the enhancement The existing capability to enforce access control on file assets at template level ("yes always" mode) is a great feature. This was described in...
### Short description of the enhancement When creating a form, and setting to a inputfield: `inputfield->textFormat = Inputfield::textFormatMarkdown; // Allow HTML in label, description, errors...` Css classes are no longer...
### Short description of the enhancement Add AddHookUrl() method as an alias for AddHook() for better readability ### Why would the enhancement be useful to users? Debugging URL hooks will...
### Short description of the enhancement As a webmaster, when I'm on the Skyscraper listing page and have the possibility to create a page using, say, Skyscraper, City, and Architect...
### Short description of the enhancement Given Admin is on the `Admin -> Setup -> Fields -> Edit Field` page And site uses a Page Reference field that uses _"Input...
### Short description of the enhancement When creating a template, instead of having to enter first Template Name and then Template Title, I want to enter Template Title first and...
I see no option to set an URL per language. I wan't to redirect e.g. euch user language to it's own login page ``` //default /protected/ > /login/{id} // English...