-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc3fc6e
commit b452826
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
|
||
/** | ||
* Copyright © OXID eSales AG. All rights reserved. | ||
* See LICENSE file for license details. | ||
*/ | ||
|
||
/** | ||
* Metadata version | ||
*/ | ||
$sMetadataVersion = '2.1'; | ||
|
||
/** | ||
* Module information | ||
*/ | ||
$aModule = [ | ||
'id' => 'oe_graphql_configuration_access', | ||
'title' => 'GraphQL Configuration Access', | ||
'description' => 'GraphQL Configuration Access', | ||
'thumbnail' => 'pictures/logo.png', | ||
'version' => '2.0.0', | ||
'author' => 'OXID eSales AG', | ||
'url' => 'https://github.com/OXID-eSales/graphql-configuration-access', | ||
'email' => '[email protected]', | ||
'extend' => [ | ||
], | ||
'controllers' => [ | ||
], | ||
'templates' => [ | ||
], | ||
'events' => [ | ||
], | ||
'blocks' => [ | ||
], | ||
'settings' => [ | ||
], | ||
]; |