There's no way to desync a Replicator field from the origin and delete all sets. When you desync the Replicator field and delete all sets, the field will be back to synced after reload.
The only way to have a desynced and empty Replicator field is to add an empty key to the content file.
Origin:
---
replicator:
-
color: Blue
type: color
---
Other locale:
---
replicator:
---
Statamic 3.0.3 Pro
Laravel 7.27.0
PHP 7.4.9
aerni/snipcart dev-master
Not limited to replicator. You cannot set a localized field to "nothing" (like an empty replicator, empty text field, etc) at the moment because Statamic strips out empty values. On the next load, it sees no value so it falls back.
We need to avoid stripping out the null values if you explicitly nulled them out. Fun!
This issue has not had recent activity and has been marked as stale — by me, a robot. Simply reply to keep it open and send me away. If you do nothing, I will close it in a week. I have no feelings, so whatever you do is fine by me.
Still an issue.
Most helpful comment
Still an issue.