Corentin Bettiol
Corentin Bettiol
See #116. Add this:  That will be rendered to this: 
Hello :wave: I would like to know if you would accept a PR adding robots meta tags management in `djangocms-page-meta`. I noticed that the meta robots tag configuration is already...
## Description The `CMS_PERMISSIONS` setting needs to be to `True` in order to be able to access [the form](https://github.com/django-cms/django-cms/blob/b8750ebc0ebaa52ec51945f1d4824a80d806f479/cms/admin/forms.py#L787-L797) to restrict a CMS page to `login required`, even if "login...
## Description We have a site with an interactive map that we've created in a regular django app. I need to let our customer add a small text on the...
## Description I would like to be able to add a new blog post without having to select the config to use if I'm already on a page with an...
## Description I would like to remove the Blog toolbar button if a user does not have the rights to create a blog post on the current site. ## Use...
The Readme is not very easy to read, does not contains links to complex examples, and lacks a few details (like [what are the base `toolbar_CMS` values](https://github.com/django-cms/djangocms-text-ckeditor/blob/05f9b276df29937e17df74c033aa6aafb78a8b36/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js#L17-L30).
Hi. Ckeditor started to show a notification yesterday:  It's a problem because it shows on every ckeditor box, even the ones who are part of a form on a...
As explained in #668, ckeditor started showing notifications about the current version being "insecure". This PR removes the code making it check the version and show the notification.
We have Django Check SEO `< 0.6` that's still compatible with python2 (see the [branch python2](https://github.com/kapt-labs/django-check-seo/tree/python2)). So now I think we can remove support for python 2 and django <...