Config
The plugin needs to be configured with endpoints, providers, and functions.
go to Plugins > ICP Agent > settings
add your own config inside the configEditor field
Example config:
Content providers
Functions
Functions are a way to configure new image functions into the plugin. This can later be used by different plugins. The criteria is that each function at least contains a "default" function as a fallback.
Template strings
The strings are built upon known structure for the specific service and should be the query strings of each services without the starting "?". Each parameter is build with a key=[value] structure where value can be followed by a :optional argument. Example: key[value:optional] where optional is a default value if non is passed to the specific function.
Last updated