In TYPO3, is it possible to remove backend_layouts via page TSconfig that have been created with Mask extension.
Let's say, the following backend_layouts have been created with Mask (Name [ID]):
A [1]
B [2]
Then, I set the following in page TSconfig:
TCEFORM {
pages {
backend_layout {
removeItems = 1,2
}
}
}
Also with this configuration, backend_layouts 'A' and 'B' are still available in page edit form.
How could I remove backend_layouts from page edit form for single pages via page TSconfig?
Mask version: 2.1.1 (TYPO3 7.6.x)