Skip to content

Commit

Permalink
[FIX] start page syncing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Schaer committed Aug 15, 2024
1 parent 3f75371 commit 862cf1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"default_value": "all",
"layout": "horizontal",
"return_format": "value",
"translations": "sync"
"translations": "ignore"
},
{
"key": "field_5fd2a2ea57612",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"maxlength": 280,
"rows": 3,
"new_lines": "",
"translations": "translate"
"translations": "ignore"
},
{
"key": "field_5bb4e14d39fc1",
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wp-content/themes/les-verts/acf-translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@
'default_value' => 'all',
'layout' => 'horizontal',
'return_format' => 'value',
'translations' => 'sync',
'translations' => 'ignore',
),
array(
'key' => 'field_5fd2a2ea57612',
Expand Down Expand Up @@ -6469,7 +6469,7 @@
'maxlength' => 280,
'rows' => 3,
'new_lines' => '',
'translations' => 'translate',
'translations' => 'ignore',
'parent_repeater' => 'field_5bbb2b59ceb1f',
),
array(
Expand Down

0 comments on commit 862cf1e

Please sign in to comment.