Site Root Properties
Although Plone uses other property managers for configuration, the Plone portal object (site root) is a property manager itself, including a set of important properties for site setup.
They can be set using GenericSetup throught the properties.xml file. Check the CMFPlone/profiles/default/properties.xml file for an example.
To learn how to access properties programatically, see The Zope Book, Appendix B: API Reference.
| Name | Default Value |
Type |
description |
|---|---|---|---|
| title |
string |
The title of the Plone site. This title will be used in the <title> HTML tag. |
|
| description | text |
The description of the site. It will be used to include the description in the HTML header using the tag |
|
| default_page |
front-page | string |
Sets the default page of the Plone site. |
| selectable_views | folder_listing, news_listing |
lines |
The views available to be used as default pages for the Plone site. |
| email_from_address | string |
The email used as the sender for messages sent by Plone, including account activation and password resetting emails. | |
| email_from_name | Site Administrator |
string |
The name included in email messages sent by Plone. |
| validate_email | True | boolean |
Activates email validation for user registration. If enabled, users receive an email upon registration, with a URL to a temporary form, requesting them to enter the new password. |
| email_charset | utf-8 | string |
The charset used when sending email messages. |
| enable_permalink | False | boolean |
A CMF property not used in Plone. |

Author: