rosiel/metadata_field_report
Composer 安装命令:
composer require rosiel/metadata_field_report
包简介
Generates an extended report page that organizes fields by content/entity type.
README 文档
README
The Metadata Field Report module is a fork of the 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:
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:
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 or Entity Reports Rosie Le Faive (rosiel) https://github.com/rosiel
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-09-12
