Skip to content
Snippets Groups Projects
Commit d95dc981 authored by Guillaume (gdi)'s avatar Guillaume (gdi)
Browse files

[FIX] website: remove an option from the facebook block

Facebook no longer supports the option to see the profile pictures of
friends who have liked the page. So this commit removes the option
(which was no longer useful). See [same issue at WordPress].

[same issue at WordPress]: https://wordpress.org/support/topic/facebook-likebox-disappearance-of-the-faces-of-friends-who-like-the-page/



task-2950329

closes odoo/odoo#98177

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent ec719b16
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@
Hide Cover Photo
</label>
</div>
<div class="offset-md-3 mt16 col-md-9">
<!-- TODO: Remove this option in master (in the meantime we hide it). -->
<div class="offset-md-3 mt16 col-md-9 d-none">
<label class="o_switch">
<input name="show_facepile" type="checkbox" t-att-checked="widget.fbData.show_facepile or None"/>
<span/>
......
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