From e9fbd2d12e94c96d540f6f98758f6bc92a65e7a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20Gomez?= Date: Sun, 11 Oct 2015 17:46:53 +0200 Subject: [PATCH] Add a table explaining the available variables --- .../themes/material/Config/index.html.twig | 57 ++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) 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 1a8526f3..885718f8 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 %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableMeaning
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 %}
+

+
+
{% if is_granted('ROLE_SUPER_ADMIN') %} -- 2.41.0