hi,
Maybe with something like that.
{% if request.toolbar and user.is_authenticated and
request.toolbar.edit_mode_active %}
{% endif %}
Le dimanche 4 novembre 2018 01:10:26 UTC+1, pakwesii...@gmail.com a écrit :
>
> Dear Reader,
>
> I am new in Django-cms. right now I have an issue with
Hi,
Add the possibility to hide the modal (display:none) according to a plugin,
will allow to add for example the mode inline editor as here
https://ckeditor.com/docs/ckeditor4/latest/examples/inline.html.
This via a bind or requestAnimationFrame javascript or else another type of
modal/sidefra
Ability to add plugin child restricted in interface edit mode, such {%
render_plugin_child_add %}.
This is to avoid access to the structure mode for a user who enriches only
the exsiting content.
1)
In the template parent plugin, we could add {% render_plugin_child_add
'samplechildAplugin'