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-...
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...
Physical dimension fields.
Weight field has an input mask.
Lat/long field storage.
Codepen embed field.
I added some patches to allow using as a media type with oEmbed Providers.
Also added a plugin for Embedded Content.
Iframe field.
Machine name field widget.