Image

imageUrl(width, height, category)

Output Type: String

Argument

Type

Default

Valid Values

width

Integer

640

height

Integer

480

category

String

NULL

"cats", "cars", ...

{
    "imageUrl": "imageUrl"
}

image(sourceDir, width, height, category)

Output Type: String

Argument

Type

Default

Valid Values

sourceDir

String

"/tmp"

''wp-content/uploads', 'my_special_path/'

width

Integer

640

height

Integer

480

category

String

NULL

"cats", "cars", ...

{
    "image": "image"
}

Last updated

Was this helpful?