Skip to content
Snippets Groups Projects
Commit c763341b authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(js): support for gutenberg

parent e7750d0c
No related branches found
No related tags found
1 merge request!20Feature/gutenberg
Pipeline #10951 passed with stages
in 2 minutes and 19 seconds
......@@ -245,7 +245,7 @@ class Notice
$notice_class .= ' ' . $this->attributes['class'];
}
if ($this->showInGutenberg) {
$notice_class .= 'wpdesk-notice-gutenberg';
$notice_class .= ' wpdesk-notice-gutenberg';
}
return $notice_class;
}
......
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