2017 © Pedro PelĂĄez
 

library typo3-tco

Helpful library for the table configuration array (tca)

image

tildbj/typo3-tco

Helpful library for the table configuration array (tca)

  • Thursday, January 11, 2018
  • by TildBJ
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,013 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

TYPO3 TCO

Build Status codecov, (*1)

Helpful library for creating TCA's in TYPO3, (*2)

Installation

via composer

The recommended way to install tco is by using composer. Get tco by running, (*3)

composer require tildbj/typo3-tco

via Extensionmanager:

Just install tco via extensionmanager. There are no more steps required., (*4)

Guide

Create column:

$tcaColumn = [
    'columnName' => (new \TildBJ\Tco\Input('LLL:ext:my_ext/Resources/Private/Language/locallang_db.xlf:columnName'))
        ->setRequired(false)
        ->toArray(),
    'columnName2' => (new \TildBJ\Tco\Image('LLL:ext:my_ext/Resources/Private/Language/locallang_db.xlf:columnName2', 'columnName2'))
        ->enableLink()
        ->setMaxItems(1)
        ->toArray(),
]

Need Support?

Feel free to ask your questions on Slack, (*5)

The Versions

11/01 2018

dev-master

9999999-dev

Helpful library for the table configuration array (tca)

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

typo3 tca table configuration array

19/07 2017

0.2.0

0.2.0.0

Helpful library for the table configuration array (tca)

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

typo3 tca table configuration array

19/07 2017

0.1.1

0.1.1.0

Helpful library for the table configuration array (tca)

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

typo3 tca table configuration array

18/07 2017

0.1.0

0.1.0.0

Helpful library for the table configuration array (tca)

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

typo3 tca table configuration array