Skip to content

Commit ee94c0c

Browse files
committed
[FIX] website: allow to drag and drop "inline" snippets next to lists
closes odoo#71962 Signed-off-by: Quentin Smetz (qsm) <[email protected]>
1 parent 4692e33 commit ee94c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/website/views/snippets/snippets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
<t t-set="so_content_addition_selector" t-translation="off">blockquote, .s_card:not(.s_timeline_card), .s_alert, .o_facebook_page, .s_share, .s_rating, .s_hr, .s_google_map, .s_map, .s_countdown, .s_chart, .s_text_highlight, .s_progress_bar, .s_badge</t>
507507
<div id="so_content_addition"
508508
t-att-data-selector="so_content_addition_selector"
509-
t-attf-data-drop-near="p, h1, h2, h3, .row > div > img, #{so_content_addition_selector}"
509+
t-attf-data-drop-near="p, h1, h2, h3, ul, ol, .row > div > img, #{so_content_addition_selector}"
510510
data-drop-in=".content, nav"/>
511511

512512
<div data-js="SnippetSave"

0 commit comments

Comments
 (0)