mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 09:05:49 +00:00
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements. For more information please visit at http://extension.openbees.org/instructions/
22 lines
563 B
JSON
22 lines
563 B
JSON
{
|
|
"name": "silverstripe/multiform",
|
|
"description": "MultiForm is a module for Sapphire, allowing flow control for forms,
|
|
and step process to be automatically determined based on configuration
|
|
variables on each step class. It augments the existing Form class in Sapphire.",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "multiform"],
|
|
"authors": [
|
|
{
|
|
"name": "Sean Harvey",
|
|
"email": "sean@silverstripe.com"
|
|
},
|
|
{
|
|
"name": "Ingo Schommer",
|
|
"email": "ingo@silverstripe.com"
|
|
}
|
|
],
|
|
"require":
|
|
{
|
|
"silverstripe/framework": ">=2.4"
|
|
}
|
|
} |