getgrav / getgrav/grav-plugin-custom-css
Can't delete last file if adding through admin interface - Undefined index: path
Open
- Dominant language
- PHP
- Stars
- 11
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`foreach($this->config->get('plugins.custom-css.css_files', []) as $file) {
$this->grav['assets']->addCss($file['path'], isset($file['priority']) ? $file['priority'] : null);
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.