Skip to content
Snippets Groups Projects
Commit 90d49768 authored by Jess's avatar Jess
Browse files

Issue #2907348 by karthikkumarbodu, dawehner, jhodgdon, Gábor Hojtsy: Enable...

Issue #2907348 by karthikkumarbodu, dawehner, jhodgdon, Gábor Hojtsy: Enable new users to learn about the user guide
parent b0675761
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ protected function assertNodeConfig($required, $optional) {
}
// Check the optional default configuration in node module.
$string = $this->storage->findString(['source' => 'No front page content has been created yet.', 'context' => '', 'type' => 'configuration']);
$string = $this->storage->findString(['source' => 'No front page content has been created yet.<br/>Follow the <a href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.', 'context' => '', 'type' => 'configuration']);
if ($optional) {
$this->assertFalse($this->config('views.view.frontpage')->isNew());
$this->assertTrue($string, 'Node view text can be found with node and views modules.');
......
......@@ -28,7 +28,7 @@ display:
empty:
area_text_custom:
admin_label: ''
content: 'No front page content has been created yet.'
content: 'No front page content has been created yet.<br/>Follow the <a href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.'
empty: true
field: area_text_custom
group_type: group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment