URL copied to clipboard
Front-end plugin in extension for the list page of employees
5 views
__readtime__ Min
read
- When you want to use Extbase controllers in the front-end you need to define a front-end plugin.
- There are different technology choices to create frontend plugins in TYPO3.
- Extbase allows to define multiple front-end plugins for different use cases within one extension.
- A frontend plugin can be defined as a content element or as a pure TypoScript frontend plugin.
- Content element plugins can be added by editors to pages in the Page module while TypoScript frontend plugins can only be added via TypoScript or Fluid in a predefined position of the page.
- All content element plugins can also be used as TypoScript plugins.
- Let’s check if there is any existing plugin or not.