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 getGallery to use different Isotope Galleries #2461

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Allow getGallery to use different Isotope Galleries #2461

merged 5 commits into from
Sep 12, 2023

Commits on Jun 9, 2023

  1. Allow getGallery to use different Isotope Gallieres

    We have a Product Reader page where we have multiple galleries being displayed. We wanted the ability to pick a different Isotope Gallery (Store configuration > Galleries) so I've added to getGallery a second parameter which is null by default but can be the ID of which gallery you want. Below that, if the ID is detected it replaces the current on inside $arrConfig.
    
    I've tested this and it works perfectly. Feel free to change to any style you'd like, but for a three line change this adds very helpful functionality.
    bright-cloud-studio authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1a5c4a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    230cf80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336362e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b967d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    21b6e30 View commit details
    Browse the repository at this point in the history