This commit is contained in:
Philipp Kühn
2020-04-19 23:50:55 +02:00
parent 965b969f7b
commit 25a14d0ed6
5 changed files with 30 additions and 5 deletions

View File

@@ -1 +1,3 @@
# Schema
# Schema
Compared to many other editors, tiptap is based on a [schema](https://prosemirror.net/docs/guide/#schema) that defines how the content is structured. For example this allows you to define the kind of nodes that may occur in the document, and the way they can be nested.