Help articles
Structure: Schema type is required
Certain nodes within the desk structure requires knowledge of which schema type a document or a list of documents operates on.
Setting a schema typecan be done by calling the schemaType()
method:
S.editor() .id('car-editor') .schemaType('car') .documentId('am-db9')
Previous
How to migrate your block text schema for the new definition of inline objects
NextHow to migrate from blocks spans to block children
Was this page helpful?