a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,23 @@
|
||||
{
|
||||
"name": "media",
|
||||
"version": "1.0.0",
|
||||
"description": "Upload and attach media to plants and grow logs",
|
||||
"entry_point": null
|
||||
{
|
||||
"name": "Media",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Manages image uploads, storage, and URL generation.",
|
||||
"module": "plugins.media",
|
||||
"routes": {
|
||||
"module": "plugins.media.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/media"
|
||||
},
|
||||
"models": [
|
||||
"plugins.media.models"
|
||||
],
|
||||
"template_globals": [
|
||||
{
|
||||
"name": "generate_image_url",
|
||||
"callable": "plugins.media.routes.generate_image_url"
|
||||
}
|
||||
],
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
Reference in New Issue
Block a user