Inline images need a custom rendering in some templates. We want to provide this feature in the default template.
Implement
File object should be passed to the template instead of the storage id (gregware needs an object and the file name is also needed)
Classes must be passed to the template, because sometimes the view is changed based on classes
Provide documentation for integratedfordevelopers.com about how to implement a template
Provide documentation for integratedfordevelopers.com about how to implement a listener
Allow customized rendering of images, but in the future also other inline items (video, objects, ins items, etc)
Full customization need to be possible: resize the image to the required size, but a lightbox around it, etc.
You need to be able to define the view in your template
When no view is available the default template has to be used
An example of the presentation need to be added in the default article view of the IntegratedWebsiteBundle:
Max with of 1140px
Max height of 600px
class="img-responsive center-block"
title = image description
alt = image title
Aantal uur aangepast aan de SP schatting, aangezien deze nu door team B wordt opgepakt.
some minor points.
Please apply the filter to the content fields of the default detail pages (https://github.com/integratedfordevelopers/integrated-website-bundle/tree/0.7/Resources/views/themes/default/content)
Is it correct this is implemented in the ContentBundle instead of the WebsiteBundle or the ThemeBundle? Because it is website specific and a theme feature. However the filter is called integrated_content, so I am not sure
can you merge the two Github PR's?
issue blijkt niet goed afgetest en daarnaast is blijkbaar in de editor niet te zien hoe de afbeelding in het artikel erbij komt te staan