-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature : Intergration Article draggable menu #25
base: master
Are you sure you want to change the base?
Conversation
Hi, @LeoHugues, could you give an example how to use this feature? |
Hi @bobdenotter, I think that it's probaly not the best way to implement draggable settings. The I have some styles conflicts with the I am trying to find a way to integrate this feature but I have difficulty with the article extension mechanics at the moment. What do you think of it ? |
@LeoHugues I'm not too sure what the correct way could be.. Perhaps we could make it so, that you can override the templates. In https://github.com/bolt/article/blob/master/src/ArticleInjectorWidget.php#L17 it says: protected $template = '@article/injector.html.twig'; Maybe we could make it so that it would either use that, or a template configured in the config, so that somebody can overwrite it. 🤔 |
@bobdenotter @LeoHugues it's probably already possible to overwrite it, by creating a decorator service which simply extends the Unless I'm misunderstanding this, and it needs to be part of the default article, of course. |
@bobdenotter @I-Valchev how do you think of it ?
|
|
A way to integrate Draggable setting menu without overrinding article.html.twig