Skip to content

Commit

Permalink
fix: Adjust links to XSD files
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 29, 2023
1 parent 59ee284 commit 169dc4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.5/engine/Shopware/Components/Plugin/schema/config.xsd">
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware5/shopware/5.6/engine/Shopware/Components/Plugin/schema/config.xsd">

<elements>
<element required="true" type="text">
Expand Down Expand Up @@ -28,4 +28,4 @@
<description lang="en">This configuration is to decide whether to send confirmation mails from backend orders or not as default.</description>
</element>
</elements>
</config>
</config>
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd">
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware5/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd">

<label lang="de">Backend Bestellungen</label>
<label lang="en">Backend orders</label>
Expand Down

0 comments on commit 169dc4d

Please sign in to comment.