Skip to content

Commit

Permalink
Merge pull request #497 from helsingborg-stad/fix/acf-fields-on-all-b…
Browse files Browse the repository at this point in the history
…locks

Fix: Acf block added to every block by mistake
  • Loading branch information
NiclasNorin authored Oct 2, 2023
2 parents 5ffc161 + 1c7c8cb commit 122f5bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
35 changes: 0 additions & 35 deletions source/php/AcfFields/json/mod-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,41 +225,6 @@
"value": "mod-image"
}
],
[
{
"param": "block",
"operator": "==",
"value": "all"
}
],
[
{
"param": "block",
"operator": "==",
"value": "all"
}
],
[
{
"param": "block",
"operator": "==",
"value": "all"
}
],
[
{
"param": "block",
"operator": "==",
"value": "all"
}
],
[
{
"param": "block",
"operator": "==",
"value": "all"
}
],
[
{
"param": "block",
Expand Down
35 changes: 0 additions & 35 deletions source/php/AcfFields/php/mod-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,41 +231,6 @@
),
),
1 => array(
0 => array(
'param' => 'block',
'operator' => '==',
'value' => 'all',
),
),
2 => array(
0 => array(
'param' => 'block',
'operator' => '==',
'value' => 'all',
),
),
3 => array(
0 => array(
'param' => 'block',
'operator' => '==',
'value' => 'all',
),
),
4 => array(
0 => array(
'param' => 'block',
'operator' => '==',
'value' => 'all',
),
),
5 => array(
0 => array(
'param' => 'block',
'operator' => '==',
'value' => 'all',
),
),
6 => array(
0 => array(
'param' => 'block',
'operator' => '==',
Expand Down

0 comments on commit 122f5bb

Please sign in to comment.