This repository has been archived by the owner on Sep 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
{ | ||
"name": "palantirnet/workbench_tabs", | ||
"description": "Display Drupal's local task tabs and status messages in a consistent location on all pages.", | ||
"license": "GPL-2.0+", | ||
"copyright": "Copyright 2016 Palantir.net, Inc.", | ||
"type": "drupal-module", | ||
"homepage": "https://github.com/palantirnet/workbench_tabs", | ||
"authors": [ | ||
{ | ||
"name": "Bec White", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ashley Cyborski", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Patrick Weston", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
/** | ||
* @file workbench-tabs.css | ||
* | ||
* Copyright 2016 Palantir.net, Inc. | ||
*/ | ||
|
||
/* Container */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/** | ||
* @file | ||
* Collapse the workbench_tabs messages. | ||
* | ||
* Copyright 2016 Palantir.net, Inc. | ||
*/ | ||
|
||
(function ($) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright 2016 Palantir.net, Inc. | ||
|
||
workbench_tabs: | ||
version: 1.x | ||
css: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
/** | ||
* @file | ||
* Drupal hooks. | ||
* | ||
* Copyright 2016 Palantir.net, Inc. | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright 2016 Palantir.net, Inc. | ||
|
||
use workbench_tabs: | ||
title: 'Use Workbench Tabs' | ||
description: 'View the status messages and local task tabs as Workbench Tabs.' |