TypoScript Constants
If you included one of the TypoScript sets, the extension can be configured via TypoScript constants.
plugin.tx_contentslug.settings.renderPrefix
-
- Type
- boolean
- Default
- 1
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-interestCopied!You can customize the prefix in plugin.tx_contentslug.urlFragmentPrefix
plugin.tx_contentslug.settings.renderSuffix
-
- Type
- boolean
- Default
- 0
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-123Copied!You can customize the suffix in plugin.tx_contentslug.urlFragmentSuffix
plugin.tx_contentslug.settings.replaceFragmentInPageLinks
-
- Type
- boolean
- Default
- 1
When activated, fragment links set in the RTE or in TCA fields of type
linkare replaced with the human-readable fragment identifier.