graphql-module-skeleton/metadata.php

35 lignes
644 B
PHP
Brut Vue normale Historique

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 = [
2024-07-19 18:13:56 +02:00
'id' => 'graphql-module-skeleton',
'title' => 'GraphQL module skeleton',
2019-11-27 11:20:24 +01:00
'description' => '',
'thumbnail' => 'out/pictures/logo.png',
'version' => '0.0.1',
2024-07-19 18:13:56 +02:00
'author' => 'OxidEsales',
2019-11-27 11:20:24 +01:00
'url' => '',
'email' => '',
'extend' => [
],
'controllers' => [
],
'templates' => [
],
'blocks' => [
],
'settings' => [
],
];