TypoScript Constants Reference

plugin.tx_contentslug

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

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

You can customize the suffix in plugin.tx_contentslug.urlFragmentSuffix

Default

0