You are here

public function JuiceboxGalleryDrupalInterface::confBaseStylePresets in Juicebox HTML5 Responsive Image Galleries 7.2

Get the image style preset options that should be available in configuration style picklists.

This is in may ways just a wrapper for image_style_options() that allows the addition of specical options that only Juicebox understands (e.g. "multi-size").

Parameters

boolean $allow_multisize: Whether-or-not to allow the addition of a PRO "multi-size" option. This is only included if this option is TRUE and the currently detected library is compatible with multi-size features.

Return value

array An associative array of style presets.

1 method overrides JuiceboxGalleryDrupalInterface::confBaseStylePresets()
JuiceboxGalleryDrupal::confBaseStylePresets in includes/JuiceboxGalleryDrupal.inc
Get the image style preset options that should be available in configuration style picklists.

File

includes/JuiceboxGalleryDrupalInterface.inc, line 170
Interface definition for a Juicebox gallery that includes Drupal functionality.

Class

JuiceboxGalleryDrupalInterface
Interface definition for a Juicebox gallery that includes Drupal functionality.

Code

public function confBaseStylePresets($allow_multisize = TRUE);