Skip to content

Instantly share code, notes, and snippets.

@catrope
Created October 17, 2014 20:02
Show Gist options
  • Save catrope/70117fa069eb7cec314a to your computer and use it in GitHub Desktop.
Save catrope/70117fa069eb7cec314a to your computer and use it in GitHub Desktop.
RL definitions for images
'help' => 'help.png',
'undo' => array( 'image' => array( 'ltr' => 'move-left.png', 'rtl' => 'move-right.png' ) )
'next' => array( 'image' => array( 'ltr' => 'next.png', 'rtl' => 'prev.png' ) ),
'remove' => array( 'image' => 'remove.png', 'variants' => array( 'destructive' ) ),
'cite' => array( 'image' => 'cite.png', 'rtlflip' => true ), // ?
'bold' => array( 'image' => array( 'default' => 'bold-A.png', 'en' => 'bold-B.png', 'de' => 'bold-F.png' ) )
// could have 'default' => array( 'ltr' => ..., 'rtl' => ... )
'list' => array( 'image' => array( 'ltr' => 'list-ltr.png', 'rtl' => 'list-rtl.png' ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment