django-fluent / django-fluent-contents

A widget engine to display various content on Django pages
http://django-fluent.org/
Apache License 2.0
149 stars 39 forks source link

Feature: allow to limit how many instances of a plugin can be created in a placeholder #4

Open vdboor opened 11 years ago

vdboor commented 11 years ago

As suggested at https://github.com/edoburu/django-fluent-pages/issues/9, it's valuable to limit how many instances of a plugin can be created in a placeholder. Django CMS also has this feature (see http://docs.django-cms.org/en/2.2/getting_started/configuration.html#cms-placeholder-conf)

This feature is related to https://github.com/edoburu/django-fluent-contents/issues/3

vdboor commented 10 years ago

As of 0.9, there is a FLUENT_CONTENTS_PLACEHOLDER_CONFIG setting. This feature needs to be included there.