[FIX] placeholder image when edition starts

it's apparently better when it's completely broken and can't be edited. YMMV

bzr revid: xmo@openerp.com-20130923134914-1si4fz8fg72iktvw
This commit is contained in:
Xavier Morel 2013-09-23 15:49:14 +02:00
parent 5c9bdf1dcb
commit f040cfc7b1
1 changed files with 3 additions and 0 deletions

View File

@ -406,6 +406,9 @@
allowedContent: true,
// Don't insert paragraphs around content in e.g. <li>
autoParagraph: false,
// Don't automatically add &nbsp; or <br> in empty block-level
// elements when edition starts
fillEmptyBlocks: false,
filebrowserImageUploadUrl: "/website/attach",
// Support for sharedSpaces in 4.x
extraPlugins: 'sharedspace,customdialogs,tablebutton,oeref',