madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Add support for forms #37

Closed ausi closed 9 years ago

ausi commented 9 years ago

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

jankout commented 9 years ago

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

ausi commented 9 years ago

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

Before:

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

After:

'types' => array('content', 'module', 'form'),
jankout commented 9 years ago

Great work! Thank you very much!