We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3b998 commit 7af8d4cCopy full SHA for 7af8d4c
1 file changed
src/Stack/Stack.php
@@ -138,7 +138,7 @@ public function ImageTrasform($url, $parameters)
138
139
140
public function LivePreviewQuery($parameters) {
141
- $this->live_preview['hash'] = $parameters['hash'] ?? 'init';
+ $this->live_preview['hash'] = $parameters['live_preview'] ?? 'init';
142
$this->live_preview['content_type_uid'] = $parameters['content_type_uid'];
143
}
144
0 commit comments