You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync Conditional Field Logic -- Checks each channel entry to see if its connditional logic is correct. If it is not, it updates the conditional logic and saves the entry.
4
+
5
+
## Options list:
6
+
7
+
```
8
+
--channel_id=<value>
9
+
-c <value>
10
+
Channel ID to sync. Defaults to all channels
11
+
12
+
--verbose
13
+
-v
14
+
Verbose
15
+
16
+
--clear
17
+
-x
18
+
Clear
19
+
```
20
+
21
+
## Examples:
22
+
23
+
### Sync all conditional fields:
24
+
25
+
`php eecli.php sync:conditional-fields`
26
+
27
+
### Sync conditional fields for channel_id 1 in verbose mode:
0 commit comments