Robert Hufsky
Robert Hufsky

Reputation: 199

How to enable backend layout selection for users

I create a site based on Typo3 9.5.12 / Bootstrap Package 11.0.2.

I need to enable my editors to select a backend layout for new pages (!).

So far I did not find a way to do so. Setting Page TSConfig for the editors group like so gives me the following result:

page.TCEFORM {
    pages {
        abstract.disabled = 1
        backend_layout.disabled = 0
        backend_layout_next_level.disabled = 0
    }
}

Abstract field is disabled as expected. Backend Layout cannot be selected. What can I do?

Upvotes: 0

Views: 60

Answers (1)

Bernd Wilke πφ
Bernd Wilke πφ

Reputation: 10791

Have you granted access to these fields in the BE-Group definition?

list pages
write pages
edit pages fields

Upvotes: 1

Related Questions