1<?php
2
3# Default configuration for importfacebookevents Dokuwiki Plugin
4
5# Date format that is used to display the from and to values
6# If you leave this empty '', then the default dformat from /conf/dokuwiki.php will be used.
7$conf['dformat'] = 'd F Y';
8$conf['tformat'] = 'h:ia';
9
10// showAs=default
11$conf['default'] = '
12{datetime} **{title}**\\\\
13{description}\\\\
14{location}\\\\
15{more}';
16$conf['table'] = $conf['default'];
17$conf['short'] = $conf['default'];
18
19$conf['wallposts_default'] = '> {{{wp_userImage}?nolink |}} **{wp_userName}** \\ //[[{wp_permalink}|{wp_datetime}]]//
20> [[{wp_mediaSource}|{{ {wp_mediaImage}?nolink|}}]]
21{wp_content}
22
23';
24$conf['wallposts_alternate'] = '';
25