This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== Please make sure that you have already looked at troubleshooting guide ======== | |
Troubleshooting guide: https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/ | |
Simple things to check: | |
* ddev poweroff | |
* Restart Docker Provider | |
* Reboot computer | |
* Temporarily disable VPN and firewall | |
Press any key to continue: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd path/to/backdrop/core/modules/field_group | |
git filter-repo --to-subdirectory-filter field_group | |
cd path/to/backdrop | |
git remote add field_group git@github.com:backdrop-contrib/field_group.git | |
git fetch field_group --tags | |
git merge --allow-unrelated-histories field_group/1.x-1.x | |
git remote remove field_group | |
cp -R core/modules/field_group/fied_group/* core/modules/field_group/. | |
git add core/modules/field_group/. | |
git commit --amend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A simplified version of the Lullabot best-practices Varnish configuration as | |
# described at: | |
# | |
# http://www.lullabot.com/articles/varnish-multiple-web-servers-drupal | |
# | |
# This configuration only uses a single web server on the localhost, optimized | |
# for a single machine instead of multiple web servers. | |
# | |
vcl 4.0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$aliases['sitename.dev'] = array( | |
'uri' => '${env-name}-sitename.pantheonsite.io', | |
'remote-host' => 'appserver.${env-name}.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa.drush.in', | |
'remote-user' => '${env-name}.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa', | |
'ssh-options' => '-p 2222 -o "AddressFamily inet"', | |
'path-aliases' => array( | |
'%files' => 'files', | |
), | |
); | |
$aliases['sitename.test'] = array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File: pantheon.site.yml | |
live: | |
host: appserver.live.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa.drush.in | |
paths: | |
files: files | |
user: live.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa | |
uri: live-sitename.pantheonsite.io | |
ssh: | |
options: '-p 2222 -o "AddressFamily inet"' | |
tty: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File: self.site.yml | |
live: | |
host: appserver.live.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa.drush.in | |
paths: | |
files: files | |
user: live.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa | |
uri: live-sitename.pantheonsite.io | |
ssh: | |
options: '-p 2222 -o "AddressFamily inet"' | |
tty: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_config_name": "views.view.node_admin_content", | |
"name": "node_admin_content", | |
"description": "Administrative listing for managing content.", | |
"module": "node", | |
"storage": 4, | |
"tag": "default", | |
"disabled": false, | |
"base_table": "node", | |
"human_name": "Administer content", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_config_name": "field.instance.node.course.field_iji_cource_base", | |
"field_name": "field_iji_cource_base", | |
"entity_type": "node", | |
"bundle": "course", | |
"deleted": "0", | |
"default_value": null, | |
"description": "", | |
"display": { | |
"default": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_config_name": "field.instance.node.college.field_ref_interviews", | |
"field_name": "field_ref_interviews", | |
"entity_type": "node", | |
"bundle": "college", | |
"label": "Animation Career Review School Interviews", | |
"widget": { | |
"weight": "9", | |
"type": "reference_autocomplete", | |
"module": "reference", |
NewerOlder