Backend preview TYPO3 Extension
===


### How to use
* Install extension
* add to Table TCA backendPreview/showitem option (if missing then use default backend preview from TYPO3)
```
$GLOBALS['TCA'][TABLE]['types'][TYPE]['backendPreview']['showitem'] = 'cilumn1,column2,--palette--;Label(optional);plattename,.....';
```
### use custom template
```
mod.web_layout.tt_content.preview {
	backend_preview {
		layoutRootPath = PATH_TO_layoutRootPath
		templateRootPath = PATH_TO_templateRootPath
		partialRootPath = PATH_TO_partialRootPath
		view {
			// CType = TemplateName
		}
	}
}

```
### Requirements
- TYPO3 11 LTS

###TODOs
* support more column types (group, radio, multiselect, inline with relation table....)
