Closed tomusborne closed 19 hours ago
closes #1505
This PR replaces the {{published_date}} and {{modified_date}} dynamic tags with a single {{post_date}} tag.
{{published_date}}
{{modified_date}}
{{post_date}}
This tag can be configured to show the published, modified or modifiedOnly.
published
modified
modifiedOnly
It also adds a dateFormat input to the UI.
dateFormat
closes #1505
This PR replaces the
{{published_date}}
and{{modified_date}}
dynamic tags with a single{{post_date}}
tag.This tag can be configured to show the
published
,modified
ormodifiedOnly
.It also adds a
dateFormat
input to the UI.