We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f068ff commit f342b06Copy full SHA for f342b06
src/collective/cover/tiles/collection.py
@@ -240,4 +240,4 @@ def show_footer(self):
240
return self._field_is_visible('footer')
241
242
def is_slidemode(self):
243
- return self.data.get('slidemode', False)
+ return self.data.get('slidemode', False)
0 commit comments