{% set inheritedFrom = seomatic.helper.findInheritableBundle(parentBundles, "ogSiteNamePosition") %} {% set hasInheritableValues = inheritedFrom is not null %} {% set additionalVars = { 'isInherited': seomatic.helper.isInherited(metaGlobalVars, "ogSiteNamePosition"), 'fieldLabel': "Facebook OpenGraph Site Name Position Source"|t("seomatic"), 'labelFor': 'metaBundleSettings-siteNamePositionSource', 'wrapperClass': 'seomatic-textSourceWrapper', 'settingName': 'ogSiteNamePosition' } %} {% embed "seomatic/settings/_includes/fields/_inheritableField.twig" with additionalVars %} {% macro ogSiteNamePositionField(textOptions, metaBundleSettings, metaGlobalVars, suffix) %} {% set disabled = suffix|length > 0 %} {% import "_includes/forms" as forms %}