ident comments
This commit is contained in:
parent
8528b08a42
commit
c2274ca92c
1 changed files with 9 additions and 9 deletions
|
@ -464,15 +464,15 @@ class pluginAPI extends Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| Upload an image and generate the thumbnails
|
| Upload an image and generate the thumbnails
|
||||||
| Returns the image and thumbnail URL
|
| Returns the image and thumbnail URL
|
||||||
|
|
|
|
||||||
| @inputs array
|
| @inputs array
|
||||||
| @inputs['uuid'] string Page UUID
|
| @inputs['uuid'] string Page UUID
|
||||||
| @_FILE array https://www.php.net/manual/en/reserved.variables.files.php
|
| @_FILE array https://www.php.net/manual/en/reserved.variables.files.php
|
||||||
|
|
|
|
||||||
| @return array
|
| @return array
|
||||||
*/
|
*/
|
||||||
private function uploadImage($inputs)
|
private function uploadImage($inputs)
|
||||||
{
|
{
|
||||||
// Set upload directory
|
// Set upload directory
|
||||||
|
|
Loading…
Reference in a new issue