add equalizer for images on product plugin, allow animate option to be dynamically set

This commit is contained in:
aatish 2018-12-09 21:21:41 +05:45
commit ddb9c5d901
3 changed files with 35 additions and 1 deletions

View file

@ -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):