Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Make the sample more realistic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Mar 6, 2018
1 parent dca5e72 commit 905ccfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ CloudServices.Token = Token;
* cloudServices: {
* uploadUrl: 'https://your-organisation-id.cke-cs.com/easyimage/upload/',
* tokenUrl: 'https://example.com/cs-token-endpoint'
* },
* plugins: [ Essentials, Paragraph, Heading, Image, ImageCaption, ImageStyle, ImageToolbar, EasyImage ],
* toolbar: [ 'headings', 'undo', 'redo', 'insertImage' ],
* image: {
* toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
* }
* } )
* .then( ... )
Expand Down

0 comments on commit 905ccfd

Please sign in to comment.