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.
- Host: GitHub
- URL: https://github.com/chi-teck/theme-inspector
- Owner: Chi-teck
- License: mit
- Created: 2022-03-05T15:27:40.000Z (over 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-04-19T05:46:52.000Z (over 3 years ago)
- Last Synced: 2025-03-07T17:38:12.225Z (7 months ago)
- Language: PHP
- Size: 276 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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