ethercreative/seo

Variable "globalSettings" does not exist

Closed this issue · 0 comments

On version 1.1.2 when opening /admin/seo/settings

Template Error
Variable "globalSettings" does not exist
/var/www/craft/plugins/seo/templates/_seo-fieldtype-settings.twig(8)

1 {% import "_includes/forms" as forms %}
2 
3 {{ forms.textField({
4     label: 'Title Suffix',
5     instructions: 'A string appended, after a space, to the page title. This can be removed on a per-entry basis.',
6     name: 'titleSuffix',
7     id: 'titleSuffix',
8     value: settings.titleSuffix is defined and settings.titleSuffix != "" ? settings.titleSuffix : globalSettings.titleSuffix
9 }) }}