3 * This configures which meta data will be editable through
4 * the media manager. Each field of the array is an array with the
6 * fieldname - Where data will be saved (EXIF or IPTC field)
7 * label - key to lookup in the $lang var, if not found printed as is
8 * htmltype - 'text', 'textarea' or 'date'
9 * lookups - array additional fields to lookup the data (EXIF or IPTC fields)
11 * The fields are not ordered continously to make inserting additional items
14 * This is a PHP snippet, so PHP syntax applies.
16 * Note: $fields is not a global variable and will not be available to any
17 * other functions or templates later
19 * You may extend or overwrite this variable in a optional
20 * conf/mediameta.local.php file
22 * For a list of available EXIF/IPTC fields refer to
23 * http://www.dokuwiki.org/devel:templates:detail.php
28 10 => array('Iptc.Headline',
35 array('Date.EarliestTime')),
42 40 => array('Iptc.Caption',
45 array('Exif.UserComment',
46 'Exif.TIFFImageDescription',
47 'Exif.TIFFUserComment')),
49 50 => array('Iptc.Byline',
52 array('Exif.TIFFArtist',
56 60 => array('Iptc.CopyrightNotice',
59 array('Exif.TIFFCopyright',
65 array('File.Format')),
70 array('File.NiceSize')),
80 array('File.Height')),
85 array('Simple.Camera')),
87 120 => array('Iptc.Keywords',
90 array('Exif.Category')),