Forces the action buttons of a file to be shown next to the associated file without needing to first hover over the thumbnail
  • PHP 89%
  • CSS 11%
Find a file
2025-10-14 15:41:22 +01:00
assets v0.1.0 commit 2025-10-14 15:38:57 +01:00
vendor v0.1.0 commit 2025-10-14 15:38:57 +01:00
.gitattributes Initial commit 2025-10-14 12:19:12 +01:00
admin-force-file-operations-visible.php v0.1.0 commit 2025-10-14 15:38:57 +01:00
admin-force-file-operations-visible.yaml v0.1.0 commit 2025-10-14 15:38:57 +01:00
blueprints.yaml update description 2025-10-14 15:40:30 +01:00
CHANGELOG.md v0.1.0 commit 2025-10-14 15:38:57 +01:00
composer.json update description 2025-10-14 15:40:30 +01:00
composer.lock v0.1.0 commit 2025-10-14 15:38:57 +01:00
languages.yaml v0.1.0 commit 2025-10-14 15:38:57 +01:00
LICENSE v0.1.0 commit 2025-10-14 15:38:57 +01:00
README.md Update README.md 2025-10-14 15:41:22 +01:00
screenshot.png v0.1.0 commit 2025-10-14 15:38:57 +01:00

Admin: Force File Operations Visibility

The Admin: Force File Operations Visibility Plugin is an extension for Grav CMS, to "extend" the Admin Panel Plugin.

It forces the action buttons of a file to be shown next to the associated file without needing to first hover over the thumbnail.

An example of the plugin in action

(The obligatory XKCD)

Installation

Manual Installation

To install the plugin manually, download the zip-version of this repository and unzip it under /your/site/grav/user/plugins. Then rename the folder to admin-force-file-operations-visible. You can find these files on GitHub or via GetGrav.org.

You should now have all the plugin files under

/your/site/grav/user/plugins/admin-force-file-operations-visible

NOTE: This plugin is a modular component for Grav which may require other plugins to operate, please see its blueprints.yaml-file on GitHub.

Admin Plugin

If you use the Admin Plugin, you can install the plugin directly by browsing the Plugins-menu and clicking on the Add button.

Configuration

Before configuring this plugin, you should copy the user/plugins/admin-force-file-operations-visible/admin-force-file-operations-visible.yaml to user/config/plugins/admin-force-file-operations-visible.yaml and only edit that copy.

Here is the default configuration and an explanation of available options:

enabled: true

Note that if you use the Admin Plugin, a file with your configuration named admin-force-file-operations-visible.yaml will be saved in the user/config/plugins/ folder once the configuration is saved in the Admin.

Usage

When interacting with dropzone or file fields in the Admin Panel, files' action buttons should be permanently visible.

screenshot showing the location and visual styling of the button