Legacy Knowledge Base
Published Jul. 2, 2025

Are there Blade templates available for custom Web Content structure fields?

Written By

Ricardo Couso

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • Is it possible to use a Blade template to create a personalized Field for a Web Content structure?

Environment

  • Liferay DXP 7.0, 7.1, 7.2, 7.3, 7.4

Resolution

  • For Liferay DXP 7.3 and lower versions, there is no such Blade template. 
  • For Liferay DXP 7.4 it's possible to use the existing form-field template, originally used for Form fields in this and lower versions.
    • Once the project has been created it's necessary to add the following property to the @Component annotation for the class extending BaseDDMFormFieldType:
      "ddm.form.field.type.scope=journal"

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base