You are here

Files in Seeds Toolbar 8

Primary tabs

File namesort descending Location Namespace Description
seeds-add-menu.html.twig templates/seeds-add-menu.html.twig <ul class="{{menu_name}}"> {% for item in items %} <li class="seeds-item"> {{item}} </li> {% endfor %} </ul>
seeds-add.html.twig templates/seeds-add.html.twig {% if content_links is not empty %} <h2 class="seeds-heading">{{content_collection}}</h2> {{content_links}} {% endif %} {% if taxonomy_links is not empty %} <h2…
seeds-toolbar-help.html.twig templates/seeds-toolbar-help.html.twig <h1 id="seedstoolbar">Seeds Toolbar</h1> <p><img src="https://www.drupal.org/files/ezgif-2-bf7cfbfa276e.gif" alt="Seeds Toolbar" /> Is a new UX concept for Drupal admin…
seeds-toolbar-menu.html.twig templates/seeds-toolbar-menu.html.twig Default theme implementation to display a toolbar menu.
seeds-toolbar-rtl.css assets/css/seeds-toolbar-rtl.css @import url("https://fonts.googleapis.com/css?family=Tajawal"); @media (max-width: 767px) { html[dir=rtl] body.toolbar-fixed { margin-right: 55px !important; margin-left: auto !important; } } html[dir=rtl]…
seeds-toolbar.css assets/css/seeds-toolbar.css @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600"); @media (max-width: 767px) { .mobile-indicator { display: none; } } body.toolbar-fixed:not(.responsive-preview-frame) { -webkit-transition: margin 0.2s; …
seeds-toolbar.html.twig templates/seeds-toolbar.html.twig Theme override for the administrative toolbar.
SeedsManager.php src/SeedsManager.php Drupal\seeds_toolbar
SeedsToolbarSettingsForm.php src/Form/SeedsToolbarSettingsForm.php Drupal\seeds_toolbar\Form
seeds_toolbar.info.yml seeds_toolbar.info.yml seeds_toolbar.info.yml
seeds_toolbar.install seeds_toolbar.install Contains install and update functions for seeds_toolbar module.
seeds_toolbar.libraries.yml seeds_toolbar.libraries.yml seeds_toolbar.libraries.yml
seeds_toolbar.links.menu.yml seeds_toolbar.links.menu.yml seeds_toolbar.links.menu.yml
seeds_toolbar.module seeds_toolbar.module Contains seeds_toolbar.module.
seeds_toolbar.permissions.yml seeds_toolbar.permissions.yml seeds_toolbar.permissions.yml
seeds_toolbar.routing.yml seeds_toolbar.routing.yml seeds_toolbar.routing.yml
seeds_toolbar.services.yml seeds_toolbar.services.yml seeds_toolbar.services.yml
seeds_toolbar.settings.yml config/install/seeds_toolbar.settings.yml config/install/seeds_toolbar.settings.yml

Other projects