Archetypes¶
Archetypes is a subsystem to create content types in Plone 2.x, 3.x and 4.x. Dexterity is replacing it, and is available in 4.1+, becoming the default content type system in Plone 5. Archetypes will remain available through the Plone 5 series.
- Fields and widgets
- Introduction
- Getting hold of schema objects
- Schema introspection
- Field name
- Accessing Archetypes field value
- Validating objects
- Checking permissions
- Modifying all fields in schema
- Reordering fields
- Hiding widgets
- Rendering widget
- Creating your own Field
- Automatically generating description based on body text
- Vocabularies
- Rendering single field
- Hiding widgets conditionally
- Dynamic field definitions
- Field storages
- Archetypes ReferenceFields
- Customizing editing interface
- DataGridField
- Validators
- Files
- Converting one Content Type into another
- Templates
- References