dw_field_save
Create or modify fields on DynamicWeb item types; RichTextEditor setup is handled automatically.
Instructions
Add or update a field on a DynamicWeb item type.
Set isNew: true to add a new field. Set isNew: false to update existing.
IMPORTANT: RichTextEditor requires EditorConfiguration — this tool handles that automatically.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemTypeSystemName | Yes | ||
| name | Yes | Display name | |
| systemName | Yes | PascalCase field key | |
| type | Yes | Short alias (text, longtext, richtext, file, image, link, itemlink, media, checkbox, number, dropdown) or full .NET editor class name. Use dw_field_types to discover available types. | |
| isNew | No | ||
| required | No | ||
| group | No | Field group systemName. Default: 'General'. | General |