TypoScript Constants Reference
plugin.
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. url Fragment Prefix - 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. url Fragment Suffix - Default
0
settings.replaceFragmentInPageLinks
- Property
- settings.replaceFragmentInPageLinks
- Data type
- boolean
- Description
- When activated, fragment links set in the RTE or TCA fields of type
input
are replaced with the human-readable fragment identifier.Link - Default
1