django-cms / djangocms-column

Column Plugin for django-cms
BSD 3-Clause "New" or "Revised" License
18 stars 44 forks source link

NUM_COLUMNS choices is hardwired in the code - would like to be able to limit them #35

Open ursomniac opened 6 years ago

ursomniac commented 6 years ago

At present the forms.py has NUM_COLUMNS set from 1-10 but the choices are hard-coded. Ideally it should be customizable (e.g., to limit the choices from 1-4 instead of the default 1-10), without having to hack the code.