2016-08-11 02:21:28 +00:00
|
|
|
from flask_babel import gettext
|
|
|
|
|
|
|
|
name = gettext('Infinite scroll')
|
|
|
|
description = gettext('Automatically load next page when scrolling to bottom of current page')
|
|
|
|
default_on = False
|
2017-02-12 14:06:01 +00:00
|
|
|
preference_section = 'ui'
|
2016-08-11 02:21:28 +00:00
|
|
|
|
|
|
|
js_dependencies = ('plugins/js/infinite_scroll.js',)
|
|
|
|
css_dependencies = ('plugins/css/infinite_scroll.css',)
|