All Projects → flokosiol → kirby-panel-brand

flokosiol / kirby-panel-brand

Licence: other
Possible to add a color and a text at the top of the Kirby Panel

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to kirby-panel-brand

kirby-scheduled-pages
No description or website provided.
Stars: ✭ 18 (+0%)
Mutual labels:  kirby-2, kirby-3
kirby-ga
Kirby GA - Google Analytics
Stars: ✭ 16 (-11.11%)
Mutual labels:  kirby-2, kirby-3
kirby-html-minifier
Minify the html output of a site built with Kirby CMS
Stars: ✭ 20 (+11.11%)
Mutual labels:  kirby-2, kirby-3
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+316.67%)
Mutual labels:  kirby-3
kirby-seo
No description or website provided.
Stars: ✭ 51 (+183.33%)
Mutual labels:  kirby-2
murby
A plain Kirby 3 starterkit on steroids!
Stars: ✭ 41 (+127.78%)
Mutual labels:  kirby-3
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+111.11%)
Mutual labels:  kirby-3
kirby-blade
Enable Blade for Kirby 3
Stars: ✭ 14 (-22.22%)
Mutual labels:  kirby-3

Kirby Panel Brand

Version 0.1

When having multiple environments (local, development and production) and all the panels look the same, it can be easy to be in the wrong Panel.

This plugin add a bar with background color and a text of your choice to make it easier to be alerted when you are in the wrong or right Panel.

Installation

Use one of the alternatives below.

1. Kirby CLI

If you are using the Kirby CLI you can install this plugin by running the following commands in your shell:

$ cd path/to/kirby
$ kirby plugin:install username/kirby-panel-brand

2. Clone or download

  1. Clone or download this repository.
  2. Unzip the archive if needed and rename the folder to kirby-panel-brand.

Make sure that the plugin folder structure looks like this:

site/plugins/kirby-panel-brand/

3. Git Submodule

If you know your way around Git, you can download this plugin as a submodule:

$ cd path/to/kirby
$ git submodule add https://github.com/username/kirby-panel-brand site/plugins/kirby-panel-brand

Setup

Options

The following options can be set in your /site/config/config.php file:

c::set('plugin.panel.brand.text', 'Panel Brand');
c::set('plugin.panel.brand.background', '#ae287f');
c::set('plugin.panel.brand.color', '#fff');

text

Bar text. Letters and numbers are allowed (it used the CSS content property).

background

Bar background color.

color

Bar text color.

Changelog

0.1

  • Initial release

Requirements

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

License

MIT

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

Credits

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].