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

Add default configuration for images #1979

Merged
merged 1 commit into from
Apr 28, 2018
Merged

Add default configuration for images #1979

merged 1 commit into from
Apr 28, 2018

Commits on Apr 27, 2018

  1. Add default configuration for images

    This patch allows configuring image processing instructions
    for all images.
    A use case is generating a fixed set of sizes (derivatives) for
    all images, without having to specify them in the content markdown.
    
    Example configuration in user/config/system.yaml:
    
    images:
      defaults:
        derivatives: "[300,600,1200]"
    cweiske committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    56a8be5 View commit details
    Browse the repository at this point in the history