add equalizer for images on product plugin, allow animate option to be dynamically set
This commit is contained in:
parent
66538f7335
commit
ddb9c5d901
3 changed files with 35 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ class UngleichProductItem(ServiceItem):
|
|||
|
||||
class UngleichProduct(Service):
|
||||
section_class = models.CharField(max_length=100, default="", blank=True)
|
||||
animate = models.BooleanField(default=True)
|
||||
|
||||
|
||||
class UngleichCustomer(Service):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue