getgrav / getgrav/grav-plugin-problems
Consider streams when checking for user/* contents
Open
enhancement
- Dominant language
- SCSS
- Stars
- 10
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
My `setup.php` does
```php
return [
'environment' => $environment,
'streams' => [
'schemes' => [
'user' => [
'type' => 'ReadOnlyStream',
'prefixes' => [
'' => ["user/foobar/"],
]
],
]
]
];
```
Still, `problems` does not interpolate (custom) streams and blindly checks for `user/data` instead of `user/foobar/data`etc...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.