BlowStack
BlowStack
Hi!, this should be solved. I had to remove the autosave plugin but you can easily use instead. Thanks for info!
You can achieve that by passing a proper editorConfig values. Take a look at the code below. ```js export default { components: { 'ckeditor-nuxt': () => import('@blowstack/ckeditor-nuxt') }, data() {...
Sure, Just past the following config. You can apply this to other plugins as well. ```` js editorConfig: { removePlugins: ['Title'], } ````
There is a CKEditor 5 npm [package for nuxt.js](https://www.npmjs.com/package/@blowstack/ckeditor-nuxt). It's quite heavy because it has implemented all free possible plugins but works and there is no need to make any...