Hugh Barnes
Hugh Barnes
Job objects have a `getEnabled()` method, but there is no setter and there's nothing in the constructor to set `$enabled`, unlike some of the other private properties. I want to...
Apologies if this has been logged already, it's pretty difficult to precisely search issues for "pages". I have added some custom external pages to my [Pages field](https://learn.getgrav.org/17/forms/blueprints/fields-available#pages-field). If it makes...
Hopefully this is really easy to add. I've noticed when filtering, say, Pages in Admin using the search box, that to clear my filter I need to delete my search....
Similar to #2132 , putting any add modal in the dropdown does nothing in the UI and generates the following JS error in the console: `Uncaught TypeError: can't access property...
I've noticed this new folder under `user` and looked at the docs. It's yet to be documented.
This is lowpri yet would be neat! Could the learn.getgrav.org favicon be updated so that it's not the same as getgrav.org and the default Grav favicon? The reason is that...
I noticed when I copied and pasted a site snippet (including the site's UUID hardcoded) to another site that I was getting hits recorded from the new site. That was...
_[Confession: I've never used this plugin, though I plan to one day, and will be interested in heavily customising what content editors can do]_ I'm passing on a [post from...
I have custom form actions defined by a plugin that upload files to cloud storage locations. I would like to explicitly **not** store them locally because they are sensitive (I...
The file field `destination` property currently supports `@self:`, `@page:`, and `@theme:` prefixes. I guess these are focused on use within blueprints. In userland, I generally save files under `user/data` and...