Skip to content

Commit 1213b48

Browse files
committed
Change default welcome post
1 parent 9998ff6 commit 1213b48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Setup/InstallData.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
4949
'meta_description' => 'Magento 2 blog default post.',
5050
'identifier' => 'hello-world',
5151
'content_heading' => 'Hello world!',
52-
'content' => 'Welcome to <a target="_blank" href="http://magefan.com/" title="Magefan - solutions for Magento 2">Magefan</a> blog extension for Magento&reg; 2. This is your first post. Edit or delete it, then start blogging!',
52+
'content' => '<p>Welcome to <a title="Magefan - solutions for Magento 2" href="http://magefan.com/" target="_blank">Magefan</a> blog extension for Magento&reg; 2. This is your first post. Edit or delete it, then start blogging!</p>
53+
<p><!-- pagebreak --></p>
54+
<p>Please also read&nbsp;<a title="Magento 2 Blog online documentation" href="http://magefan.com/docs/magento-2-blog/" target="_blank">Online documentation</a>&nbsp;and&nbsp;<a href="http://magefan.com/blog/add-read-more-tag-to-blog-post-content/" target="_blank">How to add "read more" tag to post content</a></p>
55+
<p>Follow Magefan on:</p>
56+
<p><a title="Blog Extension for Magento 2 code" href="https://github.com/magefan/module-blog" target="_blank">GitHub</a>&nbsp;|&nbsp;<a href="https://twitter.com/magento2fan" target="_blank">Twitter</a>&nbsp;|&nbsp;<a href="https://www.facebook.com/magefan/" target="_blank">Facebook</a>&nbsp;|&nbsp;<a href="https://plus.google.com/+Magefan_Magento_2/posts/" target="_blank">Google +</a></p>',
5357
'store_ids' => [0]
5458
];
5559

0 commit comments

Comments
 (0)