Add php files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// created: 2013-03-19 13:56:50
|
||||
$mapping = array (
|
||||
'beans' =>
|
||||
array (
|
||||
),
|
||||
);
|
||||
?>
|
||||
15
custom/modules/Connectors/metadata/connectors.php
Executable file
15
custom/modules/Connectors/metadata/connectors.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// created: 2013-08-08 11:22:14
|
||||
$connectors = array (
|
||||
'ext_rest_linkedin' =>
|
||||
array (
|
||||
'id' => 'ext_rest_linkedin',
|
||||
'name' => 'LinkedIn©',
|
||||
'enabled' => true,
|
||||
'directory' => 'modules/Connectors/connectors/sources/ext/rest/linkedin',
|
||||
'modules' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
5
custom/modules/Connectors/metadata/display_config.php
Executable file
5
custom/modules/Connectors/metadata/display_config.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// created: 2013-03-19 13:56:50
|
||||
$modules_sources = array (
|
||||
);
|
||||
?>
|
||||
5
custom/modules/Connectors/metadata/searchdefs.php
Executable file
5
custom/modules/Connectors/metadata/searchdefs.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// created: 2013-03-19 13:56:50
|
||||
$searchdefs = array (
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user