Skip to content

Commit

Permalink
Merge pull request #4946 from jhinkey/lrdocs-9380-remove-portlet-3-op…
Browse files Browse the repository at this point in the history
…t-in-from-jsf

LRDOCS-9380 Remove Portlet 3 opt-in step as the JSR is not yet final
  • Loading branch information
sez11a authored Apr 30, 2021
2 parents b833e4c + 608d184 commit 0b6bc86
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,6 @@ Follow these steps:
</init-param>
```

If you want to opt-in to Portlet 3.0 features, modify your `portlet-app`
element to specify `version="3.0"` and the Portlet 3.0 schema. The
`portlet-app` element should look like this:

```xml
<portlet-app xmlns="http://xmlns.jcp.org/xml/ns/portlet"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/portlet http://xmlns.jcp.org/xml/ns/portlet/portlet-app_3_0.xsd"
version="3.0">
...
</portlet-app>
```

12. Modify your `webapp/WEB-INF/liferay-portlet.xml` as desired. It specifies
additional information @product@ uses to enhance your portlet: supported
security roles, portlet icon, CSS and JavaScript locations, and more. The
Expand Down

0 comments on commit 0b6bc86

Please sign in to comment.