Skip to content

Commit

Permalink
[TASK] Update assets in standalone example
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 26, 2023
1 parent 635a926 commit 36cf5b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Configuration/TypoScript/Standalone/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,12 @@ page {
}

includeCSS {
bootstrap = https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css
bootstrap = https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
bootstrap.external = 1
}

includeJSFooterlibs {
jquery = https://code.jquery.com/jquery-3.4.1.slim.min.js
jquery.external = 1
popper = https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js
popper.external = 1
bootstrap = https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js
bootstrap = https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js
bootstrap.external = 1
}
}
Expand Down

0 comments on commit 36cf5b5

Please sign in to comment.