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

8.6.x
Lee Rowlands 2018-02-04 08:52:49 +10:00
parent 32157c7c5d
commit 61a032b94d
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function demo_umami_toolbar() {
'#type' => 'inline_template',
'#template' => '<a class="toolbar-warning" href="{{ more_info_link }}">This installation is for demonstration purposes only.</a>',
'#context' => [
'more_info_link' => 'https://www.drupal.org/project/drupal/issues/2829101',
'more_info_link' => 'https://www.drupal.org/node/2941833',
],
'#attached' => [
'library' => ['demo_umami/toolbar-warning'],