The Wiki portlet provides users with the possibility to enhance their collaboration and share their work across the platform. With Wiki, they can add, modify, or delete its content by using a simplified markup language or a rich-text editor.
Package
This portlet is packaged in the wiki.war
file.
Portlet.xml
See the
portlet.xml
file in the project by following this path: /webapps/wiki/WEB-INF/portlet.xml
.
Preferences
When using this portlet, you can customize the following preferences:
Preference name | Possible value | Default value | Description |
---|---|---|---|
showBreadcrumb | Boolean
|
true
| Enables the Breadcrumb or not. The Breadcrumb is shown by default. |
showNavigationTree | Boolean
|
true
| Enables the left wiki page navigation or not. The navigation tree is shown by default. |
uploadFileSizeLimitMB | Integer
|
10
| Specifies the maximum file size (MB) to upload. Its default value is 10MB. |
Sample configuration
<portlet-preferences>
<preference>
<name>showBreadcrumb</name>
<value>true</value>
<read-only>false</read-only>
</preference>
<preference>
<name>showNavigationTree</name>
<value>true</value>
<read-only>false</read-only>
</preference>
<preference>
<name>uploadFileSizeLimitMB</name>
<value>10</value>
<read-only>false</read-only>
</preference>
</portlet-preferences>