Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / README.txt
index 4f7da51328f716a509cbad0d5c2fe86b40478c85..da936bf71f347a57f4ce699634f99f9fb5c37da1 100644 (file)
@@ -115,6 +115,28 @@ Standard usage scenario
        Drupal's translation system.
 
 
+Simplify the content administration experience
+--------------------------------------------------------------------------------
+This module and its submodules gives a site's content team the ability to add
+every meta tag ever. The standard meta tag form added by the Metatag field on
+content entities can be overwhelming to content creators and editors who just
+need to manage a few options.
+
+The easiest way of simplifying this for content teams is to add new fields to
+the content type for the meta data fields that are needed and skip adding the
+Metatag field entirely, then use tokens for those fields in the defaults
+(/admin/config/search/metatag). These fields can be used in the entity's
+display, or just left hidden.
+
+
+Alternative option to simplify the content administration experience
+--------------------------------------------------------------------------------
+On the settings page (/admin/config/search/metatag/settings) are options to
+control which meta tag groups are available for each entity bundle. This allows
+e.g. the Favicon meta tags to be available for global configurations but to hide
+them on entity forms.
+
+
 Programmatically assign meta tags to an entity
 --------------------------------------------------------------------------------
 There are two ways to assign an entity's meta tags in custom module. Both