TYPO3-Headless / headless_news

Adds support for EXT:news to EXT:headless
MIT License
11 stars 18 forks source link

Added possibility to format dates over typoscript + no absolute URLs in pagination #21

Closed derseeli closed 2 years ago

derseeli commented 2 years ago

There are 2 new settings-fields, with that you can format the date in the json output. So in a multilingual environment you can configure the output over typoscript-conditions.

tt_content.list.fields.content.fields.data.news_pi1.settings {
    dateFormat = d.m.Y
    dateTimeFormat= d.m.Y H:i:s
}

No absolute URL in pagination, since the API URL != frontend URL