diff --git a/Resources/Private/Templates/TypoScriptObjects/News.html b/Resources/Private/Templates/TypoScriptObjects/News.html index fa852f1..8663fd1 100644 --- a/Resources/Private/Templates/TypoScriptObjects/News.html +++ b/Resources/Private/Templates/TypoScriptObjects/News.html @@ -1,14 +1,31 @@ {namespace neos=TYPO3\Neos\ViewHelpers} -
- +
+ -

- +

+

-

+

+ +

{content -> f:format.raw()} @@ -19,8 +36,10 @@

- +

-

+

+ +

\ No newline at end of file diff --git a/Resources/Private/TypoScript/NodeTypes/News.ts2 b/Resources/Private/TypoScript/NodeTypes/News.ts2 index c31015e..643a665 100644 --- a/Resources/Private/TypoScript/NodeTypes/News.ts2 +++ b/Resources/Private/TypoScript/NodeTypes/News.ts2 @@ -6,6 +6,7 @@ prototype(JohannesSteu.Neos.News:NewsDetail) < prototype(TYPO3.Neos:Content) { // General properties publishDate = ${q(node).property('publishDate')} archiveDate = ${q(node).property('archiveDate')} + lastModificationDate = ${q(node).property('_lastModificationDateTime')} title = ${q(node).property('title')} teaser = ${q(node).property('teaser')}