add: products ui
This commit is contained in:
parent
8f76578f1b
commit
fd529d3847
31 changed files with 1041 additions and 49 deletions
|
@ -1958,6 +1958,23 @@
|
|||
settings.forum_signature,
|
||||
\"textarea\",
|
||||
],
|
||||
[[], \"Economy\", \"title\"],
|
||||
[
|
||||
[
|
||||
\"enable_shop\",
|
||||
\"Show shop tab on my profile\",
|
||||
],
|
||||
\"{{ profile.settings.enable_shop }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[
|
||||
\"no_transfers\",
|
||||
\"Disable transfer requests\",
|
||||
],
|
||||
\"{{ profile.settings.no_transfers }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[[], \"Misc\", \"title\"],
|
||||
[
|
||||
[\"hide_dislikes\", \"Hide post dislikes\"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue