vue-wysiwyg
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "vue-wysiwyg", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A WYSIWYG HTML editor for Vue.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,2 +46,6 @@ [![](https://user-images.githubusercontent.com/11352152/30252159-1bbb9cfe-963b-11e7-966c-b44116c74a86.png)](https://chmln.github.io/vue-wysiwyg/) | ||
// you can override icons too, if desired | ||
// just keep in mind that you may need custom styles in your application to get everything to align | ||
iconOverrides: { "bold": "<i class="your-custom-icon"></i>" }, | ||
// if the image option is not set, images are inserted as base64 | ||
@@ -61,4 +65,8 @@ image: { | ||
- underline | ||
- alignLeft | ||
- alignCenter | ||
- alignRight | ||
- headings | ||
- link | ||
- code | ||
- orderedList | ||
@@ -65,0 +73,0 @@ - unorderedList |
Sorry, the diff of this file is too big to display
101258
79