Files
tiptap/docs
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-05-04 23:59:34 +02:00
2021-03-08 13:19:05 +01:00
2021-02-08 14:53:20 +01:00
2021-06-17 23:53:32 +02:00