You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have an example showing how FT.com displays "updated" on updated articles? When we spoke about this about a year ago, I was told that since the site doesn't do this, we shouldn't either.
Standard FT stories display PublishDate unless the UpdateTimestamp flag is set to true.
Default starter kit behaviour is currently the reverse: displaying the latest build date unless a publication date is fixed.
This should be possible to fix by:
Require existing
publishedDate
to be a static date (default could be the scaffolding date)adding two new fields to the config: An
UpdateTimestamp
Boolean and an optional dateUpdateDate
which defaults to the current time.adding a condition to
views/includes/article-head.html
that show "Updated" before the dateand uses the
UpdateDate
ifUpdateTimestamp
is true.The text was updated successfully, but these errors were encountered: