Skip to content

Commit

Permalink
Merge pull request #5409 from neos/feature/5408-remove-bootstrap-depe…
Browse files Browse the repository at this point in the history
…ndency

!!! FEATURE: Drop twitter bootstrap dependency
  • Loading branch information
dlubitz authored Dec 19, 2024
2 parents aa96fc8 + 92ba6cc commit 14bb543
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Neos.Media.Browser/Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Neos:
bodyClasses: 'neos neos-module media-browser'
scripts:
- 'resource://Neos.Media.Browser/Public/Libraries/jquery/jquery-3.6.0.min.js'
- 'resource://Neos.Twitter.Bootstrap/Public/2/js/bootstrap.min.js'
- 'resource://Neos.Neos/Public/JavaScript/Main.min.js'
- 'resource://Neos.Media.Browser/Public/Libraries/bootstrap/bootstrap.min.js'
- 'resource://Neos.Media.Browser/Public/Libraries/bootstrap/bootstrap-components.js'
- 'resource://Neos.Media.Browser/Public/JavaScript/media-browser.js'
styles:
Expand Down Expand Up @@ -56,7 +56,7 @@ Neos:
additionalResources:
javaScripts:
- 'resource://Neos.Media.Browser/Public/Libraries/jquery/jquery-3.6.0.min.js'
- 'resource://Neos.Twitter.Bootstrap/Public/2/js/bootstrap.min.js'
- 'resource://Neos.Media.Browser/Public/Libraries/bootstrap/bootstrap.min.js'
- 'resource://Neos.Media.Browser/Public/Libraries/bootstrap/bootstrap-components.js'
styleSheets:
- 'resource://Neos.Media.Browser/Public/Styles/MediaBrowser.css'
Expand Down
Loading

0 comments on commit 14bb543

Please sign in to comment.