legacy-knowledge-base
公開されました Sep. 10, 2025

インスタンスレベル、システムレベルでのポートレット設定の追加

written-by

Thanga Meena

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • カテゴリーとセクションの名前を変更する方法。 "category. "という部分文字列を除外する必要があるのでは?
  • 設定からどのようにアクセスするのですか?

環境

解像度

  • コンフィギュラブルアプリAPIを使用することで、アプリケーションのコンフィギュレーションを簡単かつ柔軟に行うことができます。 は、特定の権限を持つユーザーがアプリケーションを設定することを可能にします。
  • カテゴリ名やセッション名を変更する場合は、展開されたモジュールに基づき、キーにローカライズされた値を指定します。
  • Language.properties ファイル [src/main/resources/content/Language.properties] に移動し、これらのキーにローカライズされた値を、モジュールの
  • 例:

# カテゴリーキーの名前を変更します:
例: category.new-catg= New Catg
---------
# Sectionキーの名前を変更する:
例: category-section.app= New Sec

  • なお、上記の手順は、カスタムデプロイメントされたモジュールに応じて変更が必要な場合があります。
  • 動作するアプリケーションの構成を素早く確認するために、 configuration-action Blade sampleをデプロイしてください。 に移動します。
    [Control PanelConfigurationSystem Settings  Platform → Third Party / Message display configuration entry]
  • 同上参考ギフティ
  • ワーキング_ファイン_-サンプル.gif

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base