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