graphql-module-skeleton/metadata.php

35 lines
632 B
PHP
Raw Normal View History

2019-11-27 11:20:24 +01:00
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
/**
* Metadata version
*/
$sMetadataVersion = '2.0';
/**
* Module information
*/
$aModule = [
'id' => '__PackageFull__',
'title' => 'GraphQL __Package__',
'description' => '',
'thumbnail' => 'out/pictures/logo.png',
'version' => '0.0.1',
'author' => '__Vendor__',
'url' => '',
'email' => '',
'extend' => [
],
'controllers' => [
],
'templates' => [
],
'blocks' => [
],
'settings' => [
],
];