Merge branch 'master' into 'add-rake-tasks'

# Conflicts:
#   Makefile
This commit is contained in:
Chris Thompson 2019-02-20 21:05:56 +00:00
commit 755cb72210
149 changed files with 1298 additions and 420 deletions

View file

@ -0,0 +1,26 @@
## Summary
(Summarize the bug encountered concisely)
## Steps to reproduce
(How one can reproduce the issue - include specific links when possible)
## What is the current bug behavior?
(What actually happens)
## What is the expected correct behavior?
(What you should see instead)
## Relevant screenshots
/label ~Bug

View file

@ -0,0 +1,10 @@
## Background
## Work Required
* [ ]
/label ~Task

View file

@ -0,0 +1,10 @@
## Acceptance Criteria
Given that I am [role],
when I [action],
then I [result].
## Work Required
* [ ]
/label ~"User Story"

View file

@ -1,5 +1,5 @@
# Identify tasks which do not have output files: # Identify tasks which do not have output files:
.PHONY: help synclivetotest .PHONY: help synclivetotest syncdb syncfiles
GREEN := $(shell tput -Txterm setaf 2) GREEN := $(shell tput -Txterm setaf 2)
WHITE := $(shell tput -Txterm setaf 7) WHITE := $(shell tput -Txterm setaf 7)

View file

@ -39,7 +39,8 @@ git pull
git submodule update --recursive --remote git submodule update --recursive --remote
vagrant ssh vagrant ssh
composer install composer install
drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb
drush -y rsync @live:%files @self:%files
drush cim -y drush cim -y
``` ```
@ -80,3 +81,16 @@ Commit the files with a message on what you deployed with 'git commit -m '
Push the changes to the repo with `git push` Push the changes to the repo with `git push`
If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`. If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`.
## Code Hightlight.
The [prism.js](https://prismjs.com/) library was added in the site and can be used like this:
```
<pre>
<code class="language-css">
p { color: red }
</code>
</pre>
```
The suffix of the class needs to be changed depending of the language that is going to be highlighted eg: `language-php`, `language-js` etc.

View file

@ -28,10 +28,13 @@
"drupal/hotjar": "^1.2", "drupal/hotjar": "^1.2",
"drupal/http_client_error_status": "^1.0", "drupal/http_client_error_status": "^1.0",
"drupal/indieweb": "1.x-dev", "drupal/indieweb": "1.x-dev",
"drupal/markdown": "^1.2",
"drupal/menu_trail_by_path": "^1.1", "drupal/menu_trail_by_path": "^1.1",
"drupal/migrate_plus": "^4.0", "drupal/migrate_plus": "^4.0",
"drupal/migrate_tools": "^4.0", "drupal/migrate_tools": "^4.0",
"drupal/minimalhtml": "^1.0", "drupal/minimalhtml": "^1.0",
"drupal/paragraphs_features": "^1.4",
"drupal/preview_link": "^1.1",
"drupal/redirect": "^1.2", "drupal/redirect": "^1.2",
"drupal/regionincontent": "1.x-dev", "drupal/regionincontent": "1.x-dev",
"drupal/search404": "^1.0", "drupal/search404": "^1.0",
@ -99,14 +102,11 @@
}, },
"drupal/honeypot": { "drupal/honeypot": {
"Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch" "Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch"
}, }
"drupal/comment_notify": {
"Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch",
"The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch"
}
} }
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true,
"process-timeout": 600
} }
} }

867
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,10 +8,14 @@ enable_default:
entity_author: true entity_author: true
mail_templates: mail_templates:
watcher: watcher:
subject: '[site:name] :: new comment on [node:title]' node:
body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" subject: '[site:name] :: new comment on [node:title]'
body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
entity_author: entity_author:
subject: '[site:name] :: new comment for your post' node:
body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" subject: '[site:name] :: new comment for your post'
body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
_core: _core:
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
bundle_types:
- node--blog--comment

View file

