All Projects → shadcn → drupal-template-helper

shadcn / drupal-template-helper

Licence: MIT license
Debug Drupal 8 templates in Chrome Devtools. drupal-template-helper is a chrome extension for Drupal that lists all available templates and the preprocess hooks to use to customize your templates.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to drupal-template-helper

Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-70.43%)
Mutual labels:  twig, drupal
DrupalTwigFood
Useful functions, filters for twig @ Drupal 8
Stars: ✭ 1 (-99.13%)
Mutual labels:  twig, drupal
twoeg
🐣 Implementiert Twig-Templates für REDAXO
Stars: ✭ 23 (-80%)
Mutual labels:  twig, templates
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+593.04%)
Mutual labels:  twig, drupal
Droopler
Stars: ✭ 46 (-60%)
Mutual labels:  twig, drupal
Bolt
The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
Stars: ✭ 186 (+61.74%)
Mutual labels:  twig, drupal
fractal-twig-drupal-adapter
Twig template adapter for Fractal with Drupal 8 directives.
Stars: ✭ 13 (-88.7%)
Mutual labels:  twig, drupal
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (-67.83%)
Mutual labels:  drupal
create-cloud-block
A boilerplate generator for building Gutenberg Cloud blocks.
Stars: ✭ 49 (-57.39%)
Mutual labels:  drupal
django-apptemplates
Django template loader that allows you to load and override a template from a specific Django application.
Stars: ✭ 43 (-62.61%)
Mutual labels:  templates
DrupalDriver
A collection of drivers for controlling Drupal.
Stars: ✭ 64 (-44.35%)
Mutual labels:  drupal
pyLODE
An OWL ontology documentation tool using Python and templating, based on LODE
Stars: ✭ 116 (+0.87%)
Mutual labels:  templates
simplest view
SimplestView gives us the power to split Rails Views out from our Templates
Stars: ✭ 41 (-64.35%)
Mutual labels:  templates
hanzo
Ansible orchestration to configure a development environment -
Stars: ✭ 22 (-80.87%)
Mutual labels:  devtools
drupal-debug
Alternative Kernel for Drupal 8 to improve the Developer eXperience during the development process.
Stars: ✭ 32 (-72.17%)
Mutual labels:  drupal
breadcrumb-bundle
Symfony bundle for easy breadcrumbs management
Stars: ✭ 26 (-77.39%)
Mutual labels:  twig
apigee-devportal-kickstart-drupal
A fast demo and starting point for Apigee Developer Portals for Drupal
Stars: ✭ 21 (-81.74%)
Mutual labels:  drupal
drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (-48.7%)
Mutual labels:  drupal
drupal-composer-init
Initialise a Drupal composer setup
Stars: ✭ 43 (-62.61%)
Mutual labels:  drupal
vscode-advanced-new-file
Create files anywhere in your workspace from the keyboard
Stars: ✭ 68 (-40.87%)
Mutual labels:  devtools

Drupal Template Helper

A Chrome DevTools extension for Drupal 8, Drupal 7 and Backdrop CMS templates: https://chrome.google.com/webstore/detail/ppiceaegogijpjodfpiimifhbnaifbnn

drupal-template-helper

Installation

The Chrome Web Store made some changes to their policies. I haven't had time to re-upload this extension.

For now, you can download it from GitHub and load it as an unpacked extension on Chrome.

1. Download https://github.com/arshad/drupal-template-helper/archive/master.zip 2. Go to chrome://extensions in Chrome. 3. Click on "Load unpacked".

Step 1: Install and configure.
  1. Download and install the Drupal Template Helper extension for Chrome.
  2. Click on the extension icon.
  3. Click on Options under Drupal Template Helper.
  4. Add the urls for sites to enable the extension. Example: http://drupal.dev, http://www.drupal.dev.
  5. Save.
Step 2: Enable Chrome Experimental APIs.
  1. Go to chrome://flags/#enable-devtools-experiments, find Experimental Extension APIs and Developer Tools experiments, click the "Enable" links, and restart Chrome.
  2. Open DevTools and click on Settings.
  3. Find the Experiments tab and enable Allow custom UI themes. See screenshot below. Don't forget to restart Chrome again.

drupal-template-devtools-theme-ui

Note: If you want to hide the Twig comments, uncheck Show HTML comments under Preferences.

drupal-template-devtools-preferences

Step 3: Enable theme debug

Usage

Inspect an element using DevTools and click on Templates in the DevTools sidebar.

License

The MIT License (MIT)

Copyright (c) 2015 Arshad Chummun

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].