Use new pref(fixes bad copy pasta)
This commit is contained in:
parent
654403eb00
commit
5453acafc2
|
@ -392,7 +392,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
<details id="integration" data-pref="editor.toc.expanded" class="ignore-pref-if-compact">
|
<details id="integration" data-pref="editor.integration.expanded" class="ignore-pref-if-compact">
|
||||||
<summary><h2 i18n-text="integration"></h2></summary>
|
<summary><h2 i18n-text="integration"></h2></summary>
|
||||||
<div>
|
<div>
|
||||||
<button id="publish-style" i18n-text="uploadStyle"></button>
|
<button id="publish-style" i18n-text="uploadStyle"></button>
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
'editor.toc.expanded': true, // UI element state: expanded/collapsed
|
'editor.toc.expanded': true, // UI element state: expanded/collapsed
|
||||||
'editor.options.expanded': true, // UI element state: expanded/collapsed
|
'editor.options.expanded': true, // UI element state: expanded/collapsed
|
||||||
'editor.lint.expanded': true, // UI element state: expanded/collapsed
|
'editor.lint.expanded': true, // UI element state: expanded/collapsed
|
||||||
|
'editor.integration.expanded': true, // UI element state expanded/collapsed
|
||||||
'editor.lineWrapping': true, // word wrap
|
'editor.lineWrapping': true, // word wrap
|
||||||
'editor.smartIndent': true, // 'smart' indent
|
'editor.smartIndent': true, // 'smart' indent
|
||||||
'editor.indentWithTabs': false, // smart indent with tabs
|
'editor.indentWithTabs': false, // smart indent with tabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user