|
1 | 1 | --- |
2 | 2 | myst: |
3 | 3 | html_meta: |
4 | | - "description": "" |
5 | | - "property=og:description": "" |
6 | | - "property=og:title": "" |
7 | | - "keywords": "" |
| 4 | + "description": "Standard behaviors of content types in Plone" |
| 5 | + "property=og:description": "Standard behaviors of content types in Plone" |
| 6 | + "property=og:title": "Standard behaviors of content types in Plone" |
| 7 | + "keywords": "Plone, standard, behaviors, content types" |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | # Standard behaviors |
11 | 11 |
|
12 | | -**A list of common behaviors that ship with Plone and Dexterity** |
| 12 | +This chapter lists common behaviors that ship with Plone and Dexterity. |
13 | 13 |
|
14 | 14 | Plone and Dexterity ships with several standard behaviors. |
15 | | -The following table shows the shortnames you can list in the FTI *behaviors* properties and the resultant form fields and interfaces. |
| 15 | +The following table shows the shortnames you can list in the FTI `behaviors` properties and the resultant form fields and interfaces. |
16 | 16 |
|
17 | | -| Short Name | Interface | Description | |
18 | | -| ------------------------------ | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | |
19 | | -| plone.allowdiscussion | plone.app.dexterity.behaviors.discussion.IAllowDiscussion | Allow discussion on this item. | |
20 | | -| plone.basic | plone.app.dexterity.behaviors.metadata.IBasic | Basic metadata: Adds *title* and *description* fields. | |
21 | | -| plone.categorization | plone.app.dexterity.behaviors.metadata.ICategorization | Categorization: Adds *keywords* and *language* fields. | |
22 | | -| plone.collection | plone.app.contenttypes.behaviors.collection.Collection | Collection behavior with *querystring* and other related fields. | |
23 | | -| plone.dublincore | plone.app.dexterity.behaviors.metadata.IDublinCore | Dublin Core metadata: Adds standard metadata fields. Shortcut for (and same as) plone.basic + plone.categorization + plone.publication + plone.ownership) | |
24 | | -| plone.excludefromnavigation | plone.app.dexterity.behaviors.exclfromnav.IExcludeFromNavigation | Exclude From navigation: Allow items to be excluded from navigation | |
25 | | -| plone.leadimage | plone.app.contenttypes.behaviors.leadimage.ILeadImage | Adds a *LeadImage* field like used for News item. | |
26 | | -| plone.namefromfilename | plone.app.dexterity.behaviors.filename.INameFromFileName | Name from file name: Automatically generate short URL name for content based on its primary field file name Not a form field provider. | |
27 | | -| plone.namefromtitle | plone.app.content.interfaces.INameFromTitle | Name from title: Automatically generate short URL name for content based on its initial title. Not a form field provider. | |
28 | | -| plone.navigationroot | plone.app.layout.navigation.interfaces.INavigationRoot | Navigation root: Make all items of this type a navigation root. Not a form field provider. | |
29 | | -| plone.nextpreviousenabled | plone.app.dexterity.behaviors.nextprevious.INextPreviousEnabled | Next previous navigation: Enable next previous navigation for all items of this type. Not a form field provider. | |
30 | | -| plone.nextprevioustoggle | plone.app.dexterity.behaviors.nextprevious.INextPreviousToggle | Next previous navigation toggle: Allow items to have next previous navigation enabled. | |
31 | | -| plone.ownership | plone.app.dexterity.behaviors.metadata.IOwnership | Ownership: Adds creator, contributor, and rights fields. | |
32 | | -| plone.publication | plone.app.dexterity.behaviors.metadata.IPublication | Date range for publication: Adds effective date and expiration date fields. | |
33 | | -| plone.relateditems | plone.app.relationfield.behavior.IRelatedItems | Adds the *Related items* field to the *Categorization* fieldset. | |
34 | | -| plone.richtext | plone.app.contenttypes.behaviors.richtext.IRichText | Rich text field with a WYSIWIG editor. | |
35 | | -| plone.selectablecontrainstypes | Products.CMFPlone.interfaces.constrains.ISelectableConstrainTypes | Folder Addable Constrains: Restrict the content types that can be added to folderish content | |
36 | | -| plone.shortname | plone.app.dexterity.behaviors.id.IShortName | Short name: Gives the ability to rename an item from its edit form. | |
37 | | -| plone.tableofcontents | plone.app.contenttypes.behaviors.tableofcontents.ITableOfContents | Table of contents. | |
38 | | -| plone.thumb_icon | plone.app.contenttypes.behaviors.thumb_icon.IThumbIconHandling | Adds options to suppress thumbs(preview images) and/or icons and to override thumb size in listings or tables. | |
| 17 | +| Short Name | Interface | Description | |
| 18 | +| - | - | - | |
| 19 | +| plone.allowdiscussion | plone.app.dexterity.behaviors.discussion.IAllowDiscussion | Allow discussion on this item. | |
| 20 | +| plone.basic | plone.app.dexterity.behaviors.metadata.IBasic | Basic metadata: Adds `title` and `description` fields. | |
| 21 | +| plone.categorization | plone.app.dexterity.behaviors.metadata.ICategorization | Categorization: Adds `keywords` and `language` fields. | |
| 22 | +| plone.collection | plone.app.contenttypes.behaviors.collection.Collection | Collection behavior with `querystring` and other related fields. | |
| 23 | +| plone.dublincore | plone.app.dexterity.behaviors.metadata.IDublinCore | Dublin Core metadata: Adds standard metadata fields. Shortcut for (and same as) `plone.basic` + `plone.categorization` + `plone.publication` + `plone.ownership`) | |
| 24 | +| plone.excludefromnavigation | plone.app.dexterity.behaviors.exclfromnav.IExcludeFromNavigation | Exclude From navigation: Allow items to be excluded from navigation. | |
| 25 | +| plone.leadimage | plone.app.contenttypes.behaviors.leadimage.ILeadImage | Adds a `LeadImage` field like used for News item. | |
| 26 | +| plone.namefromfilename | plone.app.dexterity.behaviors.filename.INameFromFileName | Name from file name: Automatically generate short URL name for content based on its primary field file name. Not a form field provider. | |
| 27 | +| plone.namefromtitle | plone.app.content.interfaces.INameFromTitle | Name from title: Automatically generate short URL name for content based on its initial title. Not a form field provider. | |
| 28 | +| plone.navigationroot | plone.app.layout.navigation.interfaces.INavigationRoot | Navigation root: Make all items of this type a navigation root. Not a form field provider. | |
| 29 | +| plone.nextpreviousenabled | plone.app.dexterity.behaviors.nextprevious.INextPreviousEnabled | Next/previous navigation: Enable next/previous navigation for all items of this type. Not a form field provider. | |
| 30 | +| plone.nextprevioustoggle | plone.app.dexterity.behaviors.nextprevious.INextPreviousToggle | Next/previous navigation toggle: Allow items to have next/previous navigation enabled. | |
| 31 | +| plone.ownership | plone.app.dexterity.behaviors.metadata.IOwnership | Ownership: Adds creator, contributor, and rights fields. | |
| 32 | +| plone.publication | plone.app.dexterity.behaviors.metadata.IPublication | Date range for publication: Adds effective date and expiration date fields. | |
| 33 | +| plone.relateditems | plone.app.relationfield.behavior.IRelatedItems | Adds the `Related items` field to the `Categorization` fieldset. | |
| 34 | +| plone.richtext | plone.app.contenttypes.behaviors.richtext.IRichText | Rich text field with a WYSIWIG editor. | |
| 35 | +| plone.selectablecontrainstypes | Products.CMFPlone.interfaces.constrains.ISelectableConstrainTypes | Folder Addable Constrains: Restrict the content types that can be added to folderish content. | |
| 36 | +| plone.shortname | plone.app.dexterity.behaviors.id.IShortName | Short name: Gives the ability to rename an item from its edit form. | |
| 37 | +| plone.tableofcontents | plone.app.contenttypes.behaviors.tableofcontents.ITableOfContents | Table of contents. | |
| 38 | +| plone.thumb_icon | plone.app.contenttypes.behaviors.thumb_icon.IThumbIconHandling | Adds options to suppress thumbs (preview images) or icons and to override thumb size in listings or tables. | |
0 commit comments