@ -9,6 +9,225 @@ snapshotSet: config_sync
extensionType: module extensionType: module
extensionName: drutopia_creative_license extensionName: drutopia_creative_license
items: items:
-
collection: ''
name: config_snapshot.snapshot.config_sync.module.drutopia_creative_license
data:
langcode: en
status: true
dependencies:
module:
- drutopia_creative_license
id: config_sync.module.drutopia_creative_license
snapshotSet: config_sync
extensionType: module
extensionName: drutopia_creative_license
items:
-
collection: ''
name: core.entity_view_display.taxonomy_term.license.default
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
module:
- ds
- text
third_party_settings:
ds:
layout:
id: layout_onecol
library: layout_discovery/onecol
disable_css: false
entity_classes: all_classes
settings: { }
regions:
content:
- description
id: taxonomy_term.license.default
targetEntityType: taxonomy_term
bundle: license
mode: default
content:
description:
label: hidden
type: text_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden: { }
-
collection: ''
name: field.storage.node.field_license
data:
langcode: en
status: true
dependencies:
module:
- node
- taxonomy
id: node.field_license
field_name: field_license
entity_type: node
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
-
collection: ''
name: taxonomy.vocabulary.license
data:
langcode: en
status: true
dependencies: { }
name: License
vid: license
description: ''
hierarchy: 0
weight: 0
-
collection: ''
name: core.base_field_override.taxonomy_term.license.changed
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
id: taxonomy_term.license.changed
field_name: changed
entity_type: taxonomy_term
bundle: license
label: Changed
description: 'The time that the term was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed
-
collection: ''
name: core.base_field_override.taxonomy_term.license.description
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
module:
- text
id: taxonomy_term.license.description
field_name: description
entity_type: taxonomy_term
bundle: license
label: Description
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: text_long
-
collection: ''
name: core.base_field_override.taxonomy_term.license.metatag
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
id: taxonomy_term.license.metatag
field_name: metatag
entity_type: taxonomy_term
bundle: license
label: Metatags
description: 'The meta tags for the entity.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: map
-
collection: ''
name: core.base_field_override.taxonomy_term.license.name
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
id: taxonomy_term.license.name
field_name: name
entity_type: taxonomy_term
bundle: license
label: Name
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
-
collection: ''
name: core.base_field_override.taxonomy_term.license.path
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
module:
- path
id: taxonomy_term.license.path
field_name: path
entity_type: taxonomy_term
bundle: license
label: 'URL alias'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: path
-
collection: ''
name: core.base_field_override.taxonomy_term.license.status
data:
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.license
id: taxonomy_term.license.status
field_name: status
entity_type: taxonomy_term
bundle: license
label: Published
description: ''
required: false
translatable: false
default_value:
-
value: 1
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
- -
collection: '' collection: ''
name: core.entity_view_display.taxonomy_term.license.default name: core.entity_view_display.taxonomy_term.license.default

View file

@ -0,0 +1,16 @@
uuid: 336909a4-d8ff-4fd4-8fe4-6050d9c0e16d
langcode: en
status: true
dependencies:
module:
- markdown
id: config_sync.module.markdown
snapshotSet: config_sync
extensionType: module
extensionName: markdown
items:
-
collection: ''
name: markdown.settings
data:
markdown_library: php-markdown

View file

@ -0,0 +1,11 @@
uuid: 45874301-cb0c-498e-930f-360175ab0413
langcode: en
status: true
dependencies:
module:
- metatag_facebook
id: config_sync.module.metatag_facebook
snapshotSet: config_sync
extensionType: module
extensionName: metatag_facebook
items: { }

View file

@ -0,0 +1,11 @@
uuid: c5e34b17-d6b7-4e40-93c2-4659bc776095
langcode: en
status: true
dependencies:
module:
- metatag_open_graph
id: config_sync.module.metatag_open_graph
snapshotSet: config_sync
extensionType: module
extensionName: metatag_open_graph
items: { }

View file

@ -0,0 +1,11 @@
uuid: c4469afe-36e6-496c-93f2-e6972d51de13
langcode: en
status: true
dependencies:
module:
- metatag_twitter_cards
id: config_sync.module.metatag_twitter_cards
snapshotSet: config_sync
extensionType: module
extensionName: metatag_twitter_cards
items: { }

View file

@ -0,0 +1,16 @@
uuid: 97234a14-9821-446a-9bdd-9f9cacaf4715
langcode: en
status: true
dependencies:
module:
- paragraphs_features
id: config_sync.module.paragraphs_features
snapshotSet: config_sync
extensionType: module
extensionName: paragraphs_features
items:
-
collection: ''
name: paragraphs_features.settings
data:
dropdown_to_button: false

