silverstripe-cms/_config/config.yml
Mateusz Uzdowski b41e081130 Refactor the link-tracking code and move it from framework.
This code has a dependency on SiteTree, so it fits much better in the
cms module.

Abstracted away the content parser so the same code can be reused both
in the render phase (to highlight the links) and in the write phase
(storing information about broken links and references).
2014-08-14 11:16:49 +12:00

10 lines
192 B
YAML

LeftAndMain:
extensions:
- LeftAndMainPageIconsExtension
Security:
extensions:
- ErrorPageControllerExtension
HtmlEditorField:
extensions:
- SiteTreeLinkTracking_Highlighter