- Issue created by @matt b
- First commit to issue fork.
- πΊπΈUnited States scott_earnest
Greetings! I started something new here:
https://git.drupalcode.org/issue/text_formats_report-3462768/-/tree/3462...Simple for now but generates a report. I did NOT base off the original module. This does not have all the features of the original module but perhaps is a starting point going forward in the D10/11 space. I started a 1.x branch in this fork, but only the issue branch has the controller.
Thanks for all your help and contributions @manuel-garcia! Please let me know your thoughts at your convenience.
- πΊπΈUnited States scott_earnest
Instructions to use this branch/fork:
In your project's composer.json "repositories" section, specify the fork as the package for "drupal/text_formats_report", after the "normal" drupal.org section:
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "package", "package": { "name": "drupal/text_formats_report", "description": "Provides overview of usage on text formats", "version": "1.x-dev", "type": "drupal-module", "source": { "url": "https://git.drupalcode.org/issue/text_formats_report-3462768.git", "type": "git", "reference": "3462768-drupal-10" }, "requires": { "drupal/core": "^10 || ^11" } } } ],
Install the package with composer:
composer require 'drupal/text_formats_report:1.x-dev@dev'
Then (hopefully) see a report similar to this image at the following route:
/admin/reports/text-formats