Skip to content

Commit

Permalink
Remove empty stylesheet path in html
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyxup committed Mar 18, 2024
1 parent 2e94699 commit b14b4a0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Configuration/TypoScript/Extensions/Omcookiemanager.typoscript
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
@import 'EXT:om_cookie_manager/Configuration/TypoScript/setup.typoscript'
plugin.tx_omcookiemanager_main {
settings {
css = ''
js = ''
plugin {
tx_omcookiemanager_main {
settings {
css >
js >
}
}
tx_omcookiemanager_info {
settings {
css >
js >
}
}
}

plugin.tx_omcookiemanager_info < plugin.tx_omcookiemanager_main

0 comments on commit b14b4a0

Please sign in to comment.