xBlog Mini Calendar

xblog.plugins.pi17.datefield

The xBlog plugin Mini Calendar (pi17) needs to know which is the date field of a record of a table.

If you want to use your records with the xBlog mini calendar plugin, you need to set the property. See sample below.

Value (string): a datefield

For example:

  • a calender record has a start date usually

  • a news record has a publishing date usually

  • a staff record has a birthday date usually

Sample

$GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['plugins']['pi17']['datefield'] = 'datetime'