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 213e4de commit 6c2eda0Copy full SHA for 6c2eda0
src/Generator/BlockTypeGenerator.php
@@ -37,7 +37,7 @@ public function generate(array $parameters)
37
$module = $parameters['module'];
38
$class_name = $parameters['class_name'];
39
$blockId = $parameters['block_id'];
40
- $description = $parameters['block_description'];
+ $description = $parameters['description'];
41
$parameters['machine_name'] = $blockId;
42
43
$this->renderFile(
0 commit comments