We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The below Yaml config produces an error: "Uncaught InvalidArgumentException: SilverStripe\Assets\File references nonexistent in 'extensions'".
SilverStripe\Assets\File: extensions: comments: SilverStripe\Comments\Extensions\CommentsExtension
This would allow you to disable that extension with only this code
SilverStripe\Assets\File: extensions: comments: null
The above code example was originally posted by @tractorcow in silverstripe/silverstripe-cms#2146 (comment)
The text was updated successfully, but these errors were encountered:
Fixed with #10516
Sorry, something went wrong.
Great, thx!
Successfully merging a pull request may close this issue.
The below Yaml config produces an error: "Uncaught InvalidArgumentException: SilverStripe\Assets\File references nonexistent in 'extensions'".
This would allow you to disable that extension with only this code
The above code example was originally posted by @tractorcow in silverstripe/silverstripe-cms#2146 (comment)
PRs
The text was updated successfully, but these errors were encountered: