Files
tiptap/docs/src/demos
Philipp Kühn b4e41afd17 fix: remove default types for textAlign extension, fix #1430
There are no default types for TextAlign extension anymore. You have to configure by yourself. Usually something like:

```js
TextAlign.configure({
  types: ['heading', 'paragraph'],
})
```
2021-06-18 12:33:18 +02:00
..
2021-06-09 10:53:20 +02:00
2021-06-15 00:16:03 +02:00