File tree 1 file changed +10
-10
lines changed
config/tools/users/alias_management
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 46
46
\"DIDaliases \": \"my_dids \",
47
47
} "
48
48
),
49
- "implicit_domain " => array (
50
- "default " => " No " ,
51
- "name " => "Implicit Alias Domain " ,
52
- "type " => "dropdown " ,
53
- "options " => array (
54
- "No " => FALSE ,
55
- "Yes " => TRUE
56
- ),
57
- "tip " => "If checked, the domain will automatically be used as the alias domain. "
58
- ),
49
+ "implicit_domain " => array (
50
+ "default " => False ,
51
+ "name " => "Implicit Alias Domain " ,
52
+ "type " => "dropdown " ,
53
+ "options " => array (
54
+ "No " => FALSE ,
55
+ "Yes " => TRUE
56
+ ),
57
+ "tip " => "If checked, the domain will automatically be used as the alias domain. "
58
+ ),
59
59
"alias_format " => array (
60
60
"name " => "Alias Format " ,
61
61
"tip " => "Pattern/regexp to validate the inserted aliases (in order to enforce a certain format for the aliases). " ,
You can’t perform that action at this time.
0 commit comments