Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

the-coding-owl/kd_tca_autosuggest

Repository files navigation

kd_tca_autosuggest

Provides a new render type for TCA select type. For example:

$GLOBALS['TCA']['my_table']['columns']['example_column'] => [
	'label' => 'Example column',
	'config' => [
		'type' => 'select',
		'renderType' => 'autosuggest',
		'foreign_table' => 'tt_content'
	]
];

The configuration options are the same as of other select renderTypes. Please visit the TCA Reference for more information.

The autosuggest field is done with selectize.js.

About

Autosuggest view helper for TYPO3 TCA configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published