Hi all,
First off, I want to say thanks for the 8.2 update. This contains many great new features including one I’ve been hoping will be implemented for quite some time (PDF editing / saving).
I’ve got this working out of the box with my existing set-up just fine, but I’m wondering if there’s any way to open the document so it’s in editing mode (vs commenting) by default.
Here’s my editorConfig if you there’s anything anyone can advise?
"editorConfig" => [
"callbackUrl" => $urlStart . "/colabsave.php",
"mode" => "edit",
"plugins" => false,
"coEditing" => [
"mode" => "fast",
"change" => false,
],
"review" => [
"hoverMode" => true,
"showReviewChanges" => true,
"trackChanges" => true,
],
"user" => [
"id" => 6,
"name" => "Some name",
],
],
Many thanks in advance!