-
I think it would be most appropriate to incorporate the capability of the program [Open in Browser](https://github.com/Rob--W/open-in-browser) into metablocks as follows:
```
// @filetype text/xml…
-
3 - separate completely the backend and the frontend of the website, like wordpress, grav and other CMS do: so you must login in a completely separate page where there are just user, password, a "forg…
-
Take this button:
```php
$b = $modules->get('InputfieldButton');
$b->icon = 'check';
$b->value = 'foo';
$b->href = '/bar';
$b->attr('uk-tooltip', 'My great button tooltip');
echo $b->render()…
-
> Note: I'm marking this as a request because it's less of an *issue* than a request for enhancement.
### Short description of the enhancement
Switch out the logo in both admin themes for an SVG…
-
### Short description of the issue
The first tab, or the "initial" one (the tab activated through a direct URL such as in the case of /processwire/module/?core), gets a "muted" style.
This is li…
-
### Short description of the issue
The core admin themes (default and Reno) contain the following CSS rule:
```css
.InputfieldForm .Inputfields .Inputfields>.Inputfield:last-child,
.Inputfiel…
-
### Short description of the issue
If I am logged in as a superuser and I go into a users profile, I can set the theme to Uikit. When that user logs in they are seeing a different theme, they have …
-
### Short description of the issue
The Description and Notes don't display in a FieldsetTab
I think it would be nice if this worked to provide general instructions for a tab of fields.
### …
-
### Short description of the issue
Try to save a user without changing anything. Nothing happens and there is a console error
### Expected behavior
Should save
### Actual behavior
W…
-
### Short description of the issue
Not really a bug but perhaps an opportunity to improve Javascript performance a bit.
I noticed that a fairly lengthy section of JS code [here](https://github.…