File tree 1 file changed +3
-3
lines changed
modules/next/src/Controllers 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ public function environmentVariables(NextSiteInterface $next_site) {
57
57
'DRUPAL_SITE_ID ' => $ next_site ->uuid (),
58
58
'DRUPAL_PREVIEW_SECRET ' => $ next_site ->getPreviewSecret (),
59
59
'DRUPAL_FRONT_PAGE ' => $ this ->config ('system.site ' )->get ('page.front ' ),
60
- 'DRUPAL_CLIENT_ID ' => '' ,
61
- 'DRUPAL_CLIENT_SECRET ' => '' ,
60
+ 'DRUPAL_CLIENT_ID ' => 'Retrieve this from /admin/config/services/consumer ' ,
61
+ 'DRUPAL_CLIENT_SECRET ' => 'Retrieve this from /admin/config/services/consumer ' ,
62
62
];
63
63
64
64
$ build ['container ' ] = [
@@ -70,7 +70,7 @@ public function environmentVariables(NextSiteInterface $next_site) {
70
70
foreach ($ variables as $ name => $ value ) {
71
71
$ build ['container ' ][$ name ] = [
72
72
'#type ' => 'inline_template ' ,
73
- '#template ' => '{{ name }}: {{ value }}<br/> ' ,
73
+ '#template ' => '{{ name }}= {{ value }}<br/> ' ,
74
74
'#context ' => [
75
75
'name ' => $ name ,
76
76
'value ' => $ value ,
You can’t perform that action at this time.
0 commit comments