Approving or Rejecting Orders in Order Workflows Commerce 2.1 and Earlier Versions
Configuring Liferay const triggers = document.querySelectorAll( '.menu-trigger-capabilities, .menu-trigger-documentation' ); triggers.forEach(trigger => { trigger.addEventListener('click', event => { if (window.innerWidth <= 1024) { event.preventDefault(); const parent = trigger.closest('.learn-article-nav-content'); const targetMenu = parent ? parent.querySelector('ul') : null; trigger.classList.toggle('show'); if (targetMenu) { targetMenu.classList.toggle('show'); } trigger.classList.toggle('liferay-nav-item-border', trigger.classList.contains('show')); } }); });
<ul class="m-0 menu-nav-items-capabilities p-2"> <li class="learn-article-nav-item"> <a class='liferay-nav-item selected' href="/w/dxp/security-and-administration/administration/configuring-liferay/understanding-configuration-scope" > <span>Understanding Configuration Scope
  • System Settings .learn-article-nav-parent span { font-weight: 700; } .learn-article-page-container { padding: 0 1.5rem 1.5rem 1.5rem; } .liferay-nav-item-border { border-bottom: 1px solid #E2E2E4; } .liferay-nav-item-right-arrow { background-color: currentColor; display: inline-block; height: 16px; mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5593 7.32801L6.44914 3.27799C5.60571 2.48472 4.46015 3.56307 5.2847 4.34085L9.00776 8.00043L5.26267 11.7003C4.49477 12.4223 5.67809 13.4821 6.44914 12.757L10.5687 8.69764C11.1006 8.20804 11.1887 7.91057 10.5593 7.32801Z'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-size: contain; transition: transform 0.3s ease-in-out; width: 16px; } .menu-nav-items-capabilities.show, .menu-nav-items-documentation.show { display: flex !important; flex-direction: column; } .menu-trigger { cursor: pointer; } .menu-trigger.show .liferay-nav-item-right-arrow { transform: rotate(90deg); } .table-of-contents-documentation { display: none; } .table-of-contents-documentation, .menu-trigger-capabilities { align-items: center; justify-content: space-between; } .table-of-contents-documentation span { font-weight: 700; } .learn-article-nav-parent { border-bottom: 1px solid #E2E2E4; padding: 8px; } .primary-item-toc { align-items: center; border-radius: 8px; display: flex; gap: 12px; padding: 8px 12px !important; width: 100% !important; } .primary-item-toc svg { margin-top: 0; } .primary-item-toc:hover { background-color: var(--color-action-neutral-hover-10, #eaecee); color: var(--color-action-primary-hover, #0053f0) !important; transition: box-shadow 0.1s linear, background-color 0.1s linear; } .primary-item-toc .liferay-nav-item-right-arrow { display: none; } .learn-article-nav-item .liferay-nav-item { align-items: center; display: flex; justify-content: space-between; width: 100%; } .liferay-nav-item { margin-top: 5px; } @media (max-width: 1024px) { .learn-article { padding: 0 !important; } .learn-article-content-container, .learn-article-page-container { flex-direction: column !important; } .learn-article-nav-container { max-width: 100% !important; } .learn-article-nav-content { margin-bottom: 40px; } .learn-article-nav-parent .primary-item-toc svg{ display: none; } .learn-article-page-container { padding: 0; } .menu-nav-items-capabilities, .menu-nav-items-documentation { display: none; } .menu-trigger-capabilities { justify-content: space-between !important; padding: 8px; } .menu-trigger-capabilities .liferay-nav-item-right-arrow { display: flex !important; } .table-of-contents-documentation { display: flex; padding: 16px 18px; } .primary-item-toc .liferay-nav-item-right-arrow { display: flex; } .primary-item-toc { justify-content: space-between; } .primary-item-toc:hover { background: none; color: var(--color-neutral-10, #282934) !important; } } @media (min-width: 1025px) { .learn-article-nav-parent .primary-item-toc { display: flex; } .menu-nav-items-capabilities, .menu-nav-items-documentation { display: flex !important; flex-direction: column; } .menu-trigger-capabilities .liferay-nav-item-right-arrow, .menu-trigger-documentation .liferay-nav-item-right-arrow { display: none !important; } }
  • Beta Features and Feature Flags
  • Adding Custom Fields
  • Changing Translations with Language Override
  • Managing Countries
  • Configuration Files and Factories
  • Virtual Instances
  • Security Settings
  • Common Tasks
  • ご覧のページは、お客様の利便性のために一部機械翻訳されています。また、ドキュメントは頻繁に更新が加えられており、翻訳は未完成の部分が含まれることをご了承ください。最新情報は都度公開されておりますため、必ず英語版をご参照ください。翻訳に問題がある場合は、 こちら までご連絡ください。

    設定スコープについて

    Liferay DXPの設定は、システム、仮想インスタンス、サイト、ウィジェットの4つのレベル、つまり スコープで適用されます。 システム設定はシステム全体のデフォルトを定義します。 他のすべてのスコープでは、これらの値はベースラインとして機能し、より細かいレベルで上書きできます。 システム スコープの下の構成は上書きできません。

    Liferay DXP 設定は、システム、仮想インスタンス、サイト、ウィジェットの 4 つのレベル、つまりスコープで適用されます。

    スコープ定義

    システムスコープ: システムスコープのエントリに対して行われた設定は、システム全体でのアプリケーションの最終的な値です。 それらはシステム全体に影響を及ぼし、他の場所ではオーバーライドされません。

    重要

    システム スコープの構成は Liferay SaaS では利用できません。

    仮想インスタンススコープ: 仮想インスタンスレベルでの設定は、インスタンス設定でオーバーライドされます。

    サイト スコープ: このスコープの構成は各サイトで上書きされます。

    ウィジェットスコープ: このスコープでの設定は、各ウィジェットインスタンスでオーバーライドされます。

    例:ブログのコメントの設定とオーバーライド

    システム設定 で構成が変更された場合は、別のスコープでも構成できます。 システム設定の値は、上書きできるデフォルトです。 より詳細なスコープで設定の変更が行われると、システムレベルでの変更は何もしません。

    たとえば、コメントの許可はブログウィジェットごとに設定できます。

    1. コントロール パネル → 構成 → システム設定 → ブログ (コンテンツとデータ カテゴリ) でデフォルトの動作を設定します。

    2. ウィジェットスコープの下のブログエントリで、[ コメントを有効にする ]チェックボックスをオフにします。

    3. サイトのコンテンツにブログエントリを追加する & データ → ブログ アプリケーション。

    4. ページに移動し、ブログ ウィジェットをページに追加します。

    5. ウィジェット ヘッダーの オプション (Widget Options icon) → 構成をクリックします。

      Liferay DXP 2025.Q1/Portal GA132 より前では、設定オプションはウィジェットの右上隅に表示されていました。

    同じ [コメントを有効にする] チェックボックスが表示され、そのデフォルトは false (チェックなし) になりました。 ポートレット設定のボックスをチェックすると、システム設定エントリーがオーバーライドされます。 システム設定の構成を変更しても、このウィジェットには影響しなくなりました。

    システム設定とインスタンス設定

    インスタンス設定はシステム設定に似ていますが、仮想インスタンスの範囲に適用されます。 システム設定と同様に、インスタンス設定にはデフォルト値にリセットするオプションがあり、このオプションを選択すると、カスタム構成がシステムレベルのデフォルトに戻ります。