Skip to content
Snippets Groups Projects
Commit 86337d7a authored by l26yan's avatar l26yan
Browse files

ISTWCMS-2448 Add option_item_id for options

parent 76f69c14
No related branches found
No related tags found
No related merge requests found
......@@ -184,12 +184,13 @@ function uw_fdsu_theme_resp_preprocess_paragraph(&$variables) {
$options[$i]['url'] = $variables['uri'];
$options[$i]['responsive_image_style_id'] = $variables['responsive_image_style_id'];
//$options[$i]['output_image_tag'] = $variables['output_image_tag'];
$options[$i]['option_item_id'] = 'option_item_id_' . $i;
}
}
$i++;
}
$variables['options'] = $options;
vardumper($options);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment