Skip to content

Commit

Permalink
Add 'metadata' option to media link config
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyer committed Nov 22, 2016
1 parent cae5161 commit 8411914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/application/views/melons/cantaloupe/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,24 @@
'insertMediaLink' => array(
'size' => array('small', 'medium', 'large', 'native', 'full'),
'align' => array('right', 'left'),
'caption' => array('description', 'title', 'title-and-description', 'none'),
'caption' => array('description', 'title', 'title-and-description', 'metadata', 'none'),
'annotations' => array('none','all','list')
),
'insertMediaelement' => array(
'size' => array('small', 'medium', 'large', 'native', 'full'),
'align' => array('left', 'center', 'right'),
'caption' => array('description', 'title', 'title-and-description', 'none'),
'caption' => array('description', 'title', 'title-and-description', 'metadata', 'none'),
'annotations' => array('none','all','list')
),
'insertAnnotation' => array(
'size' => array('small', 'medium', 'large', 'native', 'full'),
'align' => array('right', 'left'),
'caption' => array('description', 'title', 'title-and-description', 'none')
'caption' => array('description', 'title', 'title-and-description', 'metadata', 'none')
),
'insertInlineAnnotation'=> array(
'size' => array('small', 'medium', 'large', 'native', 'full'),
'align' => array('left', 'center', 'right'),
'caption' => array('description', 'title', 'title-and-description', 'none')
'caption' => array('description', 'title', 'title-and-description', 'metadata', 'none')
),
'insertNote' => array(),
'createInternalLink' => array()
Expand Down

0 comments on commit 8411914

Please sign in to comment.