Skip to content
New issue

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

Add support for forms #37

Closed
ausi opened this issue Mar 30, 2015 · 3 comments
Closed

Add support for forms #37

ausi opened this issue Mar 30, 2015 · 3 comments
Assignees

Comments

@ausi
Copy link
Member

ausi commented Mar 30, 2015

See http://help.rocksolidthemes.com/discussions/contao/7512

@ausi ausi self-assigned this Mar 30, 2015
@ausi ausi closed this as completed in ee42e6c May 28, 2015
@jankout
Copy link

jankout commented Jun 17, 2015

Great, thank you very much. How can I add a custom element to a form now?

@ausi
Copy link
Member Author

ausi commented Jun 17, 2015

Add form to the types array in the element configuration file.

Before:

'types' => array('content', 'module'),

After:

'types' => array('content', 'module', 'form'),

@jankout
Copy link

jankout commented Jun 17, 2015

Great work! Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants