When creating a new Liferay Project of Type Portlet:
And when creating a Portlet class: "NewPortlet":
Can we have the following changes to the defaults the wizard generates?
- Name: "new-portlet" (seems to be Liferay's standard convention to use a dash)
- Display name: "New Portlet" (Since it's a display name, a space makes more sense between camel casing.)
- Title: "New Portlet" (Since it's a Title, a space makes more sense.)
- JSP folder: "html/new" (Seems to fit Liferay's core convention for our portlets to not include the word "portlet" in the html directory.)
And CSS classname is redundant since it will usually be "...portlet-portlet": (Maybe we can have just newportlet?)