Skip to content

Instantly share code, notes, and snippets.

@tonyjunkes
Created November 22, 2013 22:24
Show Gist options
  • Save tonyjunkes/7607899 to your computer and use it in GitHub Desktop.
Save tonyjunkes/7607899 to your computer and use it in GitHub Desktop.
CKEditor Image Browser addon JSON example data.
[
{
"image": "/image1_200x150.jpg",
"thumb": "/image1_thumb.jpg",
"folder": "Small"
},
{
"image": "/image2_200x150.jpg",
"thumb": "/image2_thumb.jpg",
"folder": "Large"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment