forked from OXID-eSales/graphql-catalogue-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.php
41 lines (38 loc) · 907 Bytes
/
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
37
38
39
40
41
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
/**
* Metadata version
*/
$sMetadataVersion = '2.0';
/**
* Module information
*/
$aModule = [
'id' => 'oe_graphql_catalogue',
'title' => [
'de' => 'GraphQL Katalog',
'en' => 'GraphQL Catalogue',
],
'description' => [
'de' => '<span>OXID GraphQL Katalog</span>',
'en' => '<span>OXID GraphQL Catalogue</span>',
],
'thumbnail' => 'out/pictures/logo.png',
'version' => '1.0.0',
'author' => 'OXID eSales',
'url' => 'https://github.com/OXID-eSales/graphql-catalogue-module',
'email' => 'info@oxid-esales.com',
'extend' => [
],
'controllers' => [
],
'templates' => [
],
'blocks' => [
],
'settings' => [
],
];