aemide / issue-tracker

0 stars 0 forks source link

UX Issue: Allow "clean up" properties for Content Sync to be configured #2

Open HitmanInWis opened 2 months ago

HitmanInWis commented 2 months ago

I LOVE the "clean up content files" feature on content sync, as it enables much more clean commit diffs when pulling content from CRX into a source controlled codebase.

That said, there are a few fields I've noticed it missing removal of, particularly some related to publishing.

Rather than the plugin trying to capture all of the necessary properties to strip out as a default, can there be an option to configure the properties that get stripped out of a sync (similar to how you can configure "Ignored file names"?

karollewandowski commented 2 months ago

Hi Brett, Thank you for creating the issue. Properties are configurable via inspection: Preferences | Editor | Inspections | AEM | FileVault | Content files | Runtime generated property

Actually, cleaning up content files after sync executes inspections:

We will add information about it so it is better discoverable in the UI.

HitmanInWis commented 1 month ago

ah great! one of the confusing things to me with the plugin is knowing where the configurations for the plugin all sit, since they dont sit under a single "AEM IDE" section. Is that listed somewhere?