Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for an image field widget. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: HTML attributes for the containing element. Chris@0: * - data: Render elements of the image widget. Chris@0: * Chris@0: * @see template_preprocess_image_widget() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: Chris@0: {{ data.preview }} Chris@0: {# Render widget data without the image preview that was output already. #} Chris@0: {{ data|without('preview') }} Chris@0: