Revert "FEATURE: custom flag can require additional message (#27706)" (#27906)

This reverts commit c0bcd979e3.
This commit is contained in:
Krzysztof Kotlarek
2024-07-15 09:45:57 +10:00
committed by GitHub
parent 367040024b
commit 9e4e591d60
29 changed files with 94 additions and 186 deletions

View File

@@ -351,7 +351,7 @@
"is_flag": {
"type": "boolean"
},
"require_message": {
"is_custom_flag": {
"type": "boolean"
},
"enabled": {
@@ -371,7 +371,7 @@
"description",
"short_description",
"is_flag",
"require_message",
"is_custom_flag",
"enabled",
"applies_to",
"is_used"
@@ -403,7 +403,7 @@
"is_flag": {
"type": "boolean"
},
"require_message": {
"is_custom_flag": {
"type": "boolean"
},
"enabled": {
@@ -423,7 +423,7 @@
"description",
"short_description",
"is_flag",
"require_message",
"is_custom_flag",
"enabled",
"applies_to",
"is_used"