# ------------------------------------------------------------------------------ # ~/_data/modules/infiniteScroll.yml # User configuration for J1 infiniteScroll # # Product/Info: # https://jekyll.one # # Copyright (C) 2021 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # About this configuration (used for J1 CC only) # about_config: title: infiniteScroll scope: Default settings location: _data/modules/defaults/infiniteScroll.yml # ------------------------------------------------------------------------------ # Default configuration settings # settings: # ---------------------------------------------------------------------------- # GENERAL gallery settings # # enabled # ---------------------------------------------------------------------------- # Enables|Disables the use of a gallery # # xhr_data_path # ---------------------------------------------------------------------------- # All data items displayed by a gallery are being read from a # JSON file automatically generated from that configuration. # AJAX get method is used to supply the gallery with respective # the HTML code at the time the gallery is initialized (by the # J1 Adapter for J1 Justified Gallery). # # values: string # default: /assets/data/galleries.json # # instance_type # ---------------------------------------------------------------------------- # Specifies if a modules can be run as a single instance # (only) or run in multiple instances. # # NOTE: The parameter instance_type controls how MODULE runner # manages configuration options. # # values: single|multiple # default: single # # rowHeight # ---------------------------------------------------------------------------- # All data items displayed by a gallery are being read from a # JSON file automatically generated from that configuration. # # values: string # default: /assets/data/galleries.json # # ---------------------------------------------------------------------------- enabled: false history: false checkLastPage: true check_status: true # ------------------------------------------------------------------------------ # END config