Issue #2942016 by Rassoni, markconroy, David_Rothstein, kaythay, smustgrave,...
Issue #2942016 by Rassoni, markconroy, David_Rothstein, kaythay, smustgrave, John Cook, catch: Add a hook_help() to the Umami profile, and link to it from the toolbar when the Help module is enabled
$output.='<p>'.t('Umami is an example food magazine website that demonstrates some of the features of Drupal core. It is intended to be used as an example site, rather than as a foundation for building your own site. For more information, see the <a href=":demo_umami">online documentation for the Umami installation profile</a>.',[':demo_umami'=>'https://www.drupal.org/node/2941833']).'</p>';
$output.='<p>'.t('You can look around the site to get ideas for what kinds of features Drupal is capable of, and to see how an actual site can be built using Drupal core.').'</p>';
$output.='<h3>'.t('Sample content').'</h3>';
$output.='<p>'.t('The Umami profile is very handy if you are developing a feature and need some sample content.').'</p>';
$output.='<h2>'.t('What to do when you are ready to build your Drupal website').'</h2>';
$output.='<p>'.t("Once you've tried Drupal using Umami and want to build your own site, simply reinstall Drupal and select a different installation profile (such as Standard) from the install screen.").'</p>';
return$output;
}
}
/**
* Implements hook_form_FORM_ID_alter() for install_configure_form().
...
...
@@ -64,12 +86,16 @@ function demo_umami_toolbar() {