Issue #2941582 by markconroy, Eli-T, smaz, ckrina, steveparks: Create a drupal.org documentation page for Umami profile to explain why it shouldn't be used in production sites
parent
32157c7c5d
commit
61a032b94d
|
@ -48,7 +48,7 @@ function demo_umami_toolbar() {
|
||||||
'#type' => 'inline_template',
|
'#type' => 'inline_template',
|
||||||
'#template' => '<a class="toolbar-warning" href="{{ more_info_link }}">This installation is for demonstration purposes only.</a>',
|
'#template' => '<a class="toolbar-warning" href="{{ more_info_link }}">This installation is for demonstration purposes only.</a>',
|
||||||
'#context' => [
|
'#context' => [
|
||||||
'more_info_link' => 'https://www.drupal.org/project/drupal/issues/2829101',
|
'more_info_link' => 'https://www.drupal.org/node/2941833',
|
||||||
],
|
],
|
||||||
'#attached' => [
|
'#attached' => [
|
||||||
'library' => ['demo_umami/toolbar-warning'],
|
'library' => ['demo_umami/toolbar-warning'],
|
||||||
|
|
Loading…
Reference in New Issue