Skip to content

Commit

Permalink
[DOCS] Fixed SEO sitemap future events example
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Dec 6, 2023
1 parent fdba923 commit c32e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ForAdministrators/Seo/Sitemap/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The example below shows a XML Sitemap configuration for sf_event_mgt::
Note, that you must replace :php:`<event-record-pid>` and :php:`<detail-pid>` with your own values.

.. tip::
When you only want to show future events, you can extend the config by :php:`additionalWhere = `tx_sfeventmgt_domain_model_event`.`enddate` > UNIX_TIMESTAMP()`
When you only want to show future events, you can extend the config by :php:`additionalWhere = tx_sfeventmgt_domain_model_event.enddate > UNIX_TIMESTAMP()`

0 comments on commit c32e6d6

Please sign in to comment.