From 7a917b850b32a96bf47de9829a431998e0e13143 Mon Sep 17 00:00:00 2001 From: Tyler Alsbury <60230011+tyleralsbury@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:57:37 -0400 Subject: [PATCH] Changed show policy default to true (#3470) --- sections/footer.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/footer.liquid b/sections/footer.liquid index 066f1322312..ec86bd71708 100644 --- a/sections/footer.liquid +++ b/sections/footer.liquid @@ -508,7 +508,7 @@ { "type": "checkbox", "id": "show_policy", - "default": false, + "default": true, "label": "t:sections.footer.settings.show_policy.label" }, {