🔖 Version 1.0.0-beta
This commit is contained in:
parent
c93a06972b
commit
460a811554
26 changed files with 2480 additions and 771 deletions
|
@ -39,10 +39,11 @@ return [
|
|||
'is_searchable' => TRUE,
|
||||
'help_post' => E::ts('The SID of this contact in the Active Directory.'),
|
||||
'is_view' => TRUE,
|
||||
'text_length' => 36,
|
||||
'text_length' => 50,
|
||||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'sid_42',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
|
|
@ -44,6 +44,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'enable_mailing_list_30',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -68,6 +69,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'e_mail_address_10',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -92,6 +94,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'subject_prefix_11',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -118,6 +121,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'can_be_reached_externally_12',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
|
|
@ -44,6 +44,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'enable_mailing_list_31',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -68,6 +69,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'e_mail_address_10',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -89,10 +91,11 @@ return [
|
|||
'html_type' => 'Text',
|
||||
'help_post' => E::ts('The SID of the group in the Active Directory.'),
|
||||
'is_view' => TRUE,
|
||||
'text_length' => 36,
|
||||
'text_length' => 50,
|
||||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'active_directory_SID_11',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -119,6 +122,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'can_be_reached_externally_12',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
@ -143,6 +147,7 @@ return [
|
|||
'note_columns' => 60,
|
||||
'note_rows' => 4,
|
||||
'column_name' => 'subject_prefix_13',
|
||||
'is_active' => TRUE,
|
||||
],
|
||||
'match' => [
|
||||
'name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue