processwire-requests
processwire-requests copied to clipboard
ProcessWire feature requests.
### Short description of the enhancement If I understand right, every new inputfield module must be bundled with its own fieldtype module even if one of the core fieldtype modules...
[Custom Page classes](https://processwire.com/blog/posts/pw-3.0.152/#new-ability-to-specify-custom-page-classes) are great, but they would be even greater if we could use hooks in their `init` method which would be called automatically. One thing I and others...
### Short description of the enhancement The first level of dropdown menu items in the admin (and the main menu?) are cached. This request is that the cache be cleared...
### Short description of the enhancement Be able to add attributes to script tags in admin theme. ### Optional: Steps that explain the enhancement Hi @ryancramerdesign ! Recently [had a...
### Short description of the enhancement The "Repeater item labels" feature is great, but when in use it has the side-effect that the label for newly added repeater items often...
CraftCMS 3.1 Dev Preview, which was just released, comes with a new feature called Project Config. From the [blog post](https://craftcms.com/news/craft-3-1-dev-preview): > Most Craft projects live on at least two environments:...
ProcessWire has the Page Reference field, however perhaps it would also benefit from an Image Reference field. Here's why this may be needed. Let's say I have a page and...
### Short description of the enhancement It would be cool if we could find pages by depth (the number of parents). Example: ```php $tier_three_pages = $pages->find("depth=3"); ``` And this would...
Please set the imageSizerOptions interlace to true by default in wire/config.php (it also says this is recommended). Interlaced images have some advantages (some might not like the behaviour, but this...
### Short description of the enhancement PW has a handy export/import feature for fields and templates, but currently you have to copy and paste the JSON data. Sometimes I want...