-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 813 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "contensio/plugin-watermark",
"label": "Media Watermark",
"description": "Automatically apply a text or image watermark to uploaded images. Configurable position, opacity, scale, and margin. Includes an artisan command to bulk-apply to existing files.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\Watermark\\WatermarkServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\Watermark\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": {
"placement": "tools",
"label": "Watermark",
"icon": "bi-droplet-half",
"route": "contensio-watermark.settings",
"permission": "plugins.configure"
},
"removable": true
}