Skip to content

Commit

Permalink
[TASK] Add bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Apr 8, 2024
1 parent 0393900 commit 1d429a7
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
page = PAGE
page.10 = PAGEVIEW
page.10.paths.100 = EXT:restaurant/Resources/Private/Templates/
page {
headerData {
3 = TEXT
3.value = <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
}
footerData {
3 = TEXT
3.value = <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

}
}
page.10 = PAGEVIEW
page.10 {
paths.100 = EXT:restaurant/Resources/Private/Templates/
dataProcessing {
10 = menu
10.as = mainNavigation
Expand Down

0 comments on commit 1d429a7

Please sign in to comment.