<?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' => [ ], ];