1
0
mirror of https://github.com/processwire/processwire.git synced 2025-09-02 19:23:19 +02:00
This commit is contained in:
Ryan Cramer
2025-08-29 12:42:13 -04:00
parent b1f7afe262
commit f02b11d008

View File

@@ -268,7 +268,7 @@ class AdminThemeUikitConfigHelper extends Wire {
$this->_('We do not recommend changing this unless you are an admin theme developer.') . ' ' . $this->_('We do not recommend changing this unless you are an admin theme developer.') . ' ' .
$this->_('Warning: this will override custom `$config->AdminThemeUikit` settings, base style and custom styles.'); $this->_('Warning: this will override custom `$config->AdminThemeUikit` settings, base style and custom styles.');
$f->notes = $defaultFileNote . " " . $f->notes = $defaultFileNote . " " .
"[uikit.pw.css](" . $modules->wire('config')->urls('AdminThemeUikit') . "uikit/dist/css/uikit.pw.css)"; "[pw.min.css](" . $config->urls('AdminThemeUikit') . "uikit-pw/pw.min.css)";
$f->icon = 'file-code-o'; $f->icon = 'file-code-o';
$f->collapsed = Inputfield::collapsedBlank; $f->collapsed = Inputfield::collapsedBlank;
$fieldset2->add($f); $fieldset2->add($f);