diff --git a/layout_admin/.gitignore b/layout_admin/.gitignore new file mode 100644 index 0000000..baae5e6 --- /dev/null +++ b/layout_admin/.gitignore @@ -0,0 +1,2 @@ +*.zip +*.tar.gz \ No newline at end of file diff --git a/layout_admin/manifest.php b/layout_admin/manifest.php index be7f3b5..4983151 100755 --- a/layout_admin/manifest.php +++ b/layout_admin/manifest.php @@ -16,7 +16,7 @@ 'acceptable_sugar_versions' => array ( 'regex_matches' => array( - '7.*','8.*' + '7.*', '8.*', '9.*' ), ), 'acceptable_sugar_flavors' => @@ -30,11 +30,11 @@ 'author' => '', 'description' => '', 'icon' => '', - 'is_uninstallable' => false, + 'is_uninstallable' => true, 'name' => 'Layout Administration', - 'published_date' => '2018-06-14 08:43:07', + 'published_date' => '2019-04-17 08:58:38', 'type' => 'module', - 'version' => time(), + 'version' => '1.2', 'remove_tables' => 'prompt', );