{% set inheritedFrom = seomatic.helper.findInheritableBundle(parentBundles, "seoImage") %} {% set hasInheritableValues = inheritedFrom is not null %} {% set additionalVars = { 'isInherited': seomatic.helper.isInherited(metaGlobalVars, "seoImage"), 'fieldLabel': "SEO Image Source"|t("seomatic"), 'labelFor': 'metaBundleSettings-seoImageSource', 'wrapperClass': 'seomatic-imageSourceInnerWrapper', 'settingName': 'seoImage' } %} {% embed "seomatic/settings/_includes/fields/_inheritableField.twig" with additionalVars %} {% macro seoImageField(seoImageElements, elementType, imageOptions, assetFieldSources, seomaticConfig, metaBundleSettings, metaGlobalVars, suffix, pageContext) %} {% set disabled = suffix|length > 0 %}
{{ "This is the image that will be used for display as the global website brand, as well as on X (Twitter) Cards and Facebook OpenGraph that link to the website, if they are not specified."|t("seomatic") }}