Merge branch 'master' of gitlab.com:agaric/sites/geo
This commit is contained in:
commit
9a049c28aa
6 changed files with 14 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "agaric/sites/geo",
|
"name": "agaric-sites/geo",
|
||||||
"description": "Drutopia-based site for the Grassroots Economic Organizing collective.",
|
"description": "Drutopia-based site for the Grassroots Economic Organizing collective.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0+",
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
uuid: 371cab72-414d-48bb-8bd9-2fd973d6860b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- geo_upgrade
|
|
||||||
id: config_sync.module.geo_upgrade
|
|
||||||
snapshotSet: config_sync
|
|
||||||
extensionType: module
|
|
||||||
extensionName: geo_upgrade
|
|
||||||
items:
|
|
||||||
-
|
|
||||||
collection: ''
|
|
||||||
name: migrate_plus.migration_group.migrate_drupal_7_geo
|
|
||||||
data:
|
|
||||||
langcode: en
|
|
||||||
id: migrate_drupal_7_geo
|
|
||||||
label: 'Import from Drupal 7'
|
|
||||||
description: 'Migrate from the D7 version of the site'
|
|
||||||
source_type: 'Drupal 7'
|
|
||||||
shared_configuration:
|
|
||||||
source:
|
|
||||||
key: drupal7
|
|
||||||
dependencies:
|
|
||||||
enforced:
|
|
||||||
module:
|
|
||||||
- geo_upgrade
|
|
|
@ -15,22 +15,17 @@ bundle: comment
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
author:
|
author:
|
||||||
weight: -2
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
comment_body:
|
comment_body:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 11
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
subject:
|
hidden:
|
||||||
type: string_textfield
|
subject: true
|
||||||
weight: 10
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
|
||||||
hidden: { }
|
|
||||||
|
|
|
@ -58,7 +58,6 @@ module:
|
||||||
fixed_block_content: 0
|
fixed_block_content: 0
|
||||||
focal_point: 0
|
focal_point: 0
|
||||||
gdpr: 0
|
gdpr: 0
|
||||||
geo_upgrade: 0
|
|
||||||
hal: 0
|
hal: 0
|
||||||
help: 0
|
help: 0
|
||||||
history: 0
|
history: 0
|
||||||
|
|
|
@ -15,7 +15,7 @@ entity_type: node
|
||||||
bundle: article
|
bundle: article
|
||||||
label: Comments
|
label: Comments
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: false
|
||||||
translatable: true
|
translatable: true
|
||||||
default_value:
|
default_value:
|
||||||
-
|
-
|
||||||
|
@ -29,7 +29,7 @@ default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
default_mode: 1
|
default_mode: 1
|
||||||
per_page: 50
|
per_page: 50
|
||||||
anonymous: 0
|
anonymous: 1
|
||||||
form_location: false
|
form_location: true
|
||||||
preview: 1
|
preview: 0
|
||||||
field_type: comment
|
field_type: comment
|
||||||
|
|
|
@ -29,7 +29,7 @@ default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
default_mode: 1
|
default_mode: 1
|
||||||
per_page: 50
|
per_page: 50
|
||||||
anonymous: 0
|
anonymous: 1
|
||||||
form_location: false
|
form_location: true
|
||||||
preview: 1
|
preview: 0
|
||||||
field_type: comment
|
field_type: comment
|
||||||
|
|
Loading…
Add table
Reference in a new issue