diff --git a/_admin.php b/_admin.php index 428bfc1..6c936f8 100644 --- a/_admin.php +++ b/_admin.php @@ -97,7 +97,7 @@ class epcAdminBehaviors $allowedpubpages = libEPC::blogAllowedPubPages(); echo - '
' . diff --git a/_define.php b/_define.php index 8da078b..6bb01e9 100644 --- a/_define.php +++ b/_define.php @@ -26,6 +26,9 @@ $this->registerModule( 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/enhancePostContent', 'details' => 'https://plugins.dotaddict.org/dc2/details/enhancePostContent', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/enhancePostContent/master/dcstore.xml' + 'repository' => 'https://raw.githubusercontent.com/JcDenis/enhancePostContent/master/dcstore.xml', + 'settings' => [ + 'blog' => '#params.epc_params' + ] ] ); \ No newline at end of file