In the latest dev release, as well as the alpha release, there is a comment stating: "@todo add alter hook for optionset". As I need to add a dynamically created unique ID as a "Sync" option, I needed this alter hook. So I took the liberty of creating a small patch, implementing

drupal_alter('flexslider_optionset', $optionset);

I added the code as a patch as well. The patch was made using the current stable alpha release.

CommentFileSizeAuthor
flexslider-drupal_alter.patch834 bytesGerben Spil
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, flexslider-drupal_alter.patch, failed testing.

minorOffense’s picture

The id is now an option in the api. Views has it now.