Commit 0f884024 authored by Siva Prasad C's avatar Siva Prasad C Committed by Damien McKenna
Browse files

Issue #3180470 by SivaprasadC: Typos in couple of files.

parent 81711e8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  "Configuration".
#2782797 by DamienMcKenna, Rolf van de Krol, michaelpetri, mvwensen, mxr576,
  Alex G: Allow each tag to have its own permission (merge Metatag Access).
#3180470 by SivaprasadC: Typos in couple of files.


Metatag 8.x-1.14, 2020-08-11
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ Two migration processes are supported:
 2. A custom migration using Migrate Plus [3] and possibly Migrate Tools [4].
    This will require manually creating the meta tag fields and assigning a
    custom process plugin as the source for its data. For example, if the name
    of the field is "field_meta_tags" the lines fron the "process" section of
    of the field is "field_meta_tags" the lines from the "process" section of
    the migration yml file would need to look line the following:

    For migrating from Nodewords on D6:
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 * @MetatagTag(
 *   id = "theme_color",
 *   label = @Translation("Theme Color"),
 *   description = @Translation("A color in hexidecimal format, e.g. '#0000ff' for blue; must include the '#' symbol. Used by some browsers to control the background color of the toolbar, the color used with an icon, etc."),
 *   description = @Translation("A color in hexadecimal format, e.g. '#0000ff' for blue; must include the '#' symbol. Used by some browsers to control the background color of the toolbar, the color used with an icon, etc."),
 *   name = "theme-color",
 *   group = "mobile",
 *   weight = 81,
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 * @MetatagTag(
 *   id = "twitter_cards_player_stream",
 *   label = @Translation("MP4 media stream URL"),
 *   description = @Translation("The full URL for an MP4 video (h.264) or audio (AAC) stream, takes precidence over the other media player field."),
 *   description = @Translation("The full URL for an MP4 video (h.264) or audio (AAC) stream, takes precedence over the other media player field."),
 *   name = "twitter:player:stream",
 *   group = "twitter_cards",
 *   weight = 403,
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ namespace Drupal\metatag\Plugin\metatag\Tag;
 * @MetatagTag(
 *   id = "rating",
 *   label = @Translation("Rating"),
 *   description = @Translation("Used to rate content for audience appropriateness. This tag has little known influence on search engine rankings, but can be used by browsers, browser extentions, and apps. The <a href='https://www.metatags.org/meta_name_rating'>most common options</a> are general, mature, restricted, 14 years, safe for kids. If you follow the <a href='https://www.rtalabel.org/index.php?content=howto'>RTA Documentation</a> you should enter RTA-5042-1996-1400-1577-RTA"),
 *   description = @Translation("Used to rate content for audience appropriateness. This tag has little known influence on search engine rankings, but can be used by browsers, browser extensions, and apps. The <a href='https://www.metatags.org/meta_name_rating'>most common options</a> are general, mature, restricted, 14 years, safe for kids. If you follow the <a href='https://www.rtalabel.org/index.php?content=howto'>RTA Documentation</a> you should enter RTA-5042-1996-1400-1577-RTA"),
 *   name = "rating",
 *   group = "advanced",
 *   weight = 5,