how to activate page with out create version in author instance
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);