Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
1469 Переглядів

I want to use my snippet as an inner content so that I can drag and change it's position. 

Аватар
Відмінити
Найкраща відповідь

Hi,

You should check out data-drop-in and data-drop-near attributes of snippet options. I believe those are the attributes that lets you choose where the snippet should be added.

I'm adding a code snippet for reference.

<div data-selector=".o_mega_menu .nav > .nav-link"
     data-drop-in=".o_mega_menu nav"

     data-drop-near=".o_mega_menu .nav-link"/>


Hope it helps

Аватар
Відмінити
Найкраща відповідь

For anyone who comes across this question in the future, here's a minimal example: https://gist.github.com/tmijail/de52b8289774583c04f9eac6f35eec81


Аватар
Відмінити
Найкраща відповідь

I really value examining blog passages that make me think. I'd in like manner like to offer my gratitude for allowing me to comment on this site!


Аватар
Відмінити
Найкраща відповідь

Hi 


check this reference

Inner Content Snippet


Regards

Аватар
Відмінити