
mod.web_layout.tt_content.preview.list.dwforms_form = EXT:dw_forms/Resources/Private/Templates/Be/PluginPreview.html
mod {
    wizards.newContentElement.wizardItems.forms {
        elements {
            dw_forms {
                iconIdentifier = content-form
                title = Form
                description = Different kinds of forms
                tt_content_defValues {
                    CType = list
                    list_type = dwforms_form
                }
            }
        }
        show = *
    }
}
