Sebobo / Shel.Blog

A simple blog based on Fusion and Yaml configurations without PHP requirements
MIT License
12 stars 14 forks source link

Properties `title` and `description` missing in Blog Feed #2

Closed dgrammlich closed 8 years ago

dgrammlich commented 8 years ago

Hi Seb, I get the following exception when I include a Blog Feed: clipboard

The workaround in the Root.ts2 of my site package:

prototype(Shel.Blog:BlogFeedContent) {
    title = ${node.properties.title}
    description = ${node.properties.description}
}

Thank you for that! I use the latest Neos version, 2.3.7, and the 2.0.0 release of your package.

Maybe you can have a look at it. Thank you! :)