Skip to content

Instantly share code, notes, and snippets.

@sugarknowledge
Created November 2, 2012 19:40
Show Gist options
  • Save sugarknowledge/4003861 to your computer and use it in GitHub Desktop.
Save sugarknowledge/4003861 to your computer and use it in GitHub Desktop.
<?php
$manifest =array(
'acceptable_sugar_flavors' => array('CE','PRO','CORP','ENT','ULT'),
'acceptable_sugar_versions' => array(
'exact_matches' => array(),
'regex_matches' => array('6\\.[0-9]\\.[0-9]$'),
),
'author' => 'SugarCRM',
'description' => 'Installs updated layouts to the accounts module',
'icon' => '',
'is_uninstallable' => true,
'name' => 'Example File Installer',
'published_date' => '2012-11-01 2012 20:45:04',
'type' => 'module',
'version' => '1391608631',
);
$installdefs =array(
'id' => 'package_1391608631',
'copy' => array(
0 => array(
'from' => '<basepath>/Files/custom/modules/Accounts/metadata/detailviewdefs.php',
'to' => 'custom/modules/Accounts/metadata/detailviewdefs.php',
),
1 => array(
'from' => '<basepath>/Files/custom/modules/Accounts/metadata/editviewdefs.php',
'to' => 'custom/modules/Accounts/metadata/editviewdefs.php',
),
2 => array(
'from' => '<basepath>/Files/custom/modules/Accounts/metadata/quickcreatedefs.php',
'to' => 'custom/modules/Accounts/metadata/quickcreatedefs.php',
),
),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment