Help articles
Structure: Document ID required
Certain nodes within the desk structure requires a document ID to operate on.
Setting a document ID can be done by calling the documentId() method:
S.document()
.id('car-editor')
.schemaType('car')
.documentId('am-db9')Was this page helpful?