magento2-docker/setup/config/module.config.php

17 lines
376 B
PHP
Executable File

<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
return [
'view_manager' => [
'display_not_found_reason' => false,
'display_exceptions' => false,
'doctype' => 'HTML5',
'template_path_stack' => [
'setup' => __DIR__ . '/../view',
],
]
];