There is currently no way to configure the shortener via the global admin configuration. The config file has the main drawback of being overwritten by updates. These changes add an easy way to select a shortener and configure a URL for the base shortener.
Changes:
Add new configurations for the shortener
CLIQR_URL_SHORTENER_CLASS: Shortener class name to be used
CLIQR_BASIC_SHORTENER_URL: Url of the base shortener
Both configurations take precedence over the configuration file
There is currently no way to configure the shortener via the global admin configuration. The config file has the main drawback of being overwritten by updates. These changes add an easy way to select a shortener and configure a URL for the base shortener.
Changes:
CLIQR_URL_SHORTENER_CLASS
: Shortener class name to be usedCLIQR_BASIC_SHORTENER_URL
: Url of the base shortener