diff --git a/config/schema/metatag.metatag_tag.schema.yml b/config/schema/metatag.metatag_tag.schema.yml index c64c2e4..d2b9d0d 100644 --- a/config/schema/metatag.metatag_tag.schema.yml +++ b/config/schema/metatag.metatag_tag.schema.yml @@ -1,9 +1,6 @@ metatag.metatag_tag.abstract: type: label label: 'Abstract' -metatag.metatag_tag.author: - type: label - label: 'Author' metatag.metatag_tag.canonical_url: type: label label: 'Canonical URL' diff --git a/metatag_google_plus/config/schema/metatag_google_plus.metatag_tag.schema.yml b/metatag_google_plus/config/schema/metatag_google_plus.metatag_tag.schema.yml index e4f7603..c56295b 100644 --- a/metatag_google_plus/config/schema/metatag_google_plus.metatag_tag.schema.yml +++ b/metatag_google_plus/config/schema/metatag_google_plus.metatag_tag.schema.yml @@ -10,3 +10,6 @@ metatag.metatag_tag.google_plus_description: metatag.metatag_tag.google_plus_publisher: type: label label: 'Publisher URL' +metatag.metatag_tag.google_plus_author: + type: label + label: 'Author' diff --git a/src/Plugin/metatag/Tag/Author.php b/metatag_google_plus/src/Plugin/metatag/Tag/Author.php similarity index 76% rename from src/Plugin/metatag/Tag/Author.php rename to metatag_google_plus/src/Plugin/metatag/Tag/Author.php index bf83a79..d8a98ee 100644 --- a/src/Plugin/metatag/Tag/Author.php +++ b/metatag_google_plus/src/Plugin/metatag/Tag/Author.php @@ -1,16 +1,18 @@