Ryan Cramer
Ryan Cramer
@elabx Thanks good idea, I have added this. In addition to letting you delete the webp of the original image, it also lets you independently delete webp versions of the...
@jlahijani This is something that the WireMarkupRegions class can already do of you instantiate it on your own. But are you looking for a simpler API? If so, can you...
Thanks @jmartsch I have added a README.md viewer to the module config screen. In this case, I didn't want to render the the readme contents unless/until the user clicks a...
@BernhardBaumrock Nice, that sounds useful. I will plan to add it before bumping the version 3.0.236 next week.
@BernhardBaumrock @jmartsch I pushed an update to this. If you use ModuleName.README.md then it'll display automatically above the module configuration Inputfields. Having the module name in it was good I...
@jlahijani You should be able to do this with selectors already? Or do you mean having a module that contains it or renders it, etc. ?
@teppokoivula I have added this but kept the 'directory' option at 'debug' since that has a gatekeeper at least. Though you can easily talk me out of that one too,...
@adrianbj @teppokoivula Once a site gets out of my local dev environment, I like the [`$config->debugIf`](https://github.com/processwire/processwire/blob/master/wire/config.php#L61) option for cases where I want debug mode, but not for the whole site....
@jlahijani This would likely break any classes that extend AdminThemeUikit and happen to implement those methods. So if you can describe more specifically what you are wanting to change in...
I almost always use the language page name for the language ISO code. It doesn't work for the default language though, so you can do something like this: ```php $langCode...