Skip to content

Commit 4f2ece7

Browse files
committed
update composer json and readme
1 parent a78a533 commit 4f2ece7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Metadata Field Report
22

33

4-
The Metadata Field Report module is a fork of the [Field Report](https://www.drupal.org/project/field_report)
4+
The Metadata Field Report module is a fork of the [Field Report](https://www.drupal.org/project/field_report)
55
module by George Anderson. This module creates a report (nested
6-
under the 'Field List' report) that lists all bundle types and
7-
their fields, along with field properties/settings.
6+
under the 'Field List' report) that lists all bundle types and
7+
their fields, along with field properties/settings.
88

99
This (actually maintained) contrib module may meet your needs:
1010
* [Entity Reports](https://www.drupal.org/project/entity_reports)
@@ -18,7 +18,7 @@ Add this git repository to your drupal site's composer.json:
1818
"repositories": [
1919
{
2020
"type": "vcs",
21-
"url": "https://github.com/rosiel/metadata_field_report"
21+
"url": "https://github.com/roblib/metadata_field_report.git"
2222
}
2323
],
2424
}
@@ -27,10 +27,10 @@ Add this git repository to your drupal site's composer.json:
2727
Use composer to install this module:
2828

2929
```bash
30-
composer require drupal/metadata_field_report:1.x-dev
30+
composer require roblib/metadata_field_report:1.x-dev
3131
```
3232

33-
Use the Drupal GUI or Drush to install the module, then
33+
Use the Drupal GUI or Drush to install the module, then
3434
find the report at Reports > Field List > Metadata Field Report.
3535

3636
## Screenshot
@@ -46,13 +46,13 @@ Fields details listed include:
4646
- target entity types (for entity reference fields)
4747
- auto create (for entity reference fields)
4848

49-
You can also click "Download report" under each bundle
49+
You can also click "Download report" under each bundle
5050
type to download that bundle's info as a CSV.
5151

5252
This should make it easier to manage metadata in fields.
5353

5454
## Maintainers
5555

56-
This project is minimally maintained. Please see [Field Report](https://www.drupal.org/project/field_report) or [Entity Reports](https://www.drupal.org/project/entity_reports)
56+
This project is minimally maintained. Please see [Field Report](https://www.drupal.org/project/field_report) or [Entity Reports](https://www.drupal.org/project/entity_reports)
5757
Rosie Le Faive (rosiel)
5858
https://github.com/rosiel

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rosiel/metadata_field_report",
2+
"name": "roblib/metadata_field_report",
33
"type": "drupal-module",
44
"description": "Generates an extended report page that organizes fields by content/entity type.",
55
"keywords": [

0 commit comments

Comments
 (0)