Skip to content

Commit

Permalink
AddonManager updated and logo added
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Jul 2, 2020
1 parent 21650b6 commit 82e1db5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Resources/contao/classes/AddonManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
class AddonManager
{
/**
* Addon name
* Bundle name
* @var string
*/
public static $name = 'Featured';
public static $bundle = 'EstateManagerFeatured';

/**
* Package
* @var string
*/
public static $package = 'contao-estatemanager/featured';

/**
* Addon config key
Expand Down
1 change: 1 addition & 0 deletions src/Resources/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82e1db5

Please sign in to comment.