<?php
$dictionary['Account']['fields']['phone_office'] = array(
'name' => 'phone_office',
'vname' => 'LBL_PHONE_OFFICE',
'type' => 'phone',
'dbType' => 'varchar',
'len' => 100,
'audited' => true,
'unified_search' => true,
'full_text_search' => array('boost' => 1),
'comment' => 'The office phone number',
'merge_filter' => 'enabled',
'asyncValidators' => [
'my-async-validator' => [
'key' => 'my-async-validator',
],
],
);