@bmlt-enabled/croutonjs 3.20.1 → 3.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.js +1 -0
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +1 -0
- package/crouton-gmaps.min.js +1 -1
- package/crouton.js +1 -0
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -0
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-core.js
CHANGED
|
@@ -16154,6 +16154,7 @@ function Crouton(config) {
|
|
|
16154
16154
|
language: "en-US", // Default language translation, available translations listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/crouton-localization.js
|
|
16155
16155
|
has_tabs: true, // Shows the day tabs
|
|
16156
16156
|
filter_tabs: 0, // Whether to show weekday tabs on filtering.
|
|
16157
|
+
filter_visible: 0, // whether entries in table should be limited to those visible in map
|
|
16157
16158
|
header: true, // Shows the dropdowns and buttons
|
|
16158
16159
|
include_weekday_button: true, // Shows the weekday button
|
|
16159
16160
|
int_include_unpublished: 0, // Includes unpublished meeting
|