@ones-editor/editor 1.1.20-beta.16 → 1.1.20-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -198,6 +198,11 @@ export interface BlockOptions {
|
|
|
198
198
|
* 'without-margin': include margin for dragging preview computing.
|
|
199
199
|
*/
|
|
200
200
|
draggingPreview?: boolean | 'margin-included';
|
|
201
|
+
innerToc?: boolean;
|
|
202
|
+
blockMenu?: {
|
|
203
|
+
showComment?: boolean;
|
|
204
|
+
showLocker?: boolean;
|
|
205
|
+
};
|
|
201
206
|
}
|
|
202
207
|
export interface StandardDragObject {
|
|
203
208
|
type: 'block';
|