Navigation

  • index
  • next |
  • previous |
  • djangocms-cascade 0.13.0 documentation »

GalleryΒΆ

A gallery is a collection of images displayed as a group. Since it normally consists of many similar images, djangocms-cascade does not require to use child plugins for each image. Instead they can be added directly to the Bootstrap Gallery Plugin. Here, djangocms-cascade uses a special model, named cmsplugin_cascade.models.InlineCascadeElement which also uses a JSON field to store it’s payload. It thus can be configured to accept any kind of data, just as it’s counterpart cmsplugin_cascade.models.CascadeElement does.

Since plugin editors are based on Django’s admin backend, the Gallery Plugin uses the Stacked Inline formset to manage it’s children. If django-admin-sortable2 is installed, the entries in the plugin can even be sorted using drag and drop.

Previous topic

Panel element

Next topic

Using Fonts with Icons

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • djangocms-cascade 0.13.0 documentation »
© Copyright Copyright 2017, Jacob Rief. Created using Sphinx 1.5.3.