Adding Pages for Distributor Application
Pages are the primary building blocks of Liferay sites. Delectable Bonsai’s design team has created and exported three placeholder pages for use with the Distributor Application object. Here you’ll import these pages as a LAR file:
-
Download the LAR file for this exercise:
curl https://resources.learn.liferay.com/courses/latest/en/application-development/designing-user-interfaces/distributor-application-pages.lar -O
-
Open the Site Menu (), expand Publishing, and click Import.
-
Click Add (), select the
distributor-application-pages.lar
file, and click Continue. -
Keep the default import configuration and click Import.
-
Confirm the import finishes successfully.
-
Verify these pages appear in your site:
- Apply
- Application Submission
- Distributor Applications
These pages provide the framework for building the Distributor Application UI.
Currently, they’re empty. Instead of starting from scratch, you’ll import the provided fragment compositions to add the fragments or widgets necessary for creating, viewing, and managing applications.
Next: Importing Fragments for the Distributor Application Pages