Hi all!

I know that this is not exactly the right mailing list, but …

I am trying to filter the allowed plugins in the TextPlugin with the
text_only_plugins option in my settings.py. Despite of what I'm writing
in the property, I get all available plugins allowed in the select box
in the text plugin. 

Can someone help me with the issue, please?

Here are my settings:

CMS_PLACEHOLDER_CONF = {
    'index.html images' : {
        'plugins' : ['CMSGalleryPlugin'],
        'name' : gettext('Image Gallery'),
        },
    'index.html text' : {
        'plugins' : ['TextPlugin'],
        'text_only_plugins': ['LinkPlugin'],
        'name' : gettext('Text'),
        },
}

Django-cms version is 2.2.

Thank you in advance!

Ivan Ivanov

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to