Time to take advantage of recipes.

Move all possible configs out to a standard install recipe and add other recipes for other features.

  • Standard recipe (existing configs, plupload, + demo site features).
  • Sub-album recipe (add a reference field and display modes for images that appear in other albums).

The sub-album recipe might need to be a separate issue, but I think this can be done with a reference field for the photos_image entity, then several display modes for the referenced image because the links will be different.

Sub-albums:
- We'll need a nice interface for adding images to other albums. Maybe VBO.
- Check if image is already referencing another image and reference the original image.

Note:
Drupal 11 tests are complaining about field.storage.node.body.yml since it has been removed from node.
https://www.drupal.org/node/3540814

Comments

nathaniel created an issue. See original summary.

nathaniel’s picture

Title: Recipies » Recipes
Assigned: Unassigned » nathaniel

After initial testing the album / image comments and other features should also be broken up into separate recipes.

nathaniel’s picture

Issue summary: View changes

Okay, it looks like this is going to be two recipes eventually. The first one will be based on the demo site with all of the current default install / optional configs, cropping, plupload, exif_orientation, colorbox and pathauto.

Later there will be an attempt to create another recipe for sub-albums.

  • 255cd7fb committed on 7.0.x
    feat: #3569702 Recipes: remove configs that will be added to the recipe...
nathaniel’s picture

There are some broken links in the views that need to be fixed.

  • 7d3ae133 committed on 7.0.x
    feat: #3569702 Recipe prep update album cover field formatter
    
nathaniel’s picture

Component: Code » Recipes