plan2net / context_ribbon

Shows a ribbon in the right top corner depending on the TYPO3 application context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Extension context_ribbon

What does it do?

The extension shows a ribbon in the right top corner of the frontend and backend.

It supports the following states:

  • Development
  • Development/Staging
  • Testing
  • Production/Staging
  • Production

development ribbon testing ribbon staging ribbon production ribbon

Usage

Install the extension and set the application context: https://docs.typo3.org/typo3cms/extensions/bsdist/Main/ApplicationContext/Index.html

Restart your webserver server and the ribbon is shown.

You can switch off/on the ribbon in the frontend/backend by changing the extension settings: extension configuration

The ribbon is hidden in frontend in production context automatically!

Compatibility

Version tagged with 2.1.0 is compatible with TYPO3 6 up to 9

Since version 3.0.0 only TYPO3 10 is supported (PHP >= 7.2)

About

Shows a ribbon in the right top corner depending on the TYPO3 application context

License:Other


Languages

Language:PHP 60.7%Language:CSS 28.0%Language:JavaScript 11.3%