Siterore Glass mapper and file field type
I have a PDF link on a page for which I used the File field type in Sitecore. I can get the view to render, but I cannot change the type of the File field. I couldn't find any documentation either. Could you show me an example on how to change the field type of a file?
Editable(Model, x => x.FileField)
does not work.
+3
source to share
2 answers
You are using Edit Frame as Sitecore does not support the File field type in the Render field. http://glass.lu/Mapper/Sc/Tutorials/Tutorial14.aspx
+4
source to share