mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: admin can disable flags (#27171)
UI for admins to disable system flags.
This commit is contained in:
committed by
GitHub
parent
e9c8e182d3
commit
963b9fd157
@@ -353,6 +353,9 @@
|
||||
},
|
||||
"is_custom_flag": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -362,7 +365,8 @@
|
||||
"description",
|
||||
"short_description",
|
||||
"is_flag",
|
||||
"is_custom_flag"
|
||||
"is_custom_flag",
|
||||
"enabled"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -393,6 +397,9 @@
|
||||
},
|
||||
"is_custom_flag": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -402,7 +409,8 @@
|
||||
"description",
|
||||
"short_description",
|
||||
"is_flag",
|
||||
"is_custom_flag"
|
||||
"is_custom_flag",
|
||||
"enabled"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user