|
372 | 372 | <label>Permalink Settings</label>
|
373 | 373 | <field id="route" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
|
374 | 374 | <label>Blog Route</label>
|
375 |
| - <comment>E.g.: "blog" will make the blog accessible from mystore.com/blog/</comment> |
| 375 | + <comment>E.g.: "blog" will make the blog accessible from mystore.com/blog</comment> |
376 | 376 | </field>
|
377 | 377 | <field id="redirect_to_no_slash" translate="label" type="select" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1">
|
378 | 378 | <label>Auto-redirect to No-Slash URL</label>
|
379 | 379 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
380 |
| - <comment><![CDATA[I.e. redirect from <b>http://example.com/blog/</b> to <b>http://example.com/blog</b>]]></comment> |
| 380 | + <comment><![CDATA[E.g. auto 301 redirect from <b>http://example.com/blog/</b> to <b>http://example.com/blog</b>]]></comment> |
381 | 381 | </field>
|
382 | 382 | <field id="type" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
|
383 | 383 | <label>Permalink Type</label>
|
|
389 | 389 | <depends>
|
390 | 390 | <field id="type">default</field>
|
391 | 391 | </depends>
|
392 |
| - <comment>E.g.: "post" will make the blog post accessible from mystore.com/{blog_route}/post/post-identifier/</comment> |
| 392 | + <comment>E.g.: "post" will make the blog post accessible from mystore.com/{blog_route}/post/post-identifier</comment> |
393 | 393 | </field>
|
394 | 394 | <field id="post_sufix" translate="label comment" type="text" sortOrder="35" showInDefault="1" showInWebsite="1" showInStore="1">
|
395 | 395 | <label>Post URL Suffix</label>
|
|
404 | 404 | <depends>
|
405 | 405 | <field id="type">default</field>
|
406 | 406 | </depends>
|
407 |
| - <comment>E.g.: "category" will make the blog category accessible from mystore.com/{blog_route}/category/category-identifier/</comment> |
| 407 | + <comment>E.g.: "category" will make the blog category accessible from mystore.com/{blog_route}/category/category-identifier</comment> |
408 | 408 | </field>
|
409 | 409 | <field id="category_sufix" translate="label comment" type="text" sortOrder="45" showInDefault="1" showInWebsite="1" showInStore="1">
|
410 | 410 | <label>Category URL Suffix</label>
|
|
419 | 419 | <depends>
|
420 | 420 | <field id="type">default</field>
|
421 | 421 | </depends>
|
422 |
| - <comment>E.g.: "archive" will make the blog archive accessible from mystore.com/{blog_route}/archive/2016-02/</comment> |
| 422 | + <comment>E.g.: "archive" will make the blog archive accessible from mystore.com/{blog_route}/archive/2016-02</comment> |
423 | 423 | </field>
|
424 | 424 | <field id="tag_route" translate="label comment" type="text" sortOrder="55" showInDefault="1" showInWebsite="1" showInStore="1">
|
425 | 425 | <label>Tag Route</label>
|
426 |
| - <comment>E.g.: "tag" will make the blog posts by tag accessible from mystore.com/{blog_route}/tag/tag-name/</comment> |
| 426 | + <comment>E.g.: "tag" will make the blog posts by tag accessible from mystore.com/{blog_route}/tag/tag-name</comment> |
427 | 427 | </field>
|
428 | 428 | <field id="tag_sufix" translate="label comment" type="text" sortOrder="56" showInDefault="1" showInWebsite="1" showInStore="1">
|
429 | 429 | <label>Tag URL Suffix</label>
|
430 | 430 | <comment>E.g.: ".html" will make the blog tag accessible from mystore.com/{blog_route}/tag/tag-name.html</comment>
|
431 | 431 | </field>
|
432 | 432 | <field id="author_route" translate="label comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
|
433 | 433 | <label>Author Route</label>
|
434 |
| - <comment>E.g.: "author" will make the blog author posts accessible from mystore.com/{blog_route}/author/author-name/</comment> |
| 434 | + <comment>E.g.: "author" will make the blog author posts accessible from mystore.com/{blog_route}/author/author-name</comment> |
435 | 435 | </field>
|
436 | 436 | <field id="author_sufix" translate="label comment" type="text" sortOrder="61" showInDefault="1" showInWebsite="1" showInStore="1">
|
437 | 437 | <label>Author URL Suffix</label>
|
438 | 438 | <comment>E.g.: ".html" will make the blog author accessible from mystore.com/{blog_route}/author/author-name.html</comment>
|
439 | 439 | </field>
|
440 | 440 | <field id="search_route" translate="label comment" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
|
441 | 441 | <label>Search Route</label>
|
442 |
| - <comment>E.g.: "search" will make the blog search accessible from mystore.com/{blog_route}/search/query/</comment> |
| 442 | + <comment>E.g.: "search" will make the blog search accessible from mystore.com/{blog_route}/search/query</comment> |
443 | 443 | </field>
|
444 | 444 | </group>
|
445 | 445 | <group id="seo" translate="label" type="text" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
|
|
0 commit comments