UIFieldEditor
An editor component that lets the user edit text fields on a node.
See: UIDatetimeFieldEditor for datetime editing Since: 6.0.0 (3.2.0)
Name | Type | Default | Description |
field |
| Required - Name of, or path to, the node field to edit | |
node |
| Required - The node | |
placeholder |
| Required - Placeholder of the field | |
multiline |
|
| If set to true enables multine support for field |
disabled |
|
| Set to true to disable field |
icon |
| Icon to display with the field |
Example
Last updated