Allow administrators to define the cookies vendors the application uses

This commit is contained in:
taitus
2024-11-29 13:08:29 +01:00
parent 390c749d24
commit 6753505e7c
31 changed files with 375 additions and 0 deletions

View File

@@ -4,3 +4,5 @@
<%= render Admin::Settings::RowComponent.new("feature.cookies_consent", type: :feature, tab: tab) %>
<%= render Admin::Settings::RowComponent.new("cookies_consent.more_info_link", type: :text, tab: tab) %>
<% end %>
<%= render Admin::Cookies::Vendors::TableComponent.new %>