๐Ÿ“ฆ shadcn / Tray

This module provides a tray to your Drupal site. This tray can be used as an application bar.

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching โš–๏ธ GNU General Public License v2.0
๐Ÿ“ฅ Clone https://github.com/shadcn/Tray.git
HTTPS git clone https://github.com/shadcn/Tray.git
SSH git clone git@github.com:shadcn/Tray.git
CLI gh repo clone shadcn/Tray
Arshad Arshad Updated README with warning 16248f8 11 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ images
๐Ÿ“„ LICENSE.txt
๐Ÿ“„ README.txt
๐Ÿ“„ tray.css
๐Ÿ“„ tray.info
๐Ÿ“„ tray.install
๐Ÿ“„ tray.js
๐Ÿ“„ tray.module
๐Ÿ“„ tray.theme.inc
๐Ÿ“„ README.md

-- WARNING --

This is old code. You should probably not use this as it is.

-- SUMMARY --

This module provides a tray for your Drupal website. Once installed, a new region is automatically added to your site. You can drag and drop blocks in this new region to place them in the tray. The tray can act like an application bar.

Blocks placed in the tray have two display types

  • Handle
The handle display provides a handle to open/close the block in the tray.
  • Full
The full mode displays the content of the block in the tray itself. This is useful when you want to place text in the tray or add a copyright notice. Furthermore, chat modules can be integrated easily in the full mode. -- REQUIREMENTS --

None.

-- INSTALLATION --

Install as any other Drupal module. Once installed go to sites/build/block to add blocks to the tray To configure the display type(handle or full), click on configure next to a block on the block page.