Creating a read only/custom admin page.
Essentially, I want to have a custom module that displays the records without being editable, but also have custom content in a records page. So, let's say one of the fields contains serialize data which I would then want to process and display in a custom styled template within the admin area. Is that possible?
Comments
http://docs.getfuelcms.com/modules/simple
If none of those quite fit what you need, you can always create an "advanced" module which can have your own models, views and controllers:
http://docs.getfuelcms.com/modules/advanced