--- title: li-document-soft-lock description: "Enables a user to temporarily lock a document while editing." --- ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✔ | | Media | ✗ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✗ | | Search Indexing | ✗ | | System Metadata | ✔ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Description Enables a user to temporarily lock a document while editing. ## Default UI None ## Storage Format ```js { userId: , userName: , locktime: , tabId: } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle', type: 'li-document-soft-lock' } // ... ] } ```