Synoptik-Labs/magento2-pdf-generator2

View on GitHub
etc/config.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Copyright © EAdesign by Eco Active S.R.L.,All rights reserved.
 * See LICENSE for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <pdfgenerator>
            <general>
                <enable_frontend>1</enable_frontend>
            </general>
        </pdfgenerator>
    </default>
</config>