Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
A Liferay oferece um armazenamento rico em recursos e fontes para ajudar nossa comunidade a usar e trabalhar melhor com a nossa tecnologia.
| Download PDF | Purchase Print Book |
Input a list of comma delimited default properties for new categories. Each item of the list should have the following format: key:value.
asset.categories.properties.default=
Set the following to false to specify that searching and browsing using categories should only show assets that have been assigned the selected category explicitly. When set to true, the children categories are also included in the search.
asset.categories.search.hierarchical=true
Set this to true to enable incrementing the view counter for assets.
asset.entry.increment.view.counter.enabled=true
Input a class name that extends com.liferay.portlet.asset.util.BaseAssetEntryValidator. This class will be called to validate entries. The DefaultAssetEntryValidator class is just an empty class that doesn’t actually do any validation. The MinimalAssetEntryValidator requires all entities to have at least one tag.
Examples:
asset.entry.validator=com.liferay.portlet.asset.util.DefaultAssetEntryValidator
asset.entry.validator=com.liferay.portlet.asset.util.MinimalAssetEntryValidator
Set the limit for results used when performing asset searches that are subsequently filtered by permissions.
asset.filter.search.limit=5000
Input a list of comma delimited default tag properties for new tags. Each item of the list should have the following format: key:value.
asset.tag.properties.default=
Set this to true to enable tag suggestions.
asset.tag.suggestions.enabled=true
Set the name of the default vocabulary which will be created by default.
asset.vocabulary.default=Topic
Set a property with the prefix asset.renderer.enabled. and a suffix with the asset renderer factory class name to enable or disable an asset renderer factory. The default setting is true. See http://issues.liferay.com/browse/LPS-6085 for more information.
Examples:
asset.renderer.enabled.com.liferay.portlet.documentlibrary.asset.DLFileEntryAssetRendererFactory=false
asset.renderer.enabled.com.liferay.portlet.messageboards.asset.MBDiscussionAssetRendererFactory=false