Skip to content

Instantly share code, notes, and snippets.

View VivekNitsan's full-sized avatar
🎯
Focusing

Vivek Solanki VivekNitsan

🎯
Focusing
View GitHub Profile
@VivekNitsan
VivekNitsan / HowToAddACustomElementForTheFormEditorOfExtForm.md
Created February 16, 2023 11:55 — forked from manuelselbach/HowToAddACustomElementForTheFormEditorOfExtForm.md
How to add a custom element for the formEditor of ext:form

EXT:form How to add a custom form element

If you like to add a custom form element, please follow these steps. For detailed information and documentation of ext:form please visit the official documentation: https://docs.typo3.org/typo3cms/extensions/form/Index.html

Basics

First of all create a new extension, which will hold all the configuration, templates, etc.