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

ProcessWire feature requests.

Results 119 processwire-requests issues
Sort by recently updated
recently updated
newest added

### Short description of the enhancement When a page has been sent to the trash, PW currently uses the page name to store some metadata about the page in case...

In the recent past, the ability to copy/clone repeater items made its way into ProcessWire. This feature works well, but I was wondering if it could be enhanced so that...

### Short description of the enhancement I'm really need some headless CMS/CMF with built in Restful/GraphQL services. Processwire is my favorite CMF and i won't learn something else like Bolt...

### Short description of the enhancement When setting up fields for a project, there's always a trade-off between code readability and [efficient use of fields](https://processwire.com/blog/posts/making-efficient-use-of-fields-in-processwire/). In one extreme you create...

### Short description of the enhancement It would be useful to be able to force a particular grid mode (square, proportional, list) for an Images field via the API. Currently...

### Short description of the enhancement Process modules can define child nav items using the `nav` element of `getModuleInfo()` ([example in ProcessModule](https://github.com/processwire/processwire/blob/341342dc5b1c58012ae7cb26cffe2c57cd915552/wire/modules/Process/ProcessModule/ProcessModule.module#L39-L69)). But this is not as useful as it...

### Short description of the enhancement When PW is configured to use "email address" for login... ![2022-02-17_112615](https://user-images.githubusercontent.com/1538852/154367894-44461c16-ea13-40f8-8fad-a4599caded92.png) ![2022-02-17_112643](https://user-images.githubusercontent.com/1538852/154367949-78f17422-938b-4104-a9d1-d5abbd58513f.png) ...then it would be good if the email address field was used...

### Short description of the enhancement AdminThemeUikit has CSS rules: ```css .uk-button { text-transform: capitalize; } .ui-button,.ui-button.ui-state-default,.ui-button.ui-state-hover { text-transform: capitalize; } ``` If a developer wants their button text in...

### Short description of the enhancement I am requiring users to use TOTP (I don't have the Email option enabled), so when we onboard new staff, we check to make...

### Short description of the enhancement Currently, when access-control is denying access to the value of a field, the processing is : return a blank value. ``` Page.php // API...