Search Results

Capability
Feature
Deployment Approach
Analyze SEO and Accessibility on Pages
Analyze SEO and Accessibility on Pages Starting with Liferay DXP 7.4, you can use the Page Audit tool to examine your Pages' SEO and accessibility. The Page Audit tool uses the Google PageSpeed...
Data de Publicação: 26/04/2024 20:53
Analyze Content Metrics Using the Content Performance Tool
Analyze Content Metrics Using the Content Performance Tool Available 7.3+ Some Content Performance options are only available starting with Liferay DXP/Portal 7.4. You can use the Content...
Data de Publicação: 26/04/2024 20:53
About the Page Audit Tool
About the Page Audit Tool This feature is currently behind a beta feature flag. See Beta Feature Flags for more information. The Page Audit tool displays performance-related information about the...
Data de Publicação: 26/04/2024 20:53
Recycle Bin Overview
Recycle Bin Overview An integrated Recycle Bin can temporarily store content and data you want to remove from your instance before making that removal permanent. By default, the Recycle Bin is...
Data de Publicação: 26/04/2024 20:53
Recycle Bin
Recycle Bin Recycle Bin Overview Configuring the Recycle Bin Using the Recycle Bin
Data de Publicação: 26/04/2024 20:53
Configuring Asset Auto Tagging
Configuring Asset Auto Tagging Tagging assets is a great way to organize content. Typically, the content creator manually applies tags during creation, but you can configure Liferay to tag content...
Data de Publicação: 26/04/2024 20:53
Auto Tagging Assets
Auto Tagging Assets You can manually tag most assets, such as Message Boards, Blogs, Documents, Images, and Web Content Articles. You can tag certain assets, however, automatically when they are...
Data de Publicação: 26/04/2024 20:53
Using the Recycle Bin
Using the Recycle Bin Recycle Bin functionality is available for the following assets: Blogs Bookmarks Documents and Media Folders Message Boards (and attachments) Web Content Wiki (and...
Data de Publicação: 26/04/2024 20:53
Developer Guide
Developer Guide Categories and Vocabulary API Basics Tags API Basics
Data de Publicação: 26/04/2024 20:53
Web Content API Basics
Web Content API Basics Using the Liferay DXP REST services, you can create and manage structured content on your Site. Structured content is Web Content that uses a Web Content Structure. A...
Data de Publicação: 26/04/2024 20:53
Managing Web Content Structures and Templates by Using the REST API
Managing Web Content Structures and Templates by Using the REST API Web content structures define the information included in a web content article. Structures facilitate creating and managing web...
Data de Publicação: 26/04/2024 20:53
Categories and Vocabulary API Basics
Categories and Vocabulary API Basics Liferay's REST APIs provide services for Liferay's categories and vocabularies functionality. You can create and edit vocabularies with the API. You can also...
Data de Publicação: 26/04/2024 20:53
Adding a Basic Web Content Article
Adding a Basic Web Content Article When you have a lot of content to publish on your site, Liferay's content management system helps you with practical and essential ways to manage it. Web content...
Data de Publicação: 26/04/2024 20:53
Generating Text Content Using AI
Generating Text Content Using AI Liferay DXP 2023.Q4+/Portal 7.4 GA98+ Web content provides integration with OpenAI's ChatGPT engine using the AI Creator tool. With an OpenAI API key configured...
Data de Publicação: 26/04/2024 20:53
Assigning Permissions to Web Content Structures and Templates
Assigning Permissions to Web Content Structures and Templates Web content structures and templates provide direct access to Liferay's API. To avoid unauthorized or unintended access to Liferay DXP...
Data de Publicação: 26/04/2024 20:53
Managing Web Content Articles
Managing Web Content Articles Once you've added articles to your web content library, you can manage them via the web content UI. To access management actions for an article, click its Actions...
Data de Publicação: 26/04/2024 20:53
Understanding Web Content Structures
Understanding Web Content Structures Web content structures are the building blocks for web content articles. They determine the information you can include when writing web content. Structures...
Data de Publicação: 26/04/2024 20:53
Managing Structures
Managing Structures You can manage structures from the structures page: Open the Site Menu ( Site Menu ) and go to Content & Data → Web Content. Select the Structures tab. Open the structure's...
Data de Publicação: 26/04/2024 20:53
Web Content Structures
Web Content Structures Understanding Web Content Structures Creating Structures Configuring Structure Fields Managing Structures Assigning Permissions to Structures and Templates What's New...
Data de Publicação: 26/04/2024 20:53
Introduction to the Admin Account
Introduction to the Admin Account The Admin User account is created by default in any new installation of Liferay DXP and has full permissions to modify every facet of a Liferay DXP instance. The...
Data de Publicação: 26/04/2024 20:53
Changing Your Site's Appearance
Changing Your Site's Appearance Liferay has many ways to customize your site's appearance. Your site's favicon and theme are two of the first elements you may want to change. Themes set a default...
Data de Publicação: 26/04/2024 20:53
Starting with a Docker Image
Starting with a Docker Image The latest versions of Liferay are available as Docker images on Docker Hub. They're in two categories: Liferay/Portal Liferay/DXP Follow the steps below to...
Data de Publicação: 26/04/2024 20:53
Getting Started
Getting Started Liferay DXP is a powerful, open source, enterprise-ready platform for building and deploying web applications. However, all of that power and functionality can make it difficult to...
Data de Publicação: 26/04/2024 20:53
Producing and Implementing APIs with REST Builder
Producing and Implementing APIs with REST Builder With REST Builder, you can define the API you want to build, and REST Builder provides the framework and endpoints for you. Deploy an Example REST...
Data de Publicação: 26/04/2024 20:53
API Query Parameters
API Query Parameters Whether you consume REST APIs or GraphQL APIs, different query parameters are available to help you filter the responses. Fields Parameter Use this parameter to specify and...
Data de Publicação: 26/04/2024 20:53
Consuming GraphQL APIs
Consuming GraphQL APIs Liferay DXP contains GraphQL APIs for most of its applications. Here, you'll learn how to consume them. This takes only three steps: Identify the API you wish to consume. ...
Data de Publicação: 26/04/2024 20:53
API Headers Reference
API Headers Reference This article documents the available headers you can use when making Headless API requests: Accept Accept-Language Authorization Content-Type Cookie Accept Indicates...
Data de Publicação: 26/04/2024 20:53
APIs with REST Builder
APIs with REST Builder REST Builder is a code generation tool that makes it easy for you to take your local APIs and make them available on the web. It uses the OpenAPI Specification to generate...
Data de Publicação: 26/04/2024 20:53
Consuming REST Services
Consuming REST Services Liferay DXP contains REST services for most of its applications. These services are fully OpenAPI compliant. Here, you'll learn how to consume them. This takes only three...
Data de Publicação: 26/04/2024 20:53
Using Liferay as a Headless Platform
Using Liferay as a Headless Platform Liferay provides a suite of APIs that perform the same kinds of actions available in the web interface. This is essential when you must get data in a...
Data de Publicação: 26/04/2024 20:53
Making Unauthenticated Requests
Making Unauthenticated Requests By default, Liferay DXP restricts API access for the sake of security, requiring authentication in order to get a valid response. However, in certain cases it may...
Data de Publicação: 26/04/2024 20:53
Using External Reference Codes
Using External Reference Codes Liferay DXP/Portal 7.4+ Many of Liferay's headless API endpoints support an external reference code (ERC). The ERC field is useful in wide range of scenarios. For...
Data de Publicação: 26/04/2024 20:53
Sample API Tutorials
Sample API Tutorials Follow the links below for sample API tutorials that include example requests and example code. Site Building Navigation Menu API Basics Content Authoring and Management ...
Data de Publicação: 26/04/2024 20:53
Translating Web Content
Translating Web Content Liferay DXP/Portal 7.3+ Liferay provides integrated tools for translating web content articles, so you can create engaging, localized content for your global users. With...
Data de Publicação: 26/04/2024 20:53
Tags API Basics
Tags API Basics Liferay's REST APIs provide services for Liferay DXP/Portal's tags. You can create and edit tags with the API. Start by seeing an example of adding a new tag. Note that in Liferay's...
Data de Publicação: 26/04/2024 20:53
Translating Content Pages
Translating Content Pages Liferay 7.4 U15+ and GA15+ Liferay provides integrated tools for translating Content Pages, so you can create engaging, localized experiences for your global users. With...
Data de Publicação: 26/04/2024 20:53
Managing Translation Permissions
Managing Translation Permissions The required permissions for translating content pages and web content depend on the translation method: Manual translation requires either Update permissions...
Data de Publicação: 26/04/2024 20:53
Enabling Workflows for Translations
Enabling Workflows for Translations You can enable a custom workflow for translation processes to guide the review and publishing process. Once you've defined your custom workflow, follow these...
Data de Publicação: 26/04/2024 20:53
Translating Pages and Content
Translating Pages and Content Liferay provides integrated tools for translating both Web Content and Content Page experiences. With these tools you can manually translate text in a side-by-side...
Data de Publicação: 26/04/2024 20:53
Advanced Web Content API
Advanced Web Content API Using the Liferay DXP REST services, you can create and manage your Site's structured content. Structured content is Web Content that uses a Web Content Structure. A...
Data de Publicação: 26/04/2024 20:53

Capabilities

Product

Contact Us

Connect

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