View file

@ -0,0 +1,16 @@
uuid: cc0e34a0-e6c4-4e64-b41c-b6d83736ce26
langcode: en
status: true
dependencies:
module:
- preview_link
id: config_sync.module.preview_link
snapshotSet: config_sync
extensionType: module
extensionName: preview_link
items:
-
collection: ''
name: preview_link.settings
data:
enabled_entity_types: { }

View file

@ -0,0 +1,18 @@
uuid: e88d65b8-4aec-4fbf-8548-9e8545efc31b
langcode: en
status: true
dependencies:
module:
- syslog
id: config_sync.module.syslog
snapshotSet: config_sync
extensionType: module
extensionName: syslog
items:
-
collection: ''
name: syslog.settings
data:
identity: drupal
facility: 8
format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message'

View file

@ -11,7 +11,7 @@ bundle: menu_link_content
label: Changed label: Changed
description: 'The time that the menu link was last edited.' description: 'The time that the menu link was last edited.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: menu_link_content
label: Description label: Description
description: 'Shown when hovering over the menu link.' description: 'Shown when hovering over the menu link.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: menu_link_content
label: Metatags label: Metatags
description: 'The meta tags for the entity.' description: 'The meta tags for the entity.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: menu_link_content
label: 'Menu link title' label: 'Menu link title'
description: 'The text to be used for this link in the menu.' description: 'The text to be used for this link in the menu.'
required: true required: true
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: case_study
label: 'Menu link' label: 'Menu link'
description: 'Computed menu link for the node (only available during node saving).' description: 'Computed menu link for the node (only available during node saving).'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: case_study
label: Title label: Title
description: '' description: ''
required: true required: true
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: landing_page
label: 'Menu link' label: 'Menu link'
description: 'Computed menu link for the node (only available during node saving).' description: 'Computed menu link for the node (only available during node saving).'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: landing_page
label: Title label: Title
description: '' description: ''
required: true required: true
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: faq
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: faq
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: faq
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: file
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: file
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: file
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: image
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: image
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: image
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: quotation_with_image
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: quotation_with_image
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: quotation_with_image
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: slide
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: slide
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: slide
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: storyline_header
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: storyline_header
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: storyline_header
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: storyline_item
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: storyline_item
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: storyline_item
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: text
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: text
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: text
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: title
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: title
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: title
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: update
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: update
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: update
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: video
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: video
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: video
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: view
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: view
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: view
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -11,7 +11,7 @@ bundle: webform
label: 'Authored on' label: 'Authored on'
description: 'The time that the Paragraph was created.' description: 'The time that the Paragraph was created.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -11,7 +11,7 @@ bundle: webform
label: Published label: Published
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -11,7 +11,7 @@ bundle: webform
label: 'Authored by' label: 'Authored by'
description: 'The user ID of the paragraphs author.' description: 'The user ID of the paragraphs author.'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId'
settings: settings:

View file

@ -16,7 +16,7 @@ dependencies:
- node.type.blog - node.type.blog
module: module:
- ds - ds
- paragraphs - entity_reference_revisions
- user - user
_core: _core:
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
@ -36,11 +36,13 @@ content:
ds: ds:
ds_limit: '' ds_limit: ''
field_body_paragraph: field_body_paragraph:
type: paragraph_summary type: entity_reference_revisions_entity_view
weight: 1 weight: 1
region: content region: content
label: hidden label: hidden
settings: { } settings:
view_mode: preview
link: ''
third_party_settings: third_party_settings:
ds: ds:
ds_limit: '' ds_limit: ''

View file

