@atlaskit/editor-core 193.10.21 → 193.10.24
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.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +5 -1
- package/dist/types/presets/default.d.ts +6 -2
- package/dist/types/presets/universal.d.ts +5 -1
- package/dist/types/presets/useUniversalPreset.d.ts +5 -1
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +7 -1
- package/dist/types-ts4.5/presets/default.d.ts +8 -2
- package/dist/types-ts4.5/presets/universal.d.ts +7 -1
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +7 -1
- package/package.json +18 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 193.10.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#91461](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91461) [`1b353cb06cc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b353cb06cc8) - [ED-23042] Disable editing in code blocks and expand nodes when editorDisabled state is true
|
|
8
|
+
|
|
9
|
+
## 193.10.23
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#90659](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90659) [`fc633861cff4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc633861cff4) - [ux] Adds lock button on table floating toolbar
|
|
14
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426) [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) - Bump adf-schema to 35.9.2 to support table alignment options
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 193.10.21
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "193.10.
|
|
2
|
+
export const version = "193.10.24";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "193.10.
|
|
2
|
+
export var version = "193.10.24";
|
|
@@ -2745,6 +2745,8 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2745
2745
|
actions: {
|
|
2746
2746
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
2747
2747
|
};
|
|
2748
|
+
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
2749
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2748
2750
|
}, undefined>>];
|
|
2749
2751
|
actions: {
|
|
2750
2752
|
insertExpand: import("@atlaskit/editor-common/types").Command;
|
|
@@ -2911,7 +2913,9 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2911
2913
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2912
2914
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2913
2915
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2914
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2916
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
2917
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2918
|
+
}, undefined>>];
|
|
2915
2919
|
actions: {
|
|
2916
2920
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
2917
2921
|
};
|
|
@@ -66,7 +66,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
66
66
|
sharedState: FeatureFlags;
|
|
67
67
|
}, FeatureFlags>>];
|
|
68
68
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
69
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
69
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
70
|
+
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
71
|
+
}, undefined>>];
|
|
70
72
|
actions: {
|
|
71
73
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
72
74
|
};
|
|
@@ -1640,7 +1642,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
1640
1642
|
sharedState: FeatureFlags;
|
|
1641
1643
|
}, FeatureFlags>>];
|
|
1642
1644
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1643
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
1645
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
1646
|
+
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
1647
|
+
}, undefined>>];
|
|
1644
1648
|
actions: {
|
|
1645
1649
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
1646
1650
|
};
|
|
@@ -2762,6 +2762,8 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2762
2762
|
actions: {
|
|
2763
2763
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
2764
2764
|
};
|
|
2765
|
+
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
2766
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2765
2767
|
}, undefined>>];
|
|
2766
2768
|
actions: {
|
|
2767
2769
|
insertExpand: import("@atlaskit/editor-common/types").Command;
|
|
@@ -2928,7 +2930,9 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2928
2930
|
sharedState: FeatureFlags;
|
|
2929
2931
|
}, FeatureFlags>>];
|
|
2930
2932
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2931
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2933
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
2934
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2935
|
+
}, undefined>>];
|
|
2932
2936
|
actions: {
|
|
2933
2937
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
2934
2938
|
};
|
|
@@ -2748,6 +2748,8 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2748
2748
|
actions: {
|
|
2749
2749
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
2750
2750
|
};
|
|
2751
|
+
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"editorDisabled", {
|
|
2752
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2751
2753
|
}, undefined>>];
|
|
2752
2754
|
actions: {
|
|
2753
2755
|
insertExpand: import("@atlaskit/editor-common/types").Command;
|
|
@@ -2914,7 +2916,9 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2914
2916
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2915
2917
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2916
2918
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2917
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2919
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"editorDisabled", {
|
|
2920
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
2921
|
+
}, undefined>>];
|
|
2918
2922
|
actions: {
|
|
2919
2923
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
2920
2924
|
};
|
|
@@ -3405,6 +3405,9 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3405
3405
|
actions: {
|
|
3406
3406
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
3407
3407
|
};
|
|
3408
|
+
}, undefined>>,
|
|
3409
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
3410
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3408
3411
|
}, undefined>>
|
|
3409
3412
|
];
|
|
3410
3413
|
actions: {
|
|
@@ -3614,7 +3617,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3614
3617
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3615
3618
|
];
|
|
3616
3619
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3617
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3620
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3621
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
3622
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3623
|
+
}, undefined>>
|
|
3618
3624
|
];
|
|
3619
3625
|
actions: {
|
|
3620
3626
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
@@ -101,7 +101,10 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
101
101
|
}, FeatureFlags>>
|
|
102
102
|
];
|
|
103
103
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
104
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
104
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
105
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
106
|
+
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
107
|
+
}, undefined>>
|
|
105
108
|
];
|
|
106
109
|
actions: {
|
|
107
110
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
@@ -2044,7 +2047,10 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2044
2047
|
}, FeatureFlags>>
|
|
2045
2048
|
];
|
|
2046
2049
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2047
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2050
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
2051
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
2052
|
+
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
2053
|
+
}, undefined>>
|
|
2048
2054
|
];
|
|
2049
2055
|
actions: {
|
|
2050
2056
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
@@ -3422,6 +3422,9 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3422
3422
|
actions: {
|
|
3423
3423
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
3424
3424
|
};
|
|
3425
|
+
}, undefined>>,
|
|
3426
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
3427
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3425
3428
|
}, undefined>>
|
|
3426
3429
|
];
|
|
3427
3430
|
actions: {
|
|
@@ -3631,7 +3634,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3631
3634
|
}, FeatureFlags>>
|
|
3632
3635
|
];
|
|
3633
3636
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3634
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3637
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3638
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
3639
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3640
|
+
}, undefined>>
|
|
3635
3641
|
];
|
|
3636
3642
|
actions: {
|
|
3637
3643
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
@@ -3408,6 +3408,9 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3408
3408
|
actions: {
|
|
3409
3409
|
hideDecoration: () => import("@atlaskit/editor-plugin-selection-marker").ReleaseHiddenDecoration | undefined;
|
|
3410
3410
|
};
|
|
3411
|
+
}, undefined>>,
|
|
3412
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"editorDisabled", {
|
|
3413
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3411
3414
|
}, undefined>>
|
|
3412
3415
|
];
|
|
3413
3416
|
actions: {
|
|
@@ -3617,7 +3620,10 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3617
3620
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3618
3621
|
];
|
|
3619
3622
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3620
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3623
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3624
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"editorDisabled", {
|
|
3625
|
+
sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
|
|
3626
|
+
}, undefined>>
|
|
3621
3627
|
];
|
|
3622
3628
|
actions: {
|
|
3623
3629
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.10.
|
|
3
|
+
"version": "193.10.24",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
43
|
-
"@atlaskit/adf-schema": "^35.9.
|
|
43
|
+
"@atlaskit/adf-schema": "^35.9.2",
|
|
44
44
|
"@atlaskit/analytics-namespaced-context": "^6.9.0",
|
|
45
45
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
|
-
"@atlaskit/button": "^17.
|
|
47
|
+
"@atlaskit/button": "^17.13.0",
|
|
48
48
|
"@atlaskit/editor-common": "^78.30.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
50
50
|
"@atlaskit/editor-plugins": "^2.3.0",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
88
88
|
"@atlaskit/analytics-listeners": "^8.9.1",
|
|
89
89
|
"@atlaskit/checkbox": "^13.1.0",
|
|
90
|
-
"@atlaskit/collab-provider": "9.26.
|
|
90
|
+
"@atlaskit/collab-provider": "9.26.7",
|
|
91
91
|
"@atlaskit/dropdown-menu": "^12.9.0",
|
|
92
|
-
"@atlaskit/editor-plugin-annotation": "1.5.
|
|
92
|
+
"@atlaskit/editor-plugin-annotation": "1.5.11",
|
|
93
93
|
"@atlaskit/editor-plugin-card": "^1.8.0",
|
|
94
94
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
|
|
95
95
|
"@atlaskit/editor-plugin-list": "^3.1.5",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@atlassian/adf-schema-json": "^1.0.7",
|
|
114
114
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
115
115
|
"@atlassian/link-picker-plugins": "^24.0.0",
|
|
116
|
-
"@atlassian/search-provider": "2.4.
|
|
116
|
+
"@atlassian/search-provider": "2.4.58",
|
|
117
117
|
"@atlassian/ufo": "^0.2.0",
|
|
118
118
|
"@emotion/jest": "^11.8.0",
|
|
119
119
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -188,6 +188,10 @@
|
|
|
188
188
|
"type": "boolean",
|
|
189
189
|
"referenceOnly": "true"
|
|
190
190
|
},
|
|
191
|
+
"platform.editor.table.preserve-widths-with-lock-button": {
|
|
192
|
+
"type": "boolean",
|
|
193
|
+
"referenceOnly": "true"
|
|
194
|
+
},
|
|
191
195
|
"platform.editor.table-sticky-scrollbar": {
|
|
192
196
|
"type": "boolean"
|
|
193
197
|
},
|
|
@@ -331,6 +335,14 @@
|
|
|
331
335
|
"platform.editor.table.colum-resizing-improvements": {
|
|
332
336
|
"type": "boolean",
|
|
333
337
|
"referenceOnly": "true"
|
|
338
|
+
},
|
|
339
|
+
"platform.editor.preserve-whitespace-clipboard-text-serialization": {
|
|
340
|
+
"type": "boolean",
|
|
341
|
+
"referenceOnly": "true"
|
|
342
|
+
},
|
|
343
|
+
"platform.editor.live-view.disable-editing-in-view-mode_fi1rx": {
|
|
344
|
+
"type": "boolean",
|
|
345
|
+
"referenceOnly": "true"
|
|
334
346
|
}
|
|
335
347
|
},
|
|
336
348
|
"stricter": {
|