sebkln / content_slug

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.
GNU General Public License v2.0
11 stars 5 forks source link

[BUGFIX] Remove superfluous property assignments #18

Closed eliashaeussler closed 1 year ago

eliashaeussler commented 1 year ago

The ReplaceFragment::$typoScriptSetup property is only (dynamically) assigned and never used. I assume it can be removed. The same applies to FragmentIdentifierProcessor and ModifyFragment.

Fixes #17