getgrav / getgrav/grav-plugin-custom-css

Can't delete last file if adding through admin interface - Undefined index: path

Open
#7 2 comments 0 reactions 1 assignee Claimed by @flaviocopes View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.