Skip to content

Commit

Permalink
Merge pull request #13 from michaelclaesson/main
Browse files Browse the repository at this point in the history
Fixed faulty default class (hidden) for RekAI group
  • Loading branch information
sebastianthulin authored Dec 5, 2024
2 parents 52c3a33 + 75ec55d commit a547d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/php/AcfFields/json/recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "hidden",
"class": "",
"id": ""
},
"layout": "block",
Expand Down
2 changes: 1 addition & 1 deletion source/php/AcfFields/php/recommended.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => 'hidden',
'class' => '',
'id' => '',
),
'layout' => 'block',
Expand Down

0 comments on commit a547d23

Please sign in to comment.