https://github.com/roblib/metadata_field_report
https://github.com/roblib/metadata_field_report
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roblib/metadata_field_report
- Owner: roblib
- License: gpl-2.0
- Created: 2022-07-17T18:57:42.000Z (about 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-12-11T13:28:51.000Z (over 1 year ago)
- Last Synced: 2025-06-05T07:47:50.035Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Metadata Field Report
The Metadata Field Report module is a fork of the [Field Report](https://www.drupal.org/project/field_report)
module by George Anderson. This module creates a report (nested
under the 'Field List' report) that lists all bundle types and
their fields, along with field properties/settings.
This (actually maintained) contrib module may meet your needs:
* [Entity Reports](https://www.drupal.org/project/entity_reports)
## Installation
Add this git repository to your drupal site's composer.json:
```
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/roblib/metadata_field_report.git"
}
],
}
```
Use composer to install this module:
```bash
composer require roblib/metadata_field_report:1.x-dev
```
Use the Drupal GUI or Drush to install the module, then
find the report at Reports > Field List > Metadata Field Report.
## Screenshot

Fields details listed include:
- machine name
- label
- description
- repeatable
- translatable
- target entity types (for entity reference fields)
- auto create (for entity reference fields)
You can also click "Download report" under each bundle
type to download that bundle's info as a CSV.
This should make it easier to manage metadata in fields.
## Maintainers
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)
Rosie Le Faive (rosiel)
https://github.com/rosiel