mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-07 19:05:22 +02:00
Disable Stars config option (#14653)
* Add config option to disable stars * Replace "stars" with watched in user profile * Add documentation
This commit is contained in:
parent
af2adb4e35
commit
f44543a1bb
16 changed files with 83 additions and 27 deletions
|
@ -14151,6 +14151,10 @@
|
|||
"type": "boolean",
|
||||
"x-go-name": "MirrorsDisabled"
|
||||
},
|
||||
"stars_disabled": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "StarsDisabled"
|
||||
},
|
||||
"time_tracking_disabled": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "TimeTrackingDisabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue