Resource Reader
A new xlet, Resource:Reader, has been added to solve the issue of presenting the final page of resource.
Currently, we are using Resource:showAll. To use the new xlet, the following steps need to be followed:
- Create a block in the final page and edit it with FCKeditor
- Use a blockReader to display the block
- Once you are happy with the result, edit the block again and replace the values with ${content type_metadata name}. For example, if your block has the following "Title: Book Title" and your contentType is book, then you change it to "Title:${book_title}"
- To add an image or show other contents, you need to edit the source and add <content type="book/cover" /> to where you want to show the image.
- Save the new content, and then change the xlet from blockReader to Resource:Reader .