Исходный текст | Переводы |
---|---|
Enable logging of translations to Watchdog | |
Optionally log to Watchdog any changes that happen. | |
Load the module's default configurations | |
Control whether the module's default configuration is used. This will not affect configurations exported via Features. | |
Cache meta tag output | |
Enabling this will cause all meta tag output to be cached for each page, which may aid with site performance in some circumstances. Should not be used if there are paths which include user-specific meta tags for the <em>current user</em>, they may lead to information about the user being accidentally leaked; this problem does not affect the "user/[uid]" pages. It may also cause the {cache_metatag} cache table to grow to be extremely large in certain circumstances. | |
Leave core's meta tags as-is | |
Drupal core outputs a number of meta tags itself: canonical, shortlink, and generator. Metatag can be used to replace these with custom values. Should Metatag not have values for these meta tags, core's tags will normally be removed. Enabling this option will leave those meta tags on the page, even if Metatag is not replacing them. | |
Page region to use | |
By default Metatag uses the 'Content' region to trigger output of the meta tags. Some themes do not have this region, so it can be necessary to pick another. |