Skip to content

anuradhaindika83/suneditor-gallery-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suneditor-gallery-plugin

Image Gallery Plugin For SunEditor

This is a plugin for the SunEditor. This will get images from a given REST api and populate it for user to select. The REST API url can be change from the following line of code which is at the editor initilization.

"mediaurl":"http://localhost:8081/images/get"

REST API response

result:= [{url: "/images/img1.jpg",name: "image1"},{url: "/images/img1.jpg",name: "Image2"}]

To see this in action run the following commands

npm install
npm start

About

Image Gallery Plugin For SunEditor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published