@ -28,14 +28,25 @@ third_party_settings:
link_custom: '' link_custom: ''
classes: classes:
layout_class: { } layout_class: { }
regions: { } regions:
ds_content:
- langcode
_core: _core:
default_config_hash: 9nmRao0UFQtmO6lONrWp9ITjFaO41GzV-xJczx0qjKg default_config_hash: 9nmRao0UFQtmO6lONrWp9ITjFaO41GzV-xJczx0qjKg
id: node.page.default id: node.page.default
targetEntityType: node targetEntityType: node
bundle: page bundle: page
mode: default mode: default
content: { } content:
langcode:
type: language
weight: 0
region: ds_content
label: inline
settings:
link_to_entity: false
native_language: false
third_party_settings: { }
hidden: hidden:
body: true body: true
field_body_paragraph: true field_body_paragraph: true
@ -44,5 +55,4 @@ hidden:
field_summary: true field_summary: true
indieweb_bridgypublishtwitter: true indieweb_bridgypublishtwitter: true
indieweb_syndication: true indieweb_syndication: true
langcode: true
links: true links: true

View file

@ -93,9 +93,13 @@ module:
layout_discovery: 0 layout_discovery: 0
link: 0 link: 0
locale: 0 locale: 0
markdown: 0
menu_trail_by_path: 0 menu_trail_by_path: 0
menu_ui: 0 menu_ui: 0
metatag: 0 metatag: 0
metatag_facebook: 0
metatag_open_graph: 0
metatag_twitter_cards: 0
migrate: 0 migrate: 0
migrate_drupal: 0 migrate_drupal: 0
migrate_plus: 0 migrate_plus: 0
@ -105,7 +109,9 @@ module:
node: 0 node: 0
options: 0 options: 0
page_cache: 0 page_cache: 0
paragraphs_features: 0
path: 0 path: 0
preview_link: 0
quickedit: 0 quickedit: 0
rdf: 0 rdf: 0
redirect: 0 redirect: 0
@ -119,6 +125,7 @@ module:
similarterms: 0 similarterms: 0
social_media_links: 0 social_media_links: 0
statistics: 0 statistics: 0
syslog: 0
system: 0 system: 0
taxonomy: 0 taxonomy: 0
telephone: 0 telephone: 0

View file

@ -16,7 +16,7 @@ bundle: case_study
label: Body label: Body
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: case_study
label: Client label: Client
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -16,7 +16,7 @@ bundle: case_study
label: Partners label: Partners
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: case_study
label: Status label: Status
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: case_study
label: Subtitle label: Subtitle
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -15,7 +15,7 @@ bundle: case_study
label: Team label: Team
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -14,7 +14,7 @@ bundle: case_study
label: Year label: Year
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -6,7 +6,14 @@ dependencies:
- field.storage.node.field_image - field.storage.node.field_image
- node.type.case_study - node.type.case_study
module: module:
- content_translation
- image - image
third_party_settings:
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
_core: _core:
default_config_hash: kTZSUq7WPcC_QIRMzI3I_otBSuTVQkJix5i1o63eAo4 default_config_hash: kTZSUq7WPcC_QIRMzI3I_otBSuTVQkJix5i1o63eAo4
id: node.case_study.field_image id: node.case_study.field_image
@ -16,7 +23,7 @@ bundle: case_study
label: Image label: Image
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -6,6 +6,8 @@ dependencies:
- field.storage.node.field_license - field.storage.node.field_license
- node.type.case_study - node.type.case_study
- taxonomy.vocabulary.license - taxonomy.vocabulary.license
content:
- 'taxonomy_term:license:61745acc-d11c-4e65-bd9e-518d223fedab'
_core: _core:
default_config_hash: T7m68a92H2-MCB3SN0o0T1_F8RfV4gUk4N-fkdbeVVQ default_config_hash: T7m68a92H2-MCB3SN0o0T1_F8RfV4gUk4N-fkdbeVVQ
id: node.case_study.field_license id: node.case_study.field_license
@ -15,7 +17,7 @@ bundle: case_study
label: License label: License
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab

View file

