Search Results

All Results 7015
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Content Structures
Content Structures Liferay DXP 2026.Q3+ Liferay headless CMS ships with two asset types: articles and blogs, but these are only the beginning. You can create or extend the existing types, or...
Implementing a Custom Order Rule
Implementing a Custom Order Rule You can configure order rules in Liferay for orders that meet a specific condition. The Minimum Order Amount rule is available out-of-the-box. It prevents checkout...
Reference
Reference Note: These pages contain the latest Liferay reference documentation. You can download reference documentation for older releases from Github here. :::: 2 :gutter: 3 3 3 3 ::: DXP...
MVC Render Command
MVC Render Command MVC Render Commands are classes that handle which page to render. They are invoked by MVCPortlet render URLs and requests. If your render logic is simple you can implement all of...
Building a Sample API Application
Building a Sample API Application Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) The...
APIs as OSGi Services
APIs as OSGi Services After you've learned what a module is and how to deploy one, you can use modules to define APIs and implement them. Liferay APIs are OSGi services, defined by Java interfaces...
Using Upgrade Processes
Using Upgrade Processes Liferay DXP 7.4 U10+/Portal 7.4 GA14+ An upgrade of your application may require making changes to your database tables. Liferay's upgrade framework makes it easy to make...
SCIM User API Basics
SCIM User API Basics Liferay DXP 2024.Q1+/Portal GA112+ Liferay provides a headless API to perform CRUD operations on SCIM users to keep their identity information in sync with your company's...
Modified Facet
Modified Facet The Modified Facet narrows search results down to those that match the searched keyword and results that were created or modified during a certain time period. Example of modified...
Site Facet
Site Facet The Site Facet narrows search results down to those existing in a certain site. Each site with content matching the searched keyword appears as a facet term. Example of Site facet...
Configuring a Password Policy
Configuring a Password Policy Password policies enhance the security of your installation. You can use the default policy that ships with Liferay (modified or as is), or you can create your own...
Content Coverage Matrix
Content Coverage Matrix [Release Feature](../../../dxp/latest/en/security-and-administration/administration/configuring-liferay/feature-flags.md#release-feature-flags) (LPD-58677) Liferay DXP...
Managing Channels
Managing Channels To display products and receive orders, a Liferay instance must have at least one channel. Accelerators like Minium already have a channel set up for you. Adding a New Channel ...
Generating Content with AI Hub
Generating Content with AI Hub AI Hub gives you two agents for creating content in Liferay CMS. Generate Content creates draft content entries from a short description, and Generate Field Value...
Copying Folders and Documents
Copying Folders and Documents Liferay 2024.Q1+/Portal GA112+ With Documents and Media, you can copy folders, files, and shortcuts between sites and connected asset libraries. This can accelerate...
Using the Calendar Widget
Using the Calendar Widget The calendar widget displays a small monthly calendar showing an overview of upcoming events. A larger area shows the Scheduler, a more detailed calendar with several...
Using Publication Templates
Using Publication Templates Liferay 7.4 U73+/GA73+ To simplify creating publications with shared details and contributors, use publication templates. You can create a list of users to invite and...
Fields
Fields Liferay DXP 2023.Q4+/Portal GA102+ Object fields are data definitions that represent database columns and store different types of values. All objects include default system fields, but you...
Using File Expiration and Review Dates
Using File Expiration and Review Dates Liferay DXP/Portal 7.4+ With the Documents and Media application, you can set expiration and review dates for files. This helps manage digital assets that...
Liferay Home
Liferay Home Liferay Home is the folder from which Liferay DXP/Portal launches applications, reads and applies configurations, loads JAR files, generates logs, and more. Liferay Home's location...
Search API Basics
Search API Basics Generally Available in Liferay DXP 2025.Q4+/Portal 2026.Q1+ You can search for content from a Liferay search page, but you can also use the /search API endpoints. If you're...
API Builder
API Builder Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) This feature is currently...
Account Groups API Basics
Account Groups API Basics Liferay DXP/Portal 7.4+ You can manage account groups from the Applications menu or use Liferay's REST APIs. Call these services to create and manage account groups. ...
Using the Variable Rate Shipping Method
Using the Variable Rate Shipping Method Variable rate shipping allows shipping costs to be calculated using three factors: weight, order subtotal (cost before shipping, taxes, and discounts), and a...
SAML Admin
SAML Admin Subscription The SAML Admin panel is the best place to configure your SAML instance. Use it instead of Instance Settings to streamline your SAML administration experience. Starting...
Regions API Basics
Regions API Basics Liferay 7.4 U24+ and GA24+ Use Liferay's REST APIs to create and manage regions. Adding a Region Then, follow these steps: Download and unzip Regions API Basics. curl...
Introduction to Product Groups
Introduction to Product Groups Product groups are static groups of products you can use for targeted discounts or pricing. Product groups are ideal in two scenarios: If you have products that...
Documents and Media UI Reference
Documents and Media UI Reference The Documents and Media application is used to store, view, and manage files for your Liferay DXP instance. It's available in all sites and can be enabled for asset...
Using nestedFields to Audit Entry History
Using nestedFields to Audit Entry History Liferay 7.4 U72+/GA72+ When you enable entry history for an object definition, you can use the nestedFields parameter with REST APIs to audit entry...
Phone Number Fields
Phone Number Fields Liferay DXP 2026.Q3+ Phone Number fields store contact numbers with built-in validation and normalization. All values are stored in E.164 format (a + followed by 7–15 digits,...
Exporting and Importing Picklists
Exporting and Importing Picklists You can transfer picklists between environments as JSON files using Liferay's export/import framework. Exporting Picklists Open the Global Menu (Global Menu)...
Content Structure Fields Configuration Reference
Content Structure Fields Configuration Reference Liferay DXP 2026.Q3+ Content structure fields support general and advanced configuration options. General Configuration The table below describes...
Liferay Data Platform
Liferay Data Platform Liferay Data Platform 2026.Q2+ Visit the Liferay Marketplace for more information about LDP. Liferay Data Platform (LDP) is Liferay's customer data platform (CDP), built on...
Connecting Liferay Data Platform to Marketo
Connecting Liferay Data Platform to Marketo Liferay Data Platform 2026.Q2+ Connect your Marketo instance to Liferay Data Platform (LDP) to ingest marketing data into your workspace. The connector...
Previewing Content in the Content Management System
Previewing Content in the Content Management System Liferay DXP 2026.Q3+ In the Content Management System, you can preview how a content item renders in a display page template without leaving the...
Configuring External Services
Configuring External Services Liferay provides integration with external services for converting files and generating file previews. Three of these services can be enabled in the Server...
Adding a Custom CKEditor 5 Plugin
Adding a Custom CKEditor 5 Plugin Liferay DXP 2026.Q1+ With an Editor Config Contributor client extension, you can add your own CKEditor 5 plugin to Liferay's editors. This example uses a sample...
Liferay PaaS Experience
Liferay PaaS Experience Liferay PaaS Experience is Liferay's managed cloud-native platform for deploying and operating Liferay DXP environments. Unlike Liferay PaaS, which centers around the...
Common Tasks
Common Tasks Enabling LibreOffice / OpenOffice Configuring Mail Managing Instance Email Notification Templates Setting a Terms of Use Managing User Authentication Configuring Default User...
Content Management System Dashboards and Analytics
Content Management System Dashboards and Analytics Liferay DXP 2026.Q3+ Subscription For Enterprise subscribers, the Content Management System (CMS) provides two ways to access analytics: the CMS...

Showing 8,401 to 8,440 of 8,808 entries.