question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CMS Plugins dropdown appears empty

See original GitHub issue

Hi,

I’m using Django==1.6.8, djangocms==3.0.7 and djangocms-text-ckeditor==2.4.3. When open the CK Editor, I see CMS Plugin dropdown as always, but when click on them, the options list appears empty, as show in the picture below.

captura

In settings I have included the following configuration.

CMS_PLACEHOLDER_CONF = {
    'articulo_contenido_1': {
        'plugins': ['TextPlugin', 'PicturePlugin'],
        'text_only_plugins': ['LinkPlugin'],
        'extra_context': {"width":640},
        'name': gettext("Content"),
        'language_fallback': True,
        'default_plugins': [
            {
                'plugin_type': 'TextPlugin',
                'values': {
                    'body':'<p>Lorem ipsum dolor sit amet...</p>',
                },
            },
        ],
        'child_classes': {
            'TextPlugin': ['PicturePlugin', 'LinkPlugin'],
        },
        'parent_classes': {
            'LinkPlugin': ['TextPlugin'],
        },
    },
}

When I comment the CMS_PLACEHOLDER_CONF, all plugins appears in the dropdown normally. I think there is no typo error in this setting. Do you see anything wrong?

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:2
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
snejycommented, Dec 3, 2015

I still experience this issue with django-cms==3.1.4 I tried djangocms-text-ckeditor with versions 2.3.0, 2.5.2, 2.7.0 but changing version does not solve the problem.

1reaction
tiumacommented, Jan 8, 2015

Downgrade to version 2.3.0 makes that the plugin dropdown works again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CMS Plugins dropdown appears empty · Issue #214 - GitHub
When open the CK Editor, I see CMS Plugin dropdown as always, but when click on them, the options list appears empty, as...
Read more >
django cms plugin instance related_set returns empty list
OK according to the documentation I need to copy the related items: class NewSliderPlugin(CMSPlugin): title = models.
Read more >
Calendar drop down empty | WordPress.org
But the calendar drop down is empty. I am using the calendar on other pages, and it shows under calendars from the dashboard....
Read more >
Dropdown empty option - Craft CMS Stack Exchange
in order for my client to have the choice of selecting options or not, I entered an empty (blank) option in a dropdown...
Read more >
No Language showing - dropdown selectors are BLANK
Getting BLANK / No Data - clicked on "Clear. ... I deleted then downloaded the new WPML CMS plugin. Didn't work. Same problem....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found