disable RAW widgets editor (deprecated)
This commit is contained in:
parent
51ed39768d
commit
81a47b5f8f
@ -17,7 +17,10 @@
|
||||
class admin_widgets extends AdminPanel {
|
||||
|
||||
var $panelname = "widgets";
|
||||
var $actions = array('default' => true, 'raw' => true);
|
||||
var $actions = array(
|
||||
'default' => true
|
||||
//, 'raw' => true
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user