Skip to content

Commit

Permalink
OXDEV-7350: Add metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Sep 13, 2023
1 parent dc3fc6e commit b452826
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions metadata.php
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' => [
],
];

0 comments on commit b452826

Please sign in to comment.