forked from friendica/friendica-addons
fix comment
This commit is contained in:
parent
6b8bc583f0
commit
4e0e3e83fe
|
@ -925,7 +925,7 @@ function retriever_content($a) {
|
||||||
'retriever_cookiedata',
|
'retriever_cookiedata',
|
||||||
DI::l10n()->t('Cookie Data'),
|
DI::l10n()->t('Cookie Data'),
|
||||||
$retriever_rule['data']['cookiedata'],
|
$retriever_rule['data']['cookiedata'],
|
||||||
DI::l10n()->t("Latest cookie data for this feed. Netscape cookie file format.")),
|
DI::l10n()->t("Latest cookie data for this feed. Example: [{\"Name\":\"cookie-name\",\"Value\":\"cookie-value\",\"Domain\":\"example.com\",\"Path\":\"\\/path\\/\",\"Max-Age\":null,\"Expires\":1682450014,\"Secure\":true,\"Discard\":false,\"HttpOnly\":true}]")),
|
||||||
'$customxslt' => array(
|
'$customxslt' => array(
|
||||||
'retriever_customxslt',
|
'retriever_customxslt',
|
||||||
DI::l10n()->t('Custom XSLT'),
|
DI::l10n()->t('Custom XSLT'),
|
||||||
|
|
Loading…
Reference in a new issue