mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
Improve File input field for Admin
Add removing files from a blueprint to Admin, moved from Pro. Drop `showuploaded`, `ispluginconfig`, `showuploadedpreview` options from the File field. Added a "blueprint" option to specify the field name and type, e.g. `plugins.admin` or `themes.antimatter`. Dropped the multiple option, as it'd need more handling that now it's not there.
This commit is contained in:
@@ -461,4 +461,6 @@ PLUGIN_ADMIN:
|
||||
TWIG_UMASK_FIX: "Umask Fix"
|
||||
TWIG_UMASK_FIX_HELP: "By default Twig creates cached files as 0755, fix switches this to 0775"
|
||||
CACHE_PERMS: "Cache Permissions"
|
||||
CACHE_PERMS_HELP: "Default cache folder perms. Usually 0755 or 0775 depending on setup"
|
||||
CACHE_PERMS_HELP: "Default cache folder perms. Usually 0755 or 0775 depending on setup"
|
||||
REMOVE_SUCCESSFUL: "Remove Successful"
|
||||
REMOVE_FAILED: "Remove Failed"
|
||||
Reference in New Issue
Block a user