jacerider / escort
Installs: 705
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 4
Type:drupal-module
- 4.0.x-dev
- 3.0.x-dev
- 2.0.x-dev
- dev-dependabot/npm_and_yarn/dev/debug-and-browser-sync-2.6.9
- dev-dependabot/npm_and_yarn/dev/ms-and-browser-sync-and-debug-2.0.0
- dev-dependabot/npm_and_yarn/dev/express-and-browser-sync--removed
- dev-dependabot/npm_and_yarn/dev/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/dev/minimatch-and-gulp-3.0.4
- dev-dependabot/npm_and_yarn/dev/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/dev/node-sass-7.0.0
- dev-8.x-1.x
This package is auto-updated.
Last update: 2024-12-20 22:22:42 UTC
README
An admin menu of extreme super awesomeness.
How To Use
Escort does not use the Drupal menu system. Escort has its own menu system which is geared towards making the administration area easier-to-use for site administrators. The administration and configuration is located at:
admin/config/user-interface/escort
There, you can enable menu regions on any side of the admin area. Also, when hovering over an icon, you can edit/disable/delete items and click and hold the "Drag" text to move the items to another menu or order them differently in the same menu. The blue "+" (plus) icon allows you add escort widgets of a variety of types. Changes to the menu item order/placement take place immediately via AJAX.
Development Setup
First, you will need to install NodeJS.
Run the following from the command line within the /dev folder:
npm install
Make a copy of dev/config/example.config.js and set your local development settings here. Add this file to your .gitignore file to prevent breaking of team-members' dev setup.
cp example.config.js config.js
Run the following from the command line from the module directory to have gulp compile and watch for changes to both .scss files and .js files found within the /dev folder.
gulp
Extending Escort
TODO: More about adding your own escort plugins here.