Skip to content

Commit

Permalink
fix: fix acceptance tests for custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 9, 2023
1 parent 2991422 commit 4bb1978
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<form data-cookieman-form class="mt-3"
data-cookieman-dnt-enabled="{f:translate(key: 'browser.dnt-enabled', extensionName: 'cookieman')}"
>
<f:comment>
should have class="accordion"; due to incompatiblity with bootstrap_package
left out at the moment - https://github.com/benjaminkott/bootstrap_package/pull/775
</f:comment>
<div id="cookieman-acco">
<f:for each="{settings.groups}" key="groupId" as="group">
<div class="card">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin.tx_cookieman {
settings {
resourcesBasePath = EXT:cookieman_test_customtheme/Extensions/cookieman/Resources
resourcesBasePath = EXT:cookieman_test_customtheme/Resources
theme = customTheme
}
}

0 comments on commit 4bb1978

Please sign in to comment.