-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.php
executable file
·36 lines (33 loc) · 1.01 KB
/
metadata.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
$sMetadataVersion = '2.0';
$aModule = array(
'id' => 'rs-awin',
'title' => '*RS awin',
'description' => 'Affiliate Marketing Awin',
'thumbnail' => '',
'version' => '1.0.0',
'author' => 'Thomas Janda',
'url' => 'https://www.awin.com',
'email' => '',
'extend' => array(
\OxidEsales\Eshop\Core\ViewConfig::class => rs\awin\Core\ViewConfig::class,
\OxidEsales\Eshop\Application\Controller\ThankYouController::class => \rs\awin\Core\Controller\ThankYouController::class,
),
'controllers' => array(
),
'blocks' => array(
array(
'template' => 'layout/base.tpl',
'block' => 'base_js',
'file' => '/views/blocks/layout/base__base_js.tpl',
),
),
'settings' => array(
array(
'group' => 'rs-awin_main',
'name' => 'rs-awin_id', //advertiserId
'type' => 'str',
'value' => '',
),
),
);