Capability

Sites

Liferay sites are customizable spaces for building personalized digital experiences. Each site includes applications for creating content, designing pages, and more. With these features, you can bring your custom solutions to life, whether intranets, public sites, customer portals, or e-commerce storefronts. In fact, you can leverage Liferay's multi-site capabilities to create multiple such sites in the same Liferay instance.

Feature
Deployment Approach
Building Responsive Layouts with the Grid Fragment
Building Responsive Layouts with the Grid Fragment Availability: Liferay DXP 7.3+. Liferay DXP uses responsive design by default, but there are situations where you want additional and more...
Data de publicació: 26/04/2024 21:00
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Frontend Token Definitions :link: ./developer-guide/frontend-token-definitions.md ::: ::::
Data de publicació: 26/04/2024 21:00
Site Appearance
Site Appearance :file: ../landingpage_template.html :file: site-appearance/landing.html
Data de publicació: 26/04/2024 21:00
Frontend Token Definitions
Frontend Token Definitions Liferay DXP/Portal 7.3+ Style books have options grouped into categories defined per theme. Each option is defined with a token. The collection of all tokens defined for...
Data de publicació: 26/04/2024 21:00
Site Appearance
Site Appearance The design and functionality of a Liferay site can be adjusted and customized through a variety of complementary mechanisms. This table summarizes and contrasts which Liferay...
Data de publicació: 26/04/2024 21:00
Site Navigation
Site Navigation Liferay DXP separates your site's navigation menus from its page hierarchy to give you the flexibility you need, along with powerful tools to make content easy to access. Here, you...
Data de publicació: 26/04/2024 21:00
Style Books
Style Books :::: 2 :gutter: 3 3 3 3 ::: Using a Style Book to Standardize Site Appearance :link: ./style-books/using-a-style-book-to-standardize-site-appearance.md ::: ::: Exporting and Importing...
Data de publicació: 26/04/2024 21:00
Using a Style Book to Standardize Site Appearance
Using a Style Book to Standardize Site Appearance Available 7.3+ A Style Book is a set of visual rules that apply to a Site to provide a consistent experience across its pages. They determine...
Data de publicació: 26/04/2024 21:00
Configuring Menu Displays
Configuring Menu Displays To display and configure a menu display, you can use the Menu display fragment or a menu display widget. With either of these two options, you can define the menu display...
Data de publicació: 26/04/2024 21:00
Exporting and Importing Style Books
Exporting and Importing Style Books You can export and import style books to share them between Liferay installations as ZIP files or as Liferay Archive (LAR) files. Exporting a Style Book as a...
Data de publicació: 26/04/2024 21:00
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Navigation Menu API Basics :link: ./developer-guide/navigation-menu-api-basics.md ::: ::::
Data de publicació: 26/04/2024 21:00
Navigation Menu API Basics
Navigation Menu API Basics Liferay's REST APIs provide services for Liferay's navigation menus. You can create and edit navigation menus with the API. Start by seeing an example of adding a new...
Data de publicació: 26/04/2024 21:00
Using the Navigation Menus Application
Using the Navigation Menus Application Use the Navigation Menus application to create custom menus for site pages and content. With it, you can determine which elements are included in a menu, and...
Data de publicació: 26/04/2024 21:00
Navigation Menu Element Types
Navigation Menu Element Types Navigation Menus have a variety of element types that you can add and arrange in your desired hierarchy. These types include specific pages, Vocabularies, Display...
Data de publicació: 26/04/2024 21:00
Managing Page Hierarchies
Managing Page Hierarchies With Liferay, you can organize pages into hierarchies to achieve the desired structure for your site. This can be done by directly adding child pages to an existing page...
Data de publicació: 26/04/2024 21:00
# Using the Breadcrumb Widget
Using the Breadcrumb Widget This widget provides a way to navigate to related pages or sites through links. From Fragments and Widgets, add the Breadcrumb widget to a page. You'll find it in the...
Data de publicació: 26/04/2024 21:00
Configuring Open Graph
Configuring Open Graph Available: Liferay DXP/Portal 7.3+ Open Graph is an Internet protocol that standardizes previews of Site content when shared in application contexts that support it, such as...
Data de publicació: 26/04/2024 21:00
Configuring Virtual Hosts Site URLs
Configuring Virtual Hosts Site URLs A virtual host connects a domain name (e.g., www.helloworld.com) to a Site. This can be a full domain or a subdomain (e.g. developers.helloworld.com). You can...
Data de publicació: 26/04/2024 21:00
Managing Site URLs
Managing Site URLs Liferay DXP provides multiple out-of-the-box features for configuring and managing site URLs. Virtual Hosts Site URLs Configure virtual hosts for your Liferay server to connect...
Data de publicació: 26/04/2024 21:00
Configuring Friendly URL Redirects
Configuring Friendly URL Redirects Liferay 7.4+ When you update friendly URLs for pages, blogs, and documents, Liferay automatically stores the old URLs. As long as the old URL remains in the...
Data de publicació: 26/04/2024 21:00
Bundling and Installing Resources into Your Theme via Themelets
Bundling and Installing Resources into Your Theme via Themelets Themelets are small, modular pieces of code that you can reuse in multiple themes. Unlike themes themselves, themelets may only...
Data de publicació: 26/04/2024 20:56
Setting Up an Environment and Creating a Theme
Setting Up an Environment and Creating a Theme Creating a theme is the first step in theme development. Once you have your own theme, you can deploy it to your Liferay DXP instance, and use it for...
Data de publicació: 26/04/2024 20:56
Embedding Widgets via Templates
Embedding Widgets via Templates You can embed a widget in your theme to make it available on all pages using the chosen template file. When you are embedding a widget, you will need to reference...
Data de publicació: 26/04/2024 20:56
Bundling Independent UI Resources via Theme Contributors
Bundling Independent UI Resources via Theme Contributors Theme contributors are modules that contain CSS and JavaScript resources and apply them to every page. They are independent from specific...
Data de publicació: 26/04/2024 20:56
Upgrading a Theme
Upgrading a Theme Themes developed for previous versions of Liferay DXP must be upgraded in order to be deployed to a new version. The gulp upgrade task updates Liferay version references and theme...
Data de publicació: 26/04/2024 20:56
Displaying Object Entries
Displaying Object Entries Liferay 7.4+ With Liferay Objects, you can use existing DXP frameworks to display Object entries dynamically in Sites. This includes collection displays for multiple...
Data de publicació: 26/04/2024 20:56
Working with Templates
Working with Templates :::: 2 :gutter: 3 3 3 3 ::: Embedding Widgets via Templates :link: ./working-with-templates/embedding-widgets-via-templates.md ::: ::::
Data de publicació: 26/04/2024 20:56
Using Fragments to Build Forms
Using Fragments to Build Forms Liferay 7.4 2023.Q3+/GA92+ Liferay includes form fragments for building object forms in content pages. To build a form, add a form container to a content page or...
Data de publicació: 26/04/2024 20:57
Using Alias Redirects
Using Alias Redirects Alias redirects define absolute source and destination URLs explicitly. Because of their predictability, alias redirects are recommended for most use cases. You can make alias...
Data de publicació: 26/04/2024 21:00
Tracking 404 URLs
Tracking 404 URLs With the Redirection application, you can view and manage site requests leading to 404 errors. While enabled, Liferay catalogs each error, so you can assess the cause of the...
Data de publicació: 26/04/2024 21:00
Configuring Hreflang Meta Data
Configuring Hreflang Meta Data Hreflang tags are HTML attributes used to identify the language and geographic region targeted by alternative versions of a Site Page. In some cases, these attributes...
Data de publicació: 26/04/2024 21:00
Setting Up Redirects and 404 Tracking
Setting Up Redirects and 404 Tracking 7.4 U48+/GA48+ Maintaining URL integrity is important for any site. Liferay's Redirection tool provides a convenient and integrated way to manage HTTP...
Data de publicació: 26/04/2024 21:00
Configuring Content Rating Type
Configuring Content Rating Type Ratings can be represented by different types of icons/labels (like, stacked stars, stars, and thumbs ups). You can configure these rating types for the following...
Data de publicació: 26/04/2024 21:00
Changing Site Membership Type
Changing Site Membership Type A Site's membership type determines how freely users may join your Site. There are three types of site membership: Open: Users can join and leave whenever they...
Data de publicació: 26/04/2024 21:00
Site Localization
Site Localization If you are setting up your Liferay installation for the first time, we recommend reviewing [Initial Instance...
Data de publicació: 26/04/2024 21:00
Site Users
Site Users :::: 2 :gutter: 3 3 3 3 ::: Changing Site Membership Type :link: ./site-users/changing-site-membership-type.md ::: ::: Configuring Role and Team Defaults for Site Members :link:...
Data de publicació: 26/04/2024 21:00
Default Site Applications
Default Site Applications All sites include the below core applications for building personalized digital experiences. You can access them via the Product Menu (Product Menu). The Product Menu can...
Data de publicació: 26/04/2024 21:00
Sites
Sites Sites are customizable spaces for building personalized digital experiences. Each site includes out-of-the-box applications for building custom solutions, such as portals, intranets,...
Data de publicació: 26/04/2024 21:00
Configuring Role and Team Defaults for Site Members
Configuring Role and Team Defaults for Site Members You can configure the default Roles and Teams you assign to new Site members. Access the Default User Associations option: In Liferay DXP...
Data de publicació: 26/04/2024 21:00
Adding a Site
Adding a Site Sites are customizable spaces for building personalized digital experiences. Follow these steps to create a basic site in your Liferay instance: Open the Global Menu ( Applications...
Data de publicació: 26/04/2024 21:00

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy