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
I would like imagemagick to be installed across the board on Pantheon sites.
I don't want to have to enable the module manually each time I create a new site on Pantheon.
Add imagemagick to the list here: https://github.com/az-digital/az_quickstart/blob/main/az_quickstart.install#L39-L46
imagemagick
See above
Leave everything as-is
A clear and concise description of how each of the following roles would be impacted by this change:
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
I think we should also consider adding a DB update similar to these that we added before Quickstart 2.6.x to retroactively install the module on existing Pantheon sites that don't already have it installed: https://github.com/az-digital/az_quickstart/blob/2.5.9/az_quickstart.install#L136-L150 https://github.com/az-digital/az_quickstart/blob/2.5.9/az_quickstart.install#L214-L228
Sorry, something went wrong.
We may also want to consider setting the imagemagick quality setting in hook_install() and hook_update_N() on Pantheon sites...
Closes #3924: Install ImageMagick by default on Pantheon sites.
99f1415
joeparsons
Successfully merging a pull request may close this issue.
Motivation
I would like imagemagick to be installed across the board on Pantheon sites.
Is your feature request related to a problem? Please describe.
I don't want to have to enable the module manually each time I create a new site on Pantheon.
Proposed Resolution
Add
imagemagick
to the list here:https://github.com/az-digital/az_quickstart/blob/main/az_quickstart.install#L39-L46
Describe the solution you'd like
See above
Describe alternatives you've considered
Leave everything as-is
Roles and Permissions considerations
A clear and concise description of how each of the following roles would be impacted by this change:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: