Drupal Core Fields
Drupal comes with a collection of fields that will handle most of your needs.
General
Boolean
A true/false value.
Comments
Comm...
Drupal comes with a collection of fields that will handle most of your needs.
A true/false value.
Comm...
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-...
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.
Year only field type.
Uses select list widget.
This could be done as a text or number field, but this one provides validation for year.
Configure field display, like labels per view mode.
Move description/help text into tooltips.