mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Display the tagging rules in the config
This commit is contained in:
parent
9cbb404b4a
commit
981cacf7b9
1 changed files with 12 additions and 0 deletions
|
@ -185,6 +185,18 @@
|
|||
</div>
|
||||
|
||||
<div id="set5" class="col s12">
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<ul>
|
||||
{% for tagging_rule in app.user.config.taggingRules %}
|
||||
<li>
|
||||
if « {{ tagging_rule.rule }} » then tag as « {{ tagging_rule.tags|join(', ') }} »
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form action="{{ path('config') }}#set5" method="post" {{ form_enctype(form.pwd) }}>
|
||||
{{ form_errors(form.pwd) }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue