You are here

protected property ImgData::$iptcMapping in Panopoly 8.2

Mappings for IPTC attributes.

@todo use plugin system to manage these properties.

Type: array

File

modules/panopoly/panopoly_media/src/ImgData.php, line 24

Class

ImgData
Reads IPTC image data.

Namespace

Drupal\panopoly_media

Code

protected $iptcMapping = [
  'title' => '2#005',
  'keywords' => '2#025',
  'copyright' => '2#116',
  'caption' => '2#120',
  'headline' => '2#105',
  'credit' => '2#110',
  'source' => '2#115',
  'jobtitle' => '2#085',
];