more local settings
This commit is contained in:
parent
5c42661ca7
commit
d0fb8bcf85
7 changed files with 23 additions and 10 deletions
|
|
@ -40,6 +40,7 @@
|
|||
<li>
|
||||
<UnitSetting
|
||||
path="themeEditorMinWidth"
|
||||
:local="true"
|
||||
:units="['px', 'rem']"
|
||||
expert="1"
|
||||
>
|
||||
|
|
@ -83,12 +84,18 @@
|
|||
</UnitSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="sidebarRight">
|
||||
<BooleanSetting
|
||||
:local="true"
|
||||
path="sidebarRight"
|
||||
>
|
||||
{{ $t('settings.right_sidebar') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="navbarColumnStretch">
|
||||
<BooleanSetting
|
||||
:local="true"
|
||||
path="navbarColumnStretch"
|
||||
>
|
||||
{{ $t('settings.navbar_column_stretch') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue