-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
src/templates/_includes/macros.twig
{% macro configWarning(setting) %}
{% set setting = '<code>'~setting~'</code>' %}
{{ "This setting is being overridden by {setting} in the {file} config file."|bt({
setting: setting,
file: '<code>slugsmith.php</code>'
})|raw }}
{% endmacro %}
That bt() should probably be t()?
Currently throwing:
Twig Syntax Error – Twig\Error\SyntaxError
Unknown "bt" filter.
On the Settings page.
Love the idea of the slug refresh button, by the way.
Metadata
Metadata
Assignees
Labels
No labels