Skip to content

Commit

Permalink
Issue #318 - Add metatag config
Browse files Browse the repository at this point in the history
  • Loading branch information
Istvan Csaki committed Feb 18, 2020
1 parent ad6710a commit d96bb15
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.403.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 7bedfe0f-42a0-47b5-94b3-f7cf1f06e245
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: Da5YWhJdKLxaJ9gDRI1u5oCbm5WBxiiDgA4M1QrOEPQ
id: '403'
label: '403 – A hozzáférés megtagadva'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
11 changes: 11 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.404.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 9df5d67c-9a2f-4310-98d9-97970cafdd5a
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
id: '404'
label: '404 – Az oldal nem található'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
12 changes: 12 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.front.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
uuid: a0e7bcc5-17d5-437b-b189-d14e645bd3b4
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
id: front
label: 'Front page'
tags:
shortlink: '[site:url]'
title: '[site:name]'
canonical_url: '[site:url]'
11 changes: 11 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.global.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: c924f138-3bcd-4b2b-a55b-e6cae5e65e7b
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
id: global
label: Global
tags:
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name]'
27 changes: 27 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: 94acbca1-9353-426a-8c99-28f149f873fa
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
id: node
label: Content
tags:
title: '[node:title] | [site:name]'
content_language: hu-HU
canonical_url: '[node:url]'
description: '[node:summary]'
article_modified_time: '[node:changed:long]'
article_published_time: '[node:created:long]'
og_type: '[node:content-type:name]'
og_url: '[node:url:path]'
og_description: '[node:app_teaser]'
article_tag: '[node:app_tags]'
og_site_name: '[site:name]'
article_author: '[node:author:original:account-name]'
og_title: '[node:title]'
twitter_cards_site: '@drupalhu'
twitter_cards_page_url: '[node:url:path]'
twitter_cards_description: '[node:summary]'
twitter_cards_type: summary
twitter_cards_title: '[node:title]'
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
uuid: a0e15812-9876-431f-a78a-64aef53e6761
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
id: taxonomy_term
label: 'Taxonomy term'
tags:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'
12 changes: 12 additions & 0 deletions sites/default/config/sync/metatag.metatag_defaults.user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
uuid: 3e97cc3a-52dd-4856-850e-acd47d43ccfc
langcode: hu
status: true
dependencies: { }
_core:
default_config_hash: MvQPTbQx0Vxwy0ordSHyixdZmLCMpvMdLD69dlwkrKc
id: user
label: User
tags:
canonical_url: '[user:url]'
description: '[site:name]'
title: '[user:display-name] | [site:name]'

0 comments on commit d96bb15

Please sign in to comment.