Skip to content
Snippets Groups Projects
Commit 7302b01b authored by Gareth Poole's avatar Gareth Poole
Browse files

Issue #3358346 by gareth.poole: Sector 10 - Default page config and sample content -

schema metatag module
parent 3a62151a
No related branches found
No related tags found
1 merge request!38Issue #3375049 "Upgrade rabbit hole"
{
"name": "sector/sector_news",
"description": "Provides the default content and configuration for News content type",
"type": "drupal-module",
"keywords": [
"Drupal",
"Sector",
"News"
],
"homepage": "http://drupal.org/project/sector",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://www.drupal.org/project/issues/sector",
"source": "https://git.drupalcode.org/project/sector"
},
"require": {
"drupal/schema_metatag": "^2.4"
}
}
\ No newline at end of file
......@@ -17,3 +17,9 @@ tags:
twitter_cards_page_url: '[node:url]'
twitter_cards_title: '[node:title]'
twitter_cards_type: summary
schema_article_date_published: '[node:field_issue_date:date:custom:c]'
schema_article_description: '[node:summary]'
schema_article_headline: '[node:title]'
schema_article_is_accessible_for_free: 'True'
schema_article_name: '[node:title]'
schema_article_type: NewsArticle
......@@ -30,7 +30,7 @@ default:
value: false
weight:
-
value: -48
value: 10
expanded:
-
value: false
......
......@@ -4,7 +4,8 @@ description: Provides the default content and configuration for News content typ
package: Sector
core_version_requirement: ^10
install:
- schema_metatag:schema_metatag
- schema_metatag:schema_article
- metatag:metatag_twitter_cards
dependencies:
- sector:sector_media
- sector:sector_text_formats
......
......@@ -83,6 +83,7 @@ install:
- redirect:redirect
- rh_node:rh_node
- rh_taxonomy:rh_taxonomy
- schema_metatag:schema_metatag
- search_api_db:search_api_db
- search_api:search_api
# - sector:admin_ui_toggle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment