Skip to content
New issue

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

Allow script run in silent mode #328

Open
siciarek opened this issue Nov 23, 2017 · 0 comments
Open

Allow script run in silent mode #328

siciarek opened this issue Nov 23, 2017 · 0 comments

Comments

@siciarek
Copy link

It would be nice if script could run in silent mode. I use webistrano and every progress change is displayed as a separate text line. Silent parameter could be set in composer.json eg.

{
    "extra": {
        "ckeditor-quiet": true,
    }
}

And in the CKEditorScriptHandler::createCommand code

 if (isset($extra['ckeditor-quiet']) && $extra['ceditor-quiet'] === true) {
    $command .= ' --quiet';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant