Skip to content
Snippets Groups Projects
Commit c9a90818 authored by Bohdan Melnychuk's avatar Bohdan Melnychuk Committed by Kostia Bohach
Browse files

Issue #3304930 by _shY: Add "- None -" option to the class select list

parent 46cfdef2
No related branches found
No related tags found
1 merge request!4Issue #3304930 by _shY: Add "- None -" option to the class select list
......@@ -24,7 +24,7 @@ class LinkClassWidget extends LinkWidget {
*/
public static function defaultSettings() {
return [
'allowed_classes' => '',
'allowed_classes' => '|- None -',
] + parent::defaultSettings();
}
......
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