TypoScript Constants Reference

plugin.tx_contentslug

Property Data type Default
settings.renderPrefix_ boolean 1
settings.renderSuffix_ boolean 0
settings.replaceFragmentInPageLinks_ boolean 1
settings.checkForHiddenHeaders_ boolean 1

Property details

settings.renderPrefix

Property
settings.renderPrefix
Data type
boolean
Description

Enables the prefix to the human-readable URL fragment. By default, the content element's uid is prepended like:

c<uid>-<human-readable-fragment>
c123-section-of-interest
Copied!

You can customize the prefix in plugin.tx_contentslug.urlFragmentPrefix

Default
1

settings.renderSuffix

Property
settings.renderSuffix
Data type
boolean
Description

Enables the suffix to the human-readable URL fragment. By default, the content element's uid is appended like:

<human-readable-fragment>-<uid>
section-of-interest-123
Copied!

You can customize the suffix in plugin.tx_contentslug.urlFragmentSuffix

Default
0

settings.checkForHiddenHeaders

Property
settings.checkForHiddenHeaders
Data type
boolean
Description
If disabled, fragment links are replaced even if the content element's header is hidden. Use this with care! See TypoScript Setup Reference for details.
Default
1