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

Allow admin to create custom flag which requires an additional message.

I decided to rename the old `custom_flag` into `require_message` as it is more descriptive.
This commit is contained in:
Krzysztof Kotlarek
2024-07-15 08:48:01 +10:00
committed by GitHub
parent 63ca30ccb4
commit c0bcd979e3
29 changed files with 186 additions and 94 deletions

View File

@@ -5512,6 +5512,8 @@ en:
non_editable: "You cannot edit this flag because it is a system flag or has already been used in the review system, however you can still disable it."
delete_flag: "Delete flag"
non_deletable: "You cannot delete this flag because it is a system flag or has already been used in the review system, however you can still disable it."
require_message: "Prompt users to provide additional reasons"
require_message_description: "When this flag is selected, a text field will be displayed"
more_options:
title: "More options"
move_up: "Move up"