Merge branch 'feature/drupal_docspace' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-04-02 17:10:18 +03:00
commit b78632c4b2

View File

@ -36,7 +36,7 @@
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#startusingonlyofficedocspacewithindrupal_block")%>">Start using ONLYOFFICE DocSpace within Drupal</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#workinginonlyofficedocspacewithindrupal_block")%>">Working in ONLYOFFICE DocSpace within Drupal</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#addingdocspaceroomsandfilestothedrupalpages_block")%>">Adding DocSpace rooms and files to the Drupal pages</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#addingdocspaceroomsandfilestothedrupalpages_block")%>">Adding DocSpace rooms and files to the Drupal page</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal.aspx#Disable_block")%>">Disabling the ONLYOFFICE integration module for Drupal</a></li>--%>
</ul>
</li>
@ -57,7 +57,7 @@
<div class="gs_content" id="onlyofficedocspacemodulefordrupal_block">
<h2>ONLYOFFICE DocSpace module for Drupal</h2>
<div class="PortalHelp">
<p>Drupal is an open-source content manager system used for building APIs. This module enables users to access ONLYOFFICE DocSpace, a room-based collaborative environment, from Drupal, as well as add DocSpace rooms and files to the Drupal pages. The module is distributed under the GNU General Public License v.2.0.</p>
<p>Drupal is an open-source content manager system used for building APIs. This module enables users to access ONLYOFFICE DocSpace, a room-based collaborative environment, from Drupal, as well as add DocSpace rooms and files to the Drupal page. The module is distributed under the GNU General Public License v.2.0.</p>
</div>
<div class="gs_content gs_submenu" id="mainfeatures_block">
@ -65,8 +65,8 @@
<p> </p>
<ul>
<li>Creating and editing documents, spreadsheets, presentations, and forms within Drupal.</li>
<li>Adding a DocSpace room or file to the Drupal page.</li>
<li>Viewing and editing documents within the Drupal page without the necessity to download documents.</li>
<li>Adding a DocSpace room or file to Drupal content.</li>
<li>Viewing and editing documents within Drupal content without the necessity to download documents.</li>
<li>Creating DocSpace rooms within Drupal.</li>
</ul>
</div>
@ -178,8 +178,8 @@
</div>
<div class="gs_content gs_submenu" id="addingdocspaceroomsandfilestothedrupalpages_block">
<h3>Adding DocSpace rooms and files to the Drupal pages</h3>
<p>Before you can add a DocSpace room or file to the Drupal page, you need to make changes to the table structure.</p>
<h3>Adding DocSpace rooms and files to the Drupal page</h3>
<p>Before you can add a DocSpace room or file to Drupal, you need to make changes to the table structure.</p>
<ol>
<li>Go to <b>Structure</b> -> <b>Content types</b>.</li>
<li>Click the <b>Manage fields</b> button next to the needed element.</li>
@ -210,12 +210,12 @@
<li>Click the <b>Select file</b> button.</li>
<li>Select the desired file from the room and press the <b>Save</b> button.</li>
</ol>
<p>Access rights to rooms and files for Drupal users on the published Drupal pages are determined by the following principles:</p>
<p>Access rights to rooms and files for Drupal users within created Drupal content are determined by the following principles:</p>
<ul>
<li>If the room should be <b>available to all users</b>, use a public room in DocSpace. It will be visible on the public Drupal page (a private Drupal page is only available to logged in users).</li>
<li>If the room should be <b>available only to logged in users</b>, use a non-public room in DocSpace. A Drupal login will be required to view it, even on a public page.</li>
<li>If the room should be <b>available to all users</b>, use a public room in DocSpace. It will be visible on the Drupal page for all users including anonymous, if Anonymous role has the "View published content" permission checked.</li>
<li>If the room should be <b>available only to logged in users</b>, use a non-public room in DocSpace. A Drupal login will be required to view it, even if Anonymous role can view published content.</li>
</ul>
<p>Please note the following specifics for DocSpace rooms published on Drupal pages:</p>
<p>Please note the following specifics for DocSpace rooms created in Drupal:</p>
<ul>
<li>DocSpace left menu is not avaiable;</li>
<li>Navigation is possible within the added room only;</li>