mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
5349bb7d3b
Fixes #350 and fixes #404 This change abandons validation via EditableFormField::validateField, as it bypassed too many core validation mechanisms (RequiredFields, etc). In order to enforce consistency of editable field validation, display rules have been hard-disabled when a field is marked as required. Since this removes functionality, I have incremented the major version number
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "silverstripe/userforms",
|
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "userforms"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Will Rossiter",
|
|
"email": "will@fullscreen.io"
|
|
},
|
|
{
|
|
"name": "Damian Mooyman",
|
|
"email": "damian@silverstripe.com"
|
|
},
|
|
{
|
|
"name": "David Craig",
|
|
"email": "david@silverstripe.com"
|
|
},
|
|
{
|
|
"name": "Scott Hutchinson",
|
|
"email": "scott@silverstripe.com"
|
|
},
|
|
{
|
|
"name": "Christopher Pitt",
|
|
"email": "chris@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "~3.1",
|
|
"silverstripe/cms": "~3.1",
|
|
"silverstripe-australia/gridfieldextensions": "~1.1",
|
|
"silverstripe/segment-field": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions",
|
|
"silverstripe/secureassets": "Enables files uploaded via userforms to be secured from public access"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
}
|
|
}
|