{% set inheritedFrom = seomatic.helper.findInheritableBundle(parentBundles, "twitterDescription") %} {% set hasInheritableValues = inheritedFrom is not null %} {% set additionalVars = { 'isInherited': seomatic.helper.isInherited(metaGlobalVars, "twitterDescription"), 'wrapperClass': 'seomatic-textSourceWrapper', 'fieldLabel': "X (Twitter) Description Source"|t("seomatic"), 'labelFor': 'metaBundleSettings-twitterDescriptionSource', 'settingName': 'twitterDescription' } %} {% embed "seomatic/settings/_includes/fields/_inheritableField.twig" with additionalVars %} {% macro twitterDescriptionField(textOptions, textFieldSources, metaBundleSettings, metaGlobalVars, suffix, pageContext) %} {% set disabled = suffix|length > 0 %}
{{ "X (Twitter) descriptions are displayed below the X (Twitter) Title in your X (Twitter) Cards. Use them to provide a summary of what your page is about."|t("seomatic") }}