Is it possible to add the content of the additional parameter image from assets?
Right now, it seems to me that I need an external service that I can reference by a URL to download the image. But is there any way to use an image I already host in my assets?
The asset's filename is not constant because a random cache handler string is appended to it. Now, how can I reference that filename in the config, or add this parameter to the config from code later?
Is it possible to add the content of the additional parameter
imagefrom assets?Right now, it seems to me that I need an external service that I can reference by a URL to download the image. But is there any way to use an image I already host in my assets?
The asset's filename is not constant because a random cache handler string is appended to it. Now, how can I reference that filename in the config, or add this parameter to the config from code later?