composer.json
0 → 100644
+20
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/backfill_formatter",
|
||
"description": "Provides a field formatter for entity reference fields that allows back-filling values when a field is not completely populated by finding content with matching terms.",
|
||
"type": "drupal-module",
|
||
"homepage": "https://www.drupal.org/project/backfill_formatter",
|
||
"authors": [
|
||
{
|
||
"name": "Lee Rowlands",
|
||
"homepage": "https://www.drupal.org/u/larowlan"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/backfill_formatter",
|
||
"source": "http://git.drupal.org/project/backfill_formatter.git"
|
||
},
|
||
"license": "GPL-2.0-or-later",
|
||
"require": {
|
||
"drupal/taxonomy_entity_index": "^1.7"
|
||
}
|
||
} |
Loading