Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Issue #2906977: Integrate seo assessments #455

Open
wants to merge 27 commits into
base: 8.x-2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a9be4bc
added seo keyword field to article node
ol0lll Sep 15, 2017
de8ad66
revert dev provisioning
ol0lll Sep 15, 2017
701a1dd
add yoast_seo_preview from sandbox
ol0lll Sep 15, 2017
0777e13
Merge branch 'develop' into fix/2906977
chrfritsch Sep 22, 2017
6051d9c
Merge branch 'develop' into fix/2906977
dbosen Oct 9, 2017
4037f82
Fix CS issue
chrfritsch Oct 9, 2017
1e01fd6
Merge branch 'fix/2906977' of github.com:BurdaMagazinOrg/thunder-dist…
chrfritsch Oct 9, 2017
affce25
Merge branch 'develop' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Oct 18, 2017
8e4773a
Add to makefile
ol0lll Oct 19, 2017
0b370b2
add isEmpty to FieldType plugin, save and export field settings > fix…
ol0lll Nov 3, 2017
4299f71
Merge branch 'develop' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Nov 3, 2017
266e0ea
Merge branch 'develop' into fix/2906977
ol0lll Nov 6, 2017
e58546f
Merge branch 'develop' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Nov 9, 2017
80a5955
moved field config to optional
ol0lll Nov 9, 2017
c708bc6
Merge branch 'develop' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Nov 10, 2017
96185e2
Merge branch 'develop' into fix/2906977
chrfritsch Nov 23, 2017
322abde
Merge branch 'develop' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Nov 27, 2017
e4fa8ee
Merge branch 'develop' into feature/2906977-integrate-seo-assessments
ol0lll Nov 28, 2017
3cbed5f
Merge branch 'develop' into feature/2906977-integrate-seo-assessments
chrfritsch Jan 19, 2018
991b63e
Merge branch 'develop' into feature/2906977-integrate-seo-assessments
chrfritsch Feb 19, 2018
5f2269e
Use new shiny module
chrfritsch Feb 19, 2018
34282a9
Fix field types
chrfritsch Feb 19, 2018
7ba686e
Merge branch 'develop' into feature/2906977-integrate-seo-assessments
dbosen Mar 19, 2018
534c116
Merge branch '8.x-2.x' into feature/2906977-integrate-seo-assessments
dbosen May 2, 2018
268e0a1
Merge branch '8.x-2.x' into feature/2906977-integrate-seo-assessments
chrfritsch Jun 6, 2018
2c11152
Merge branch '8.x-2.x' of github.com:BurdaMagazinOrg/thunder-distribu…
ol0lll Aug 2, 2018
6411334
Merge branch '8.x-2.x' into feature/2906977-integrate-seo-assessments
chrfritsch Sep 3, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"drupal/token": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/views_load_more": "dev-1.x",
"drupal/yoast_seo": "^2.0",
"valiton/harbourmaster": "~8.1",
"bower-asset/dropzone": "^5.1",
"bower-asset/exif-js": "^2.3.0",
Expand Down
2 changes: 2 additions & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ projects[video_embed_field][version] = 1
projects[views_load_more][type] = module
projects[views_load_more][download][url] = https://git.drupal.org/project/views_load_more.git
projects[views_load_more][download][branch] = 8.x-1.x
projects[yoast_seo][type] = module
projects[yoast_seo][version] = 2
libraries[dropzone][type] = library
libraries[dropzone][download][type] = get
libraries[dropzone][download][url] = https://github.com/enyo/dropzone/archive/v5.1.1.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.node.article.field_channel
- field.field.node.article.field_meta_tags
- field.field.node.article.field_paragraphs
- field.field.node.article.field_seo_keyword
- field.field.node.article.field_seo_title
- field.field.node.article.field_tags
- field.field.node.article.field_teaser_media
Expand All @@ -20,6 +21,7 @@ dependencies:
- path
- scheduler
- select2
- yoast_seo
third_party_settings:
field_group:
group_teaser:
Expand Down Expand Up @@ -54,6 +56,7 @@ third_party_settings:
- field_channel
- title
- field_seo_title
- field_seo_keyword
- field_tags
parent_name: ''
weight: 3
Expand Down Expand Up @@ -109,6 +112,12 @@ content:
split_text: true
delete_confirmation: true
region: content
field_seo_keyword:
weight: 5
settings: { }
third_party_settings: { }
type: yoast_seo_widget
region: content
field_seo_title:
type: string_textfield
weight: 4
Expand All @@ -125,7 +134,7 @@ content:
region: content
field_tags:
type: select2_entity_reference
weight: 5
weight: 6
settings:
autocomplete: true
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- field.field.node.article.field_channel
- field.field.node.article.field_meta_tags
- field.field.node.article.field_paragraphs
- field.field.node.article.field_seo_keyword
- field.field.node.article.field_seo_title
- field.field.node.article.field_tags
- field.field.node.article.field_teaser_media
Expand Down Expand Up @@ -37,17 +38,18 @@ content:
region: content
links:
weight: 2
region: content
settings: { }
third_party_settings: { }
region: content
shariff_field:
weight: 3
region: content
settings: { }
third_party_settings: { }
region: content
hidden:
field_channel: true
field_meta_tags: true
field_seo_keyword: true
field_seo_title: true
field_teaser_media: true
field_teaser_text: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_seo_keyword
- node.type.article
module:
- yoast_seo
id: node.article.field_seo_keyword
field_name: field_seo_keyword
entity_type: node
bundle: article
label: 'SEO keyword'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: yoast_seo
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- node
- yoast_seo
id: node.field_seo_keyword
field_name: field_seo_keyword
entity_type: node
type: yoast_seo
settings: { }
module: yoast_seo
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
1 change: 1 addition & 0 deletions thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ install:
- slick_media
- responsive_preview
- video_embed_media
- yoast_seo
# thunder
- thunder_article
- thunder_media
Expand Down