Project

General

Profile

Actions

Bug #85444

closed

TCEFORM: some settings don't work

Added by David Bruchmann almost 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2018-07-01
Due date:
% Done:

0%

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

Description

It's possible to override any defined items with something like this:

TCEFORM {
  tt_content {
    layout {
      config.max = 7
      altLabels {
        0 = Standard
        1 = Slider
        2 = Breite 50%
        3 = Breite 33.33%
        4 = Breite 66.66%
        5 = Breite 40%
        6 = Breite 60%
      }
   }
}

But
TCEFORM.tt_content.layout.config.max = 7
and
TCEFORM.tt_content.layout.addItems = 4,5,6
have no impact and if the default TCA (with four items for that field) is not overwritten or extended, then by the PageTS above not more than 4 fields will be shown (same amount like in TCA).

TYPO3-Version: 9.3, latest from GitHub


Files

TCEforms-itemlist.png (5.42 KB) TCEforms-itemlist.png David Bruchmann, 2018-06-30 20:28
Actions

Also available in: Atom PDF