Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cover restoring, versioning, sanitize and new initialization structure #105

Merged
merged 15 commits into from
Jan 10, 2017
Prev Previous commit
Next Next commit
upd
  • Loading branch information
khaydarov committed Jan 10, 2017
commit 368f9640f0e3615ae0a6b54d670fe877536fe482
17 changes: 0 additions & 17 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@
<script>
codex.start({
textareaId : "codex_area",
<<<<<<< HEAD
initialBlockPlugin : 'paragraph',
uploadImagesUrl : '/hull',
=======
>>>>>>> master
tools : {
paragraph: {
type: 'paragraph',
Expand All @@ -68,12 +65,8 @@
render: paragraphTool.render,
save: paragraphTool.save,
enableLineBreaks: false,
<<<<<<< HEAD
allowedToPaste: true,
// handleTagOnPaste : ['P']
=======
allowedToPaste: true
>>>>>>> master
},
paste: {
type: 'paste',
Expand All @@ -96,12 +89,8 @@
settings: headerTool.makeSettings(),
render: headerTool.render,
save: headerTool.save,
<<<<<<< HEAD
displayInToolbox: true,
// handleTagOnPaste : ['H1', 'H2', 'H3', 'H4', 'H5', 'H6']
=======
displayInToolbox: true
>>>>>>> master
},
code: {
type: 'code',
Expand Down Expand Up @@ -168,10 +157,7 @@
settings: null,
render: instagramTool.reneder,
save: instagramTool.save,
<<<<<<< HEAD
=======
displayInToolbox: false,
>>>>>>> master
enableLineBreaks: false,
allowedToPaste: false
},
Expand All @@ -184,10 +170,7 @@
settings: null,
render: twitterTool.render,
save: twitterTool.save,
<<<<<<< HEAD
=======
displayInToolbox: false,
>>>>>>> master
enableLineBreaks: false,
allowedToPaste: false
}
Expand Down