We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6833648 commit 0950a21Copy full SHA for 0950a21
composer.json
@@ -3,7 +3,7 @@
3
"description": "Sidworks Developer tools for Shopware 6",
4
"type": "shopware-platform-plugin",
5
"license": "MIT",
6
- "version": "1.0.2",
+ "version": "1.0.3",
7
"authors": [
8
{
9
"name": "Sidworks"
src/Subscriber/ResponseSubscriber.php
@@ -60,7 +60,7 @@ public function onResponse(ResponseEvent $event): void
60
$templates = TemplateRegistry::all();
61
62
$debugScript = sprintf(
63
- '<script type="application/json" id="sidworks-shopware-devtools-data">%s</script>',
+ '<script type="application/json" id="sidworks-devtools-data">%s</script>',
64
json_encode([
65
'projectPath' => $projectPath,
66
'timestamp' => time(),
0 commit comments