-
Notifications
You must be signed in to change notification settings - Fork 82
Added mention about the date filters and HTTP cache #2989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.0
Are you sure you want to change the base?
Conversation
Preview of modified filesPreview of modified Markdown: |
d22a080 to
df285a6
Compare
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
Sztig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both examples look good to me
| {{ content.contentInfo.publishedDate|ibexa_short_datetime('PST') }} | ||
| ``` | ||
|
|
||
| ## Considerations for usage outside back office |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds better IMO
| ## Considerations for usage outside back office | |
| ## Considerations for use outside the back office |
| ## Considerations for usage outside back office | ||
|
|
||
| The filters rely on user preferences. | ||
| When the preferences are not set, for example for logged out users, the filters fallback to a default date format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| When the preferences are not set, for example for logged out users, the filters fallback to a default date format. | |
| When the preferences are not set, for example, for logged out users, the filters fallback to a default date format. |
|
|
||
| The filters rely on user preferences. | ||
| When the preferences are not set, for example for logged out users, the filters fallback to a default date format. | ||
| In case of some filters, the fallback date format contains locale-aware fragments, for example: full name of the month or day. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In case of some filters, the fallback date format contains locale-aware fragments, for example: full name of the month or day. | |
| For some filters, the fallback date format includes locale-aware fragments, such as the full month or day name. |
As discussed on Slack
Target: 4.6, 5.0