tiptap/packages/extension-text-align/src
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
..
index.ts refactor: recreate extension exports 2020-12-07 21:32:50 +01:00
text-align.ts fix: remove default types for textAlign extension, fix #1430 2021-06-18 12:33:18 +02:00