* Change var from %t to %s
Made mistake that I presume that function expected boolean, and I got error. With %s or expect string problem is solved.
* Only office configure enable/disable chat and print
Added two more options that can be configured in Onlyoffice through OnlyOffice API.
* Fixed type, and added additional options
* Added features can_copy and can_comment
Added more features in plug in for interaction with Onlyoffice.
* Update index.go
Enable/Disable edit only Office documents
* Function typo
Function type
* feature (onlyoffice): view only in only office
Added onlyoffice_can_edit in plugin_enable so that target attribute can be toggled and only appear when only office is enabled.
* feature (onlyoffice): view only in only office
Code formating.