[ 'name' => tr('Short URL'), 'description' => tr('Provides the ability to create a short url, easy to share.'), 'type' => 'flag', 'default' => 'n', 'keywords' => 'short url', 'dependencies' => [ 'feature_sefurl_routes', ], ], 'sefurl_short_url_base_url' => [ 'name' => tr('Short URL base URL'), 'description' => tra('The base URL that is used when generating short URLs, including the HTTP prefix, example: "http://www.example.com". By default will use the URL of the current website.'), 'type' => 'text', 'size' => '300', 'default' => '', 'keywords' => 'short url', 'dependencies' => [ 'sefurl_short_url', ], ], ]; }