Rename setting for custom user css (remove "buefy")
but have to keep support for older setting name for now
This commit is contained in:
parent
49da9776e7
commit
8781e34c98
3 changed files with 21 additions and 6 deletions
|
@ -27,8 +27,8 @@
|
|||
<div class="block" style="padding-left: 2rem;">
|
||||
|
||||
<b-field label="Theme Style">
|
||||
<b-select name="tailbone.${user.uuid}.buefy_css"
|
||||
v-model="simpleSettings['tailbone.${user.uuid}.buefy_css']"
|
||||
<b-select name="tailbone.${user.uuid}.user_css"
|
||||
v-model="simpleSettings['tailbone.${user.uuid}.user_css']"
|
||||
@input="settingsNeedSaved = true">
|
||||
<option v-for="option in themeStyleOptions"
|
||||
:key="option.value"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue