mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT Initialize the east layout panel in CMSMain.js as hidden, so users can't toggle it without going through tinyMCE buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92653 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6f2c9193b1
commit
021c8d4d6c
@ -96,6 +96,9 @@ var ss_MainLayout;
|
||||
},
|
||||
east: {
|
||||
initClosed: true,
|
||||
// multiple panels which are triggered through tinymce buttons,
|
||||
// so a user shouldn't be able to toggle this panel manually
|
||||
initHidden: true,
|
||||
fxName: "none",
|
||||
size: 250
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user