From 75ec55dea42043d9756d58386f926d446f2569ff Mon Sep 17 00:00:00 2001 From: Michael Claesson Date: Tue, 19 Nov 2024 15:11:11 +0100 Subject: [PATCH] Fixed faulty default class for RekAI group --- source/php/AcfFields/json/recommended.json | 2 +- source/php/AcfFields/php/recommended.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php/AcfFields/json/recommended.json b/source/php/AcfFields/json/recommended.json index 2a8b3eb..af3f094 100644 --- a/source/php/AcfFields/json/recommended.json +++ b/source/php/AcfFields/json/recommended.json @@ -256,7 +256,7 @@ "conditional_logic": 0, "wrapper": { "width": "", - "class": "hidden", + "class": "", "id": "" }, "layout": "block", diff --git a/source/php/AcfFields/php/recommended.php b/source/php/AcfFields/php/recommended.php index 92838a5..176c735 100644 --- a/source/php/AcfFields/php/recommended.php +++ b/source/php/AcfFields/php/recommended.php @@ -260,7 +260,7 @@ 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', - 'class' => 'hidden', + 'class' => '', 'id' => '', ), 'layout' => 'block',