Enhancement: Code Snippits using LotusScript can now access all fields in Blog Configuration
The existing code only exposed a single string as the interface between a LotusScript Code Snippit and the rendering core, namely the CodeBlockReturn string.
However, often code snippits may need information about the blog itself, especially stuff like the home URL, it's name and so on. This enhancement exposes all items in the configDoc to the Execute-statement in the rendering core.
...

