diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 1a8526f33..885718f82 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -220,8 +220,63 @@ - + +
+ {% trans %}The following variables can be used to create tagging rules:{% endtrans %} + +
Variable | +Meaning | +
---|---|
title | +{% trans %}Title of the entry{% endtrans %} | +
url | +{% trans %}URL of the entry{% endtrans %} | +
isArchived | +{% trans %}Whether the entry is archived or not{% endtrans %} | +
isStared | +{% trans %}Whether the entry is starred or not{% endtrans %} | +
content | +{% trans %}The entry's content{% endtrans %} | +
language | +{% trans %}The entry's language{% endtrans %} | +
mimetype | +{% trans %}The entry's mime-type{% endtrans %} | +
readingTime | +{% trans %}The estimated entry's reading time, in minutes{% endtrans %} | +
domainName | +{% trans %}The domain name of the entry{% endtrans %} | +