Skip to content

Commit

Permalink
Merge pull request #10 from squizlabs/bugfix/m6-default-toggle
Browse files Browse the repository at this point in the history
fix: Update bct.scss to allow showing of use default toggle in M6
  • Loading branch information
jasonm4130 authored and Jason Matthew committed Feb 15, 2024
2 parents efa3032 + 091e012 commit f0cf07d
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 39 deletions.
6 changes: 3 additions & 3 deletions dist/bct-loader.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/*!
* Bootstrap Content Templates (master)
* Matrix 6: 2.0.10 (tag)
* Matrix 6: 2.0.11 (tag)
* Matrix 5: 1.0.8 (tag)
*/

/* global bctInit */

//bct plugin vars
var matrixVersion = 6;
var bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/bootstrap-content-templates@2.0.10/dist/bct.min.css';
var bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/bootstrap-content-templates@2.0.11/dist/bct.min.css';
var bctCssFontawesome = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css';
var bctJsMin = 'https://cdn.jsdelivr.net/gh/squizlabs/bootstrap-content-templates@2.0.10/dist/bct.min.js';
var bctJsMin = 'https://cdn.jsdelivr.net/gh/squizlabs/bootstrap-content-templates@2.0.11/dist/bct.min.js';

//matrix 5
var m5_bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/bootstrap-content-templates@1.0.8/dist/bct.min.css';
Expand Down
2 changes: 1 addition & 1 deletion dist/bct.min.css

Large diffs are not rendered by default.

0 comments on commit f0cf07d

Please sign in to comment.