An open API service indexing awesome lists of open source software.

https://github.com/b13/listelements

BETA: listelements
https://github.com/b13/listelements

Last synced: 12 months ago
JSON representation

BETA: listelements

Awesome Lists containing this project

README

          

# EXT:listelements #

## About this extension

This extension adds list items to tt_content. It adds a database field `tx_listelements_list` to `tt_content` that
allows adding flexible list items as IRRE records to any content element.

## Installation

Add the extension to your project by installing and adding the TypoScript setup to your site-Extension setup:

```
@import 'EXT:listelements/Configuration/TypoScript/setup.typoscript'
```

This adds the configuration for adding the list items as an array `listitems` to the variables available for your
content element's Fluid template, like this:

```

...

```

## Backend PageLayoutView preview

This extension adds a Hook and a Service class to allow customized display using Fluid templates for the backend Page
Layout View. Use this to add customized preview data if you add additional assets/image fields to be resolved for
backend preview:

`EXT:site_extension/Classes/Hooks/DrawItem.php`:

```