Ajoute le feature flag sur le nouveau champ expression reguliere
This commit is contained in:
parent
d90a04174c
commit
ce58a67d14
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ class TypeDeChamp < ApplicationRecord
|
|||
|
||||
FILE_MAX_SIZE = 200.megabytes
|
||||
FEATURE_FLAGS = {
|
||||
cojo: :cojo_type_de_champ
|
||||
cojo: :cojo_type_de_champ,
|
||||
expression_reguliere: :expression_reguliere_type_de_champ
|
||||
}
|
||||
MINIMUM_TEXTAREA_CHARACTER_LIMIT_LENGTH = 400
|
||||
|
||||
|
|
Loading…
Reference in a new issue