@bmlt-enabled/croutonjs 3.22.0 → 3.22.1
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-gmaps.js +1 -1
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.js +1 -1
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +1 -1
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
- package/templates/themes/asheboro.css +1 -1
- package/templates/themes/florida-nights.css +1 -1
- package/templates/themes/frog.css +1 -1
- package/templates/themes/gold-coast.css +2 -2
- package/templates/themes/jack.css +1 -1
- package/templates/themes/lucy.css +1 -1
- package/templates/themes/one-nine.css +1 -1
- package/templates/themes/orange-monster.css +5 -1
- package/templates/themes/patrick.css +2 -2
- package/templates/themes/quebec.css +1 -1
- package/templates/themes/seattle-rain.css +1 -1
- package/templates/themes/sezf.css +2 -2
- package/templates/themes/truth.css +1 -1
package/crouton-gmaps.js
CHANGED
|
@@ -16180,7 +16180,7 @@ function Crouton(config) {
|
|
|
16180
16180
|
force_rootserver_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
16181
16181
|
force_timeformat_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
16182
16182
|
force_language_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
16183
|
-
theme: "jack", // Allows for setting pre-packaged themes. Choices are listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/
|
|
16183
|
+
theme: "jack", // Allows for setting pre-packaged themes. Choices are listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/templates/themes
|
|
16184
16184
|
report_update_url: "", // URL to edit a meeting for BMLT-workflow plugin
|
|
16185
16185
|
meeting_data_template: croutonDefaultTemplates.meeting_data_template,
|
|
16186
16186
|
metadata_template: croutonDefaultTemplates.metadata_template,
|