From 3e41928f59f5b85d7aba7ded11e5fc8374e1f0fc Mon Sep 17 00:00:00 2001 From: Philipp Stracker Date: Wed, 22 Jan 2025 17:56:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Allow=20styling=20of=20the?= =?UTF-8?q?=20accordion=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/Components/ReusableComponents/AccordionSection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ppcp-settings/resources/js/Components/ReusableComponents/AccordionSection.js b/modules/ppcp-settings/resources/js/Components/ReusableComponents/AccordionSection.js index 660fbd11b..4b0ff7376 100644 --- a/modules/ppcp-settings/resources/js/Components/ReusableComponents/AccordionSection.js +++ b/modules/ppcp-settings/resources/js/Components/ReusableComponents/AccordionSection.js @@ -15,6 +15,7 @@ import { const Accordion = ( { title, id = '', + noCaps = false, initiallyOpen = null, description = '', children = null, @@ -44,7 +45,7 @@ const Accordion = ( { >
- { title } + { title }