Project

General

Profile

Actions

Feature #24006

closed

Make FlexForms editable via TSConfig and group access lists

Added by Kai Vogel over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-10
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

Changes in this diff make it possible to configure FlexForms like normal TCA forms. Whole configuration can be done via TSConfig. And single FlexForm fields can also be disabled via group access lists.

Possible are: ============================================
- remove complete flexform tabs
- change flexform tab title
- remove single fields from a sheet (tab)
- change label of a single field
- change size, type, minitems, ... of a single field
- add, remove, keep and rename items in a select field

Syntax: ============================================

TCEFORM.tt_content.pi_flexform.[ext_key].[sheet_key] {

  1. Remove complete sheet (tab)
    disabled = 1
  1. Change sheet title
    title = LLL:fileadmin/locallang.xml:new_title

}

TCEFORM.tt_content.pi_flexform.[ext_key].[sheet_key].[field_key] {

  1. Change label
    label = LLL:fileadmin/locallang.xml:new_label
  1. Change configuration
    config {
    size = 20
    minitems = 1
    ...
    }
  1. Rename select items
    altLabels {
    item = label
    }
  1. Add select items
    addItems {
    item = label
    }
  1. Remove select items
    removeItems = item1,item2
  1. Filter select items
    keepItems = item1,item2

}
(issue imported from #M16334)


Files

editable_flexforms-core-9325.diff (20.3 KB) editable_flexforms-core-9325.diff Administrator Admin, 2010-11-10 16:40

Related issues 1 (0 open1 closed)

Precedes TYPO3 Core - Bug #26771: Flexform sheet description should be editable via TSConfigClosedKai Vogel2011-05-11

Actions
Actions #1

Updated by Steffen Kamper over 13 years ago

Committed to trunk rev 9446

Actions #2

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF