Important: #82489 - Use dedicated property to hide newRecordLink button¶
See Issue #82489
Description¶
Previously the TCA property ['appearance']['enabledControls']['new']
which is intended to manage the display of the inline records controls new
button was misused to also hide the newRecordLink
button of the whole inline
column.
The property is therefore from now on only used for the controls section of each inline record.
To hide the newRecordLink
button, independent of the controls new
button,
use the already existing property ['appearance']['levelLinksPosition']
with none
as value.