I have a plugin that defines a tab with fields in its own blueprint. The tab is added to my page blueprint.
When I run the kirby clean:content command, it removes the values from those fields from the plugin.
Also, interestingly in one case it changed a page field's value from true to false.
And it creates translation version of all pages, which is not really wanted.
It would be great to have an option to make it omit fields that have a value and/or provide a list of fields to skip.