@ -16,7 +16,7 @@ bundle: case_study
label: 'Meta tags' label: 'Meta tags'
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -15,7 +15,7 @@ bundle: case_study
label: Services label: Services
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: case_study
label: Summary label: Summary
description: '' description: ''
required: true required: true
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -15,7 +15,7 @@ bundle: case_study
label: Technologies label: Technologies
description: '<a href="/admin/structure/taxonomy/manage/technologies/add">Add new technology term</a>' description: '<a href="/admin/structure/taxonomy/manage/technologies/add">Add new technology term</a>'
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -29,7 +29,7 @@ bundle: page
label: 'Body paragraph' label: 'Body paragraph'
description: '' description: ''
required: false required: false
translatable: true translatable: false
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: faq
label: FAQ label: FAQ
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: file
label: File label: File
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -6,7 +6,14 @@ dependencies:
- field.storage.paragraph.field_image - field.storage.paragraph.field_image
- paragraphs.paragraphs_type.image - paragraphs.paragraphs_type.image
module: module:
- content_translation
- image - image
third_party_settings:
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
_core: _core:
default_config_hash: NS4XfuPJbhkGOp_KnO16fbWbcxRoDln_7HMLTkxTRn8 default_config_hash: NS4XfuPJbhkGOp_KnO16fbWbcxRoDln_7HMLTkxTRn8
id: paragraph.image.field_image id: paragraph.image.field_image
@ -16,7 +23,7 @@ bundle: image
label: Image label: Image
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -6,7 +6,14 @@ dependencies:
- field.storage.paragraph.field_image - field.storage.paragraph.field_image
- paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.quotation_with_image
module: module:
- content_translation
- image - image
third_party_settings:
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
id: paragraph.quotation_with_image.field_image id: paragraph.quotation_with_image.field_image
field_name: field_image field_name: field_image
entity_type: paragraph entity_type: paragraph
@ -14,7 +21,7 @@ bundle: quotation_with_image
label: Image label: Image
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -23,7 +23,7 @@ bundle: quotation_with_image
label: Quotation label: Quotation
description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.' description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.'
required: true required: true
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -12,7 +12,7 @@ bundle: quotation_with_image
label: 'Expand beyond content to sides' label: 'Expand beyond content to sides'
description: 'Bust out of content flow to be able to expand left and right.' description: 'Bust out of content flow to be able to expand left and right.'
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 1 value: 1

View file

@ -6,7 +6,14 @@ dependencies:
- field.storage.paragraph.field_image - field.storage.paragraph.field_image
- paragraphs.paragraphs_type.slide - paragraphs.paragraphs_type.slide
module: module:
- content_translation
- image - image
third_party_settings:
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
_core: _core:
default_config_hash: UPqViFD1k8_sEfDdjk3x1c_IrqBW8NOZyf1dkqPc-UI default_config_hash: UPqViFD1k8_sEfDdjk3x1c_IrqBW8NOZyf1dkqPc-UI
id: paragraph.slide.field_image id: paragraph.slide.field_image
@ -16,7 +23,7 @@ bundle: slide
label: Image label: Image
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: slide
label: Link label: Link
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -16,7 +16,7 @@ bundle: slide
label: Text label: Text
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: storyline_header
label: 'Storyline header' label: 'Storyline header'
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: storyline_item
label: Heading label: Heading
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -16,7 +16,7 @@ bundle: storyline_item
label: Text label: Text
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: text
label: 'Section style' label: 'Section style'
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -12,7 +12,7 @@ bundle: text
label: 'Expand beyond content to sides' label: 'Expand beyond content to sides'
description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.' description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.'
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 0 value: 0

View file

@ -16,7 +16,7 @@ bundle: text
label: Text label: Text
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -6,7 +6,14 @@ dependencies:
- field.storage.paragraph.field_image - field.storage.paragraph.field_image
- paragraphs.paragraphs_type.title - paragraphs.paragraphs_type.title
module: module:
- content_translation
- image - image
third_party_settings:
content_translation:
translation_sync:
alt: alt
title: title
file: '0'
id: paragraph.title.field_image id: paragraph.title.field_image
field_name: field_image field_name: field_image
entity_type: paragraph entity_type: paragraph
@ -14,7 +21,7 @@ bundle: title
label: Image label: Image
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:

View file

@ -14,7 +14,7 @@ bundle: title
label: 'Section style' label: 'Section style'
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -14,7 +14,7 @@ bundle: title
label: Color label: Color
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

View file

@ -12,7 +12,7 @@ bundle: title
label: Titlebar label: Titlebar
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: default_value:
- -
value: 0 value: 0

View file

@ -23,7 +23,7 @@ bundle: title
label: Subtitle label: Subtitle
description: '' description: ''
required: false required: false
translatable: false translatable: true
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: { } settings: { }

Some files were not shown because too many files have changed in this diff Show more