Hello,
Have any users out there customized the thumbnails under the representation viewer in Pawtucket (for objects with multiple representations) ? I am looking to add a text/sm.icon option to display as a list for audio items. I am not sure where to look for the "default" settings for the representation viewer even though I know some settings can be made in the 'ca_objects_default_html.php' and would guess this line would need to be edited appropriately:
<?php print caObjectRepresentationThumbnails($this->request, $this->getVar("representation_id"), $t_object, array("returnAs" => "bsCols", "linkTo" => "carousel", "bsColClasses" => "smallpadding col-sm-2 col-md-2 col-xs-4", "primaryOnly" => $this->getVar('representationViewerPrimaryOnly') ? 1 : 0)); ?>
Any tips or pointers on where to start are appreciated! Thanks.