Fixes as per testing (EN).

This commit is contained in:
trovier 2023-03-28 15:01:19 +02:00
parent bb75ac4f5e
commit 83bfe134ed
2 changed files with 12 additions and 3 deletions

View File

@ -56,7 +56,7 @@
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE and Drupal integration</h2>
<div class="PortalHelp">
<p>Drupal is an open-source content manager system used for building APIs. ONLYOFFICE offers an official module to integrate ONLYOFFICE Docs with Drupal and edit office documents in your Drupal media library. You can get the ONLYOFFICE integration module either from the <a href="https://www.drupal.org/project/onlyoffice">official Drupal website</a> or add it with Composer. 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. ONLYOFFICE offers an official module to integrate ONLYOFFICE Docs with Drupal and edit office documents in your Drupal media library. You can get the ONLYOFFICE integration module either from the <a href="https://www.drupal.org/project/onlyoffice/releases">official Drupal website</a> by choosing the required version, or add it with Composer. The module is distributed under the GNU General Public License v.2.0.</p>
</div>
<div class="gs_content gs_submenu" id="MainFeatures_block">
@ -110,6 +110,7 @@
<%--<p>You can also use <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-cloud-index.aspx")%>"><b>ONLYOFFICE Docs Cloud</b></a> (SaaS version).</p>--%>
</li>
<li>Drupal core module.</li>
<li>The <code>firebase/php-jwt 4.0</code> or <code>5.0</code> package.</li>
</ul>
</div>
@ -138,11 +139,19 @@
</div>
</li>
<li>Click <b>Install</b> to upload and unpack the new module on the server. The files are downloaded to the modules directory.</li>
<li>To apply the localization settings, please run the following commands:
<pre><code>drush locale-check</code></pre>
<pre><code>drush locale-update</code></pre>
</li>
</ol>
<h5>Installing through Composer</h5>
<p>Enter the following command at the root of your Drupal site:
<pre><code>composer require drupal/onlyoffice</code></pre>
<pre><code>composer require onlyoffice/drupal</code></pre>
</p>
<p class="note">If the installation directory is <code>web/modules/contrib/drupal</code>, please run the following commands to apply the localization settings:
<pre><code>drush locale-check</code></pre>
<pre><code>drush locale-update</code></pre>
</p>
</div>
</div>

View File

@ -26,7 +26,7 @@
<li>
<h2 class="doceditor">Drupal</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE Docs with Drupal, an open-source content manager system used for building APIs, through an integration module that you can download from the <a href="https://www.drupal.org/project/onlyoffice">official Drupal website</a> or add with Composer. <%--on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-drupal" target="_blank"><b>GitHub page</b></a>.--%></p>
<p>Learn how to integrate ONLYOFFICE Docs with Drupal, an open-source content manager system used for building APIs, through an integration module that you can download from the <a href="https://www.drupal.org/project/onlyoffice/releases">official Drupal website</a> or add with Composer. <%--on the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-drupal" target="_blank"><b>GitHub page</b></a>.--%></p>
</div>
<ul>