Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 0 additions & 7 deletions config/install/comment.type.comment.yml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ status: true
dependencies:
config:
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
module:
- comment
- image
- path
- text
Expand All @@ -25,11 +23,6 @@ content:
summary_rows: 3
placeholder: ''
third_party_settings: { }
comment:
type: comment_default
weight: 20
settings: { }
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions config/install/core.entity_view_display.node.article.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ status: true
dependencies:
config:
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
module:
- comment
- image
- text
- user
Expand All @@ -23,13 +21,6 @@ content:
settings: { }
third_party_settings: { }
label: hidden
comment:
label: above
type: comment_default
weight: 20
settings:
pager_id: 0
third_party_settings: { }
field_image:
type: image
weight: -1
Expand All @@ -45,13 +36,6 @@ content:
settings:
link: true
third_party_settings: { }
comment:
label: above
type: comment_default
weight: 110
settings:
pager_id: 0
third_party_settings: { }
links:
weight: 100
hidden:
Expand Down
2 changes: 0 additions & 2 deletions config/install/core.entity_view_display.node.article.rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dependencies:
config:
- core.entity_view_mode.node.rss
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
Expand All @@ -19,6 +18,5 @@ content:
weight: 100
hidden:
body: true
comment: true
field_image: true
field_tags: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
Expand Down Expand Up @@ -42,6 +41,5 @@ content:
links:
weight: 100
hidden:
comment: true
field_image: true
field_tags: true
20 changes: 0 additions & 20 deletions config/install/field.field.comment.comment.comment_body.yml

This file was deleted.

32 changes: 0 additions & 32 deletions config/install/field.field.node.article.comment.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/field.storage.node.comment.yml

This file was deleted.

33 changes: 0 additions & 33 deletions config/install/rdf.mapping.comment.comment.yml

This file was deleted.

4 changes: 0 additions & 4 deletions config/install/rdf.mapping.node.article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ fieldMappings:
uid:
properties:
- 'schema:author'
comment:
properties:
- 'schema:comment'
mapping_type: rel
comment_count:
properties:
- 'schema:interactionCount'
Expand Down
7 changes: 0 additions & 7 deletions config/install/rdf.mapping.node.page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ fieldMappings:
properties:
- 'schema:author'
mapping_type: rel
comment_count:
properties:
- 'schema:interactionCount'
datatype_callback:
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
arguments:
interaction_type: UserComments
2 changes: 1 addition & 1 deletion config/install/system.theme.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
admin: seven
admin: adminimal_theme
default: bartik
32 changes: 27 additions & 5 deletions metaltoad.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ distribution:

# Required modules
dependencies:
# Core
- node
- history
- block
- breakpoint
- ckeditor
- color
- config
- comment
- contextual
- contact
- menu_link_content
Expand All @@ -25,22 +24,45 @@ dependencies:
- editor
- help
- image
- media
- menu_ui
- options
- path
- page_cache
- dynamic_page_cache
- taxonomy
- dblog
- search
- shortcut
- toolbar
- field_ui
- file
- rdf
- views
- views_ui
- tour
# Contrib
- admin_toolbar
- embed
- entity
- entityqueue
- entity_browser
- entity_embed
- entity_reference_revisions
- paragraphs
- paragraphs_edit
- inline_entity_form
- taxonomy_access_fix
- role_delegation
- token
- search_api
- search_api_solr
- metatag
- redirect
- pathauto
- simple_sitemap
- google_analytics
- system_status
- security_review
- components # For theme Twig component libraries (e.g., @atoms, @molecules)
themes:
- bartik
- seven
- adminimal_theme