plugin.tx_quickform {
	view {
		templateRootPath = {$plugin.tx_quickform.view.templateRootPath}
		partialRootPath = {$plugin.tx_quickform.view.partialRootPath}
		layoutRootPath = {$plugin.tx_quickform.view.layoutRootPath}
	}
	persistence {
		storagePid = {$plugin.tx_quickform.persistence.storagePid}
	}

	# Sometimes it is easier to make TS form validation, e.g. for a Model that can have multi-types
	# This not meant to be final but Extbase makes it quite complicated
	# http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_use_partial_validation_for_a_multi-step_form
    validate {
        formObjectName {

            # type 1
            1 {
                field_name {
                    required = 1
                }
            }
        }
    }
	settings {

		# Tell to fetch the Quick Form Partials from quick_form by default. Can be overridden.
		partialExtensionKey = quick_form
	}
	features {
		# uncomment the following line to enable the new Property Mapper.
		# rewrittenPropertyMapper = 1
	}
}
