Skip to content
Snippets Groups Projects
Commit 019f3148 authored by Paweł Pregiel's avatar Paweł Pregiel
Browse files

Filter block description from the data in config storage

parent 57751538
No related branches found
Tags 8.x-1.0-beta5
No related merge requests found
......@@ -121,6 +121,7 @@ class BlockManagerForm extends ConfigFormBase {
foreach ($blocks_enabled as $block) {
if ($block) {
unset($blocks_array[$block]['description']);
$block_config[$block] = $blocks_array[$block];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment