processwire-requests
processwire-requests copied to clipboard
ProcessWire feature requests.
### Short description of the enhancement When adding an item to a WireArray with `WireArray::add()` (which is used by several other core methods, e.g. in PageArray) and that item already...
### Short description of the enhancement Currently when using `$pages->findRaw()` to get a subfield value of a Page Reference field the returned value is always an array regardless of whether...
### Short description of the enhancement mention in the documentation that MarkupRegions is stripping HTML comments by default. Also mention how we can turn off this behaviour ### Optional: Screenshots/Links...
### Short description of the enhancement [AdminThemeFramework](https://github.com/processwire/processwire/blob/8daaedc809040d561edfd9fd7372b0a5040d6982/wire/core/AdminThemeFramework.php#L586-L591) sets the last segment of the browser title to be `$config->httpHost` and doesn't provide a way to change this.  But there are...
Right now, we can assign a setting variable (specifically a string) like so: `setting('foo', 'bar');` Later in my code I may want to update `foo` to be `bar baz`. Right...
This isn't a request for ProcessWire core itself, but rather the ProcessWire API reference, which I believe is powered by the "ProcessWireAPI" module: https://processwire.com/api/ref/ The API reference documents all of...
### Short description of the enhancement We now have the ability to define the color of Repeater Matrix item label (per type) putting color code in corresponding option field. I...
### Short description of the enhancement It would be great if all integer inputfields in the PW admin used number inputs. I always move my mouse to the right of...
Right now, when adding a new matrix-type to a matrix field, you can input: - field name - field label - fields - item headers Given the nature of the...
I would like to do this: `$config->statusFiles('boot', 'modules/somemodule/something.php');` Right now, the folder path is ignored, and you have to copy the file to the site folder manually. Or, even better,...