Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
20.53 KB
MD5: c14386d1762658a4ab7a1e85cf43ed1b
SHA-1: 117cdcb82c78e162d031816b32b8472e28964763
SHA-256: 36094c016327d21d2edf0e3928860cd1b2ad088b455b73b992baf9402978096d
Download zip
32.23 KB
MD5: 76483df632598d7af668cc4b7dac52df
SHA-1: a408ab8c32276c2602c5712872432e60a7469367
SHA-256: ec7d827c5ec21a0d03bd22c5e96150c792ad01567b75eeb356df166ae9c4f696
Release notes
- view commit • Issue #2313397 by jibran: Replace FormBuilderInterface::setValue() with FormStateInterface::setValueForElement().
- view commit • Issue #2318631 by jibran: Convert entity type checkboxes to multiselect on field settings page.
- view commit • Issue #2318649 by jibran: Remove excluded_bundle_ids form field setting.
- view commit • Issue #2315659 by jibran: Add all the core ER formatter to DER.
- view commit • Issue #2319781 by jibran: Allow user to include or exclude the entity types on field settings page.
- view commit • Fixed failing tests.
- view commit • Issue #2332233 by Berdir: Fixed validateAutocompleteInput() is broken.
- view commit • Issue #2332117 by Berdir: Added a DynamicEntityReferenceItemNormalizer.
- view commit • Issue #2331939 by Berdir: Fixed DynamicEntityReferenceItem::setValue() should not force an entity_load().
- view commit • Issue #2331547 by Berdir: Fixed Autocomplete is broken when editing.
- view commit • Issue #2338357 by Berdir: Fixed FormState now longer supports ArrayAccess.
- view commit • Issue #2341205 by Berdir: Fixed ServiceProvider file is incorrectly named and broken.
- view commit • Issue #2312093 by jibran: Rename FieldInstanceConfig to FieldConfig.
- view commit • Fixed the failing tests.
- view commit • Fix for http://drupal.org/node/2346315
- view commit • Instance is field now.
- view commit • Issue #2365297 by jibran: Fixed can't set field default value.
- view commit • Issue #2365307 by jibran, vijaycs85: Update Schema file.
- view commit • Issue #2331331 by jibran, larowlan | Berdir: Fixed Widget for cardinality 1 is missing the field label.
- view commit • Issue #2365307 by jibran, vijaycs85: Add tests for schema.
- view commit • Issue #2370703 by jibran: ER's "autocreate" feature is mostly broken (and untested)
- view commit • Issue #2366093 by jibran, larowlan: Unable to set field value programmatically
- view commit • Issue #2370305 by jibran: Refactor field type configuration schemas for DX, easier to find errors
- view commit • Issue #2331331 by jibran: Widget for cardinality 1 is missing the field label
- view commit • Issue #2346273 by jibran, larowlan, yched, Berdir, Gábor Hojtsy: Allow user to select bundles per entity type on field settings page