|
|
|
|
@ -15,6 +15,10 @@ has_field 'name' => (
|
|
|
|
|
label => 'Name',
|
|
|
|
|
wrapper_class => [qw/hfh-rep-field/],
|
|
|
|
|
required => 1,
|
|
|
|
|
element_attr => {
|
|
|
|
|
rel => ['tooltip'],
|
|
|
|
|
title => ['The unique name of the source set. Arbitrary text'],
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
has_field 'source' => (
|
|
|
|
|
@ -39,6 +43,11 @@ has_field 'source.source' => (
|
|
|
|
|
required => 1,
|
|
|
|
|
do_label => 1,
|
|
|
|
|
wrapper_class => [qw/hfh-rep-field/],
|
|
|
|
|
element_attr => {
|
|
|
|
|
rel => ['tooltip'],
|
|
|
|
|
title => ['The calling party number in E164 format to match. Shell patterns like 431* or 49123~~~[1-5~~~]67 are possible. ' .
|
|
|
|
|
'Use "anonymous" to match suppressed numbers.'],
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
has_field 'source.rm' => (
|
|
|
|
|
|