Drupal Core Fields
Drupal comes with a collection of fields that will handle most of your needs. General Boolean A true/false value. Comments...
Drupal comes with a collection of fields that will handle most of your needs. General Boolean A true/false value. Comments...
If you reference unpublished nodes, they will not be visible to anonymous users. If you want to show an unlinked title instead...
Many values can easily be referenced with $node->field_name->value. But if this value is missing you'll get an error. Use $node-...
Conditional Fields doesn't work for required.
Ideas for improving field grouping in the UI.
Misconfiguring the oembed field display breaks it.
Enhance StringFormatter to allow selecting an html tag and whether to link to the content. This is a change to a previous issue...
Dragging some field groups can break the form.
Field for entering and displaying a mermaid diagram.
Viewfield provides a field that holds a reference to a View and renders it whenever the entity containing the field is displayed.