Important: #92202 - Remove exclude from important fields

See forge#92202

Description

To simplify the setup of permissions, the following fields are now shown always to every editor:

  • Field "colPos" from table "tt_content"

  • Field "slug" from table "pages"

If the fields should be hidden, either the setting 'exclude' => true can be set in your site package extension or the following TsConfig can be used:

TCEFORM.pages.slug.disabled = 1
TCEFORM.tt_content.colPos.disabled = 1