Skip to content

Commit

Permalink
Advanced editor author needs to be named
Browse files Browse the repository at this point in the history
fixes slab#171
  • Loading branch information
jhchen committed Jul 22, 2014
1 parent a886370 commit cea649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scripts/advanced.coffee
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
basicEditor = new Quill('.basic-wrapper .editor-container',
modules:
authorship: { authorId: 'basic', color: 'white', enabled: false }
authorship: { authorId: 'basic', enabled: false }
toolbar: { container: '.basic-wrapper .toolbar-container' }
)

advancedEditor = new Quill('.advanced-wrapper .editor-container',
modules:
'authorship': { enabled: true }
'authorship': { authorId: 'advanced', color: 'white', enabled: true }
'toolbar': { container: '.advanced-wrapper .toolbar-container' }
'link-tooltip': true
'image-tooltip': true
Expand Down

0 comments on commit cea649f

Please sign in to comment.