pdincubus / JSONDerulo

JSON feed getter-er for MODX Revolution CMS
Other
26 stars 10 forks source link

Handle All Day Events - added boolean [[+allDayEvent]] and updated chunk #22

Closed andrewmfraser closed 9 years ago

andrewmfraser commented 9 years ago

[Closes #21]

I had to add an allDayEvent variable so that in the chunk you can decide what date format to output - dateTime is empty if it's an all day event and date is empty if it's not an all day event.

Tested and working in Modx Revo 2.3.2.

pdincubus commented 9 years ago

Thanks very much! :)

andrewmfraser commented 9 years ago

No problem!