InfoGlue CMS

Developers

IG Add Company component

A form component which allows external users to create company contents themselves.

This component uses the createContent-tag to create contents from the external site. The contents are based on the "Company" content type.

Code

Properties

Name Type Entity Multiple AssetBinding Allowed CTD Names Description
ParentContent binding Content false Under which content should this add itself
Recipient textfield Who should be notified

Property XML

<?xml version=’1.0’ encoding=’UTF-8’?> <properties> <property name=’ParentContent’ type=’binding’ entity=’Content’ multiple=’false’ allowedContentTypeDefinitionNames=’’ description=’Under which content should this add itself’/> <property name=’Recipient’ type=’textfield’ entity=’’ multiple=’’ allowedContentTypeDefinitionNames=’’ description=’Who should be notified’/> </properties>