Files
tiptap/docs/src/docPages
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-04-30 19:42:44 +02:00
2021-06-04 22:40:36 +02:00
2021-05-26 12:52:45 +02:00
2021-05-28 23:03:23 +01:00
2021-04-28 22:24:20 +02:00
2021-04-21 15:31:11 +02:00
2021-05-06 18:41:22 +02:00
2021-06-01 17:06:44 +02:00
2021-06-07 12:03:06 +02:00
2021-04-27 18:50:51 +02:00