Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
handshake_response3.php
1 <?php
2 
3 return [
4  '@attributes' =>
5  [
6  'version' => API_XML_VERSION,
7  'name' => HANDSHAKE_VERSION_INFORMATION,
8  ],
9  'status' => 'success',
10  'configuration' =>
11  [
12  'timer' =>
13  [
14  'interval' => DEFAULT_TIMER_INTERVAL,
15  'timerurl' => 'timer.php?source=timer',
16  ],
17  'extensionstab' =>
18  [
19  'requirestab' => 'true',
20  'displayname' => 'Tutorial',
21  'extensionsindexfile' => 'index.php',
22  ],
23  'helppage' =>
24  [
25  'requireshelp' => 'true',
26  'helpfile' => 'help.html',
27  'width' => '800',
28  'height' => '600',
29  ],
30  'configpage' =>
31  [
32  'requiresconfig' => 'true',
33  'configindexfile' => 'setup.php',
34  'width' => '800',
35  'height' => '600',
36  ],
37  ],
38 ];