We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See http://help.rocksolidthemes.com/discussions/contao/7512
The text was updated successfully, but these errors were encountered:
ee42e6c
Great, thank you very much. How can I add a custom element to a form now?
Sorry, something went wrong.
Add form to the types array in the element configuration file.
form
types
Before:
'types' => array('content', 'module'),
After:
'types' => array('content', 'module', 'form'),
Great work! Thank you very much!
ausi
No branches or pull requests
See http://help.rocksolidthemes.com/discussions/contao/7512
The text was updated successfully, but these errors were encountered: