Is it possible in django-cms to reuse a plugin's instance? Let's say that I add an instance of the plugin "Text" (or of any other plugin) in a page and I want to reuse the same text in another page.
This was not what I am looking for: reuse same django cms plugin instance This requires to have a static tag in the template, I want to be able to use the same plugin instance in several pages (but not all) of the same template.
Thanks.
have a look at https://github.com/divio/djangocms-stacks/
They work similar to static_placeholders but provide a stack plugin as well... maybe a static_placeholder plugin could be developed?