X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2FREADME.txt;h=da936bf71f347a57f4ce699634f99f9fb5c37da1;hb=059867c3f96750652c80f39e44c442a58c2549ee;hp=4f7da51328f716a509cbad0d5c2fe86b40478c85;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2;p=yaffs-website diff --git a/web/modules/contrib/metatag/README.txt b/web/modules/contrib/metatag/README.txt index 4f7da5132..da936bf71 100644 --- a/web/modules/contrib/metatag/README.txt +++ b/web/modules/contrib/metatag/README.txt @@ -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