8 lines
181 B
PHP
Executable File
8 lines
181 B
PHP
Executable File
<?php
|
|
$dictionary['Document']['fields']['ecmproducts'] = array (
|
|
'name' => 'ecmproducts',
|
|
'type' => 'link',
|
|
'relationship' => 'ecmproducts_documents',
|
|
'source' =>'non-db',
|
|
);
|
|
?>
|