wazum / sluggi

The TYPO3 CMS slug helper
GNU General Public License v3.0
38 stars 22 forks source link

(v11) Synchronize URL segment [tx_sluggi_sync] disabled when creating new page in sysfolder #97

Closed sdelcroix closed 9 months ago

sdelcroix commented 9 months ago

Hi,

with the v11 version, when I create a new page inside a sysfolder, the property "Synchronize URL segment [tx_sluggi_sync]" is set to 0.

It occurs even if I remove "254" from "basic.exclude_page_types" setting.

sdelcroix commented 9 months ago

Hi, I close this 'cause it was not an issue. I had this TypoScript leftover in my root page :

[page["doktype"] == 254]
TCAdefaults.pages.tx_sluggi_sync = 0
[END]