You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know it's not possible to limit the allowed plugins within a CMS page. I think this should be done via the {% page_placeholder %} template tag, as the placeholder_set & contentitem_set fields are already declared in the base model. But it's not supporting anything like that.
Am I trying to do this the wrong way around, or is this just not possible?
The text was updated successfully, but these errors were encountered:
This is currently not possible, but I'd love to have it implemented.
This could indeed be implemented via the page_placeholder tag, or via a setting variable in settings.py, or a setting variable like Django CMS uses (see http://docs.django-cms.org/en/2.2/getting_started/configuration.html#cms-placeholder-conf). I think both would make sense to have. Strange I just didn't consider to extend the template tag at this point.
As far as I know it's not possible to limit the allowed plugins within a CMS page. I think this should be done via the {% page_placeholder %} template tag, as the
placeholder_set
&contentitem_set
fields are already declared in the base model. But it's not supporting anything like that.Am I trying to do this the wrong way around, or is this just not possible?
The text was updated successfully, but these errors were encountered: