= el.render :title
.text= el.render :text
.thumbnail= el.render :thumbnail
`Admin::EssencePicturesController#assign
endpoint. That connects the picture with the content.
Just to put my questions in some perspective. I'm currently working on a project for Europeana (http://europeana.eu/portal/). The goal of the project is to rebuild their "Exhibitions" product (http://exhibitions.europeana.eu/).
Since Europeana is paid for by the European Commission there is a strong wish to use as much opensource as possible and to contribute where possible. So currently I'm doing some research on different CMSes en their community.
Hi all, been playing around with alchemy for a couple of days right now and I'm impressed how easy it is to customise. Adding a new essence is quite easy.
What I'm not 1005 sure about is how to implement an essence that is almost the same as an existing one. In this case I want to do create EssenceFulltext which is like EssenceRichText but with the tinymce editor. Best to create a new Essence for this from scratch or inherit from the EssenceFullText?