Project

General

Profile

Actions

Bug #81123

closed

Allowed content elements in backend layout doesn't work

Added by Angela Dudtkowski almost 7 years ago. Updated almost 7 years ago.

Status:
Rejected
Priority:
Must have
Category:
-
Target version:
-
Start date:
2017-05-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If I add a backend layout in the backend or with PageTSConfig and set some allowed content types, this allowed section is ignored and all elements are shown, when adding a content element in this area.

My PageTSConfig:

mod {
    web_layout {
        BackendLayouts {
            home {
                title = LLL:....home
                config {
                    backend_layout {
                        colCount = 1
                        rowCount = 1
                        rows {
                            1 {
                                columns {
                                    1 {
                                        name = LLL:...home_banner
                                        colPos = 1
                                        allowed = header
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Thanks a lot for your help!

Actions

Also available in: Atom PDF