From 2f408982f865a4081239c7353965dea8cc29d718 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 2 Aug 2017 12:15:34 -0400 Subject: [PATCH] * Fixed a cosmetic bug where the SEOmatic FieldType settings didn't display the OpenGraph Image Source Changeable properly --- templates/field_settings.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/field_settings.twig b/templates/field_settings.twig index 9a52274..070fbfe 100755 --- a/templates/field_settings.twig +++ b/templates/field_settings.twig @@ -425,7 +425,7 @@ label: "Facebook OpenGraph Image Source Changeable"|t, name: 'seoFacebookImageIdSourceChangeable', instructions: "Whether to allow the user to change the Facebook OpenGraph Image source while editing the entry"|t, - on: settings.seoImageIdSourceChangeable, + on: settings.seoFacebookImageIdSourceChangeable, }) }}