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
When messing up quotes in a extension configuration file, Blueprint will not handle it as an error but will also incorrectly install an extension.
Blueprint or the YML parser it uses to throw a user-readable error and stop the extension transaction.
Mess up quotes in any Blueprint extension configuration file. This includes conf.yml, Components.yml and Console.yml.
conf.yml
Components.yml
Console.yml
option: item""
beta-2025-01
1.11.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
When messing up quotes in a extension configuration file, Blueprint will not handle it as an error but will also incorrectly install an extension.
Expected Behavior
Blueprint or the YML parser it uses to throw a user-readable error and stop the extension transaction.
Steps to Reproduce
Mess up quotes in any Blueprint extension configuration file. This includes
conf.yml
,Components.yml
andConsole.yml
.Blueprint Version
beta-2025-01
Panel Version
1.11.10
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: