An open API service indexing awesome lists of open source software.

https://github.com/chi-teck/theme-inspector

Allows designers and developers to inspect Drupal theme elements.
https://github.com/chi-teck/theme-inspector

Last synced: 3 days ago
JSON representation

Allows designers and developers to inspect Drupal theme elements.

Awesome Lists containing this project

README

          

# Theme Inspector

## Installation

This module is intended for usage on localhost. It should never be deployed to
production servers.

```
composer require chi-teck/theme_inspector --dev && drush en theme_inspector
```

Optionally enable sub-modules that provide preview plugins.
```
drush en theme_inspector_common theme_inspector_form
```

## License
MIT License