DOC Update breadcrumb template in theme rather than app.

This commit is contained in:
Maxime Rainville 2019-10-08 11:08:21 +13:00
parent 1eb66e2258
commit 4ee7102761

View File

@ -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