Site Settings 

If you included one of the Site sets, the extension can be configured via Site settings.

plugin.tx_contentslug.settings.renderPrefix

plugin.tx_contentslug.settings.renderPrefix
Type
bool
Default
true

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

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

You can customize the prefix in plugin.tx_contentslug.urlFragmentPrefix

plugin.tx_contentslug.settings.renderSuffix

plugin.tx_contentslug.settings.renderSuffix
Type
bool
Default
false

Enables the suffix to the human-readable URL fragment. By default, the content element's uid will be appended as follows:

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

You can customize the suffix in plugin.tx_contentslug.urlFragmentSuffix

plugin.tx_contentslug.settings.checkForHiddenHeaders

plugin.tx_contentslug.settings.checkForHiddenHeaders
Type
bool
Default
true

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.