When we do modifications in page activate page it will be creating version.
Is it possible disable version when we activate page.
To configure the Version Manager PID com.day.cq.wcm.core.impl.VersionManagerImpl versionmanager.createVersionOnActivation (Boolean, default: false)
If we click uncheckbox, when activate page I am able to disable versions. but above one will be affect all projects.
Any other way do disable versions for specific project?
Below thing also creating versions
by programatically replicator.replicate(session, ReplicationActionType.ACTIVATE,pagepath);
Use a different method for replication, pass ReplicationOptions
In ReplicationOptions, there is a way to suppress the implicit version