<?xml version="1.0"?>
<!--
/**
 * Copyright © Klarna Bank AB (publ)
 *
 * For the full copyright and license information, please view the NOTICE
 * and LICENSE files that were distributed with this source code.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <add id="Klarna_Support::support"
             title="Support"
             translate="title"
             module="Klarna_Support"
             sortOrder="20"
             parent="Klarna_Base::menu"
             action="klarna_support/index/support/form/new"
             resource="Klarna_Support::system_support_form"
        />
    </menu>
</config>
