mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9280 from open-sausages/pulls/4/doc-breadcrumb
DOC Update breadcrumb template in theme rather than app.
This commit is contained in:
commit
589631df00
@ -370,9 +370,9 @@ of the `silverstripe/cms` module.
|
||||
```
|
||||
|
||||
[info]
|
||||
To customise the markup that the `$Breadcrumbs` generates, copy `templates/BreadcrumbsTemplate.ss`
|
||||
from the `silverstripe/cms` module to
|
||||
`app/templates/BreadcrumbsTemplate.ss`, modify the newly copied template and flush your SilverStripe cache.
|
||||
To customise the markup that `$Breadcrumbs` generates, copy `templates/BreadcrumbsTemplate.ss`
|
||||
from the `silverstripe/cms` module to your theme (e.g.: `themes/you-theme/templates/BreadcrumbsTemplate.ss`).
|
||||
Modify the newly copied template and flush your Silverstripe CMS cache.
|
||||
[/info]
|
||||
|
||||
## Forms
|
||||
|
Loading…
Reference in New Issue
Block a user