mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Bug : Removed errors from Composer.json
Contains some minor bugs : 1 - JSON doesn't allow multi line string so making "description" field in single line. 2 - Author Info should contain at-least one author "name" , "email" .
This commit is contained in:
parent
6d8d648280
commit
3972b5778e
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/userforms",
|
"name": "silverstripe/userforms",
|
||||||
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
||||||
and without getting involved in any PHP code",
|
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"keywords": ["silverstripe", "userforms"],
|
"keywords": ["silverstripe", "userforms"],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Will Rossiter",
|
"name": "Will Rossiter",
|
||||||
|
"email": "will@fullscreen.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user