[FIX] website_blog: don't add background from backend

Adding an image from the frontend use ir.attachment or pre-existing url
and set the url in the blog.post's background_image field. This is
not the same as a binary field which sets the data in the field.

Since it's possible to do it in the frontend, there is no use of the
field in the backend. This fix removes this field.

closes #6497
issue #1305
opw-633725
This commit is contained in:
Nicolas Lempereur 2015-04-28 14:08:37 +02:00
parent c09abf8d22
commit 21e65ae3c6
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@
<field name="subtitle" placeholder="Blog Subtitle"/>
</group>
<group>
<field name="background_image"/>
<field name="blog_id"/>
</group>
<group>