Adds a slug field for human-readable anchors ("domain.com/page/#my-section") to TYPO3 content elements. By default, this anchor is rendered as the header's id attribute.
The ReplaceFragment::$typoScriptSetup property is only (dynamically) assigned and never used. I assume it can be removed. The same applies to FragmentIdentifierProcessor and ModifyFragment.
The
ReplaceFragment::$typoScriptSetup
property is only (dynamically) assigned and never used. I assume it can be removed. The same applies toFragmentIdentifierProcessor
andModifyFragment
.Fixes #17