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:
.PHONY: help synclivetotest
.PHONY: help synclivetotest syncdb syncfiles
GREEN := $(shell tput -Txterm setaf 2)
WHITE := $(shell tput -Txterm setaf 7)

View File

@ -39,7 +39,8 @@ git pull
git submodule update --recursive --remote
vagrant ssh
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
```
@ -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`
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/http_client_error_status": "^1.0",
"drupal/indieweb": "1.x-dev",
"drupal/markdown": "^1.2",
"drupal/menu_trail_by_path": "^1.1",
"drupal/migrate_plus": "^4.0",
"drupal/migrate_tools": "^4.0",
"drupal/minimalhtml": "^1.0",
"drupal/paragraphs_features": "^1.4",
"drupal/preview_link": "^1.1",
"drupal/redirect": "^1.2",
"drupal/regionincontent": "1.x-dev",
"drupal/search404": "^1.0",
@ -99,14 +102,11 @@
},
"drupal/honeypot": {
"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": {
"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
mail_templates:
watcher:
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"
node:
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:
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"
node:
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:
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
bundle_types:
- node--blog--comment

View File

@ -9,6 +9,225 @@ snapshotSet: config_sync
extensionType: module
extensionName: drutopia_creative_license
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: ''
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
description: 'The time that the menu link was last edited.'
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -28,14 +28,25 @@ third_party_settings:
link_custom: ''
classes:
layout_class: { }
regions: { }
regions:
ds_content:
- langcode
_core:
default_config_hash: 9nmRao0UFQtmO6lONrWp9ITjFaO41GzV-xJczx0qjKg
id: node.page.default
targetEntityType: node
bundle: page
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:
body: true
field_body_paragraph: true
@ -44,5 +55,4 @@ hidden:
field_summary: true
indieweb_bridgypublishtwitter: true
indieweb_syndication: true
langcode: true
links: true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -12,7 +12,7 @@ bundle: text
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.'
required: false
translatable: false
translatable: true
default_value:
-
value: 0

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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