Skip to content

Commit 1f1696c

Browse files
Manifest formatting error (#193)
1 parent 65dc4be commit 1f1696c

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,41 +1891,41 @@
18911891
"SkipForLanguages": "bash;powershell"
18921892
}
18931893
]
1894-
},
1895-
{
1896-
"Name":"WebForms",
1897-
"Groups":[
1898-
{
1899-
"Name":"Web forms",
1900-
"Examples":[
1901-
{
1902-
"ExampleNumber":1,
1903-
"ExampleName":"Create and embed an instance of a web form",
1904-
"ExampleDescription":"Creates an instance of a web form and embeds it on an HTML page.",
1905-
"LinksToAPIMethod":[
1906-
{
1907-
"Path":"",
1908-
"PathName":"WebForms:ListWebForms"
1909-
},
1910-
{
1911-
"Path":"",
1912-
"PathName":"WebForms:CreateInstance"
1913-
}
1914-
],
1915-
"AdditionalPage":[
1916-
{
1917-
"Name":"create_web_form_template",
1918-
"ResultsPageText":"First the launcher will create a new template in your account that will be used to create the web form."
1919-
},
1920-
{
1921-
"Name":"create_web_form",
1922-
"ResultsPageText":"Go to your Docusign account to create the Web Form. Go to 'Templates' in your developer account, select 'Start,' select 'Web Forms,' and choose 'Upload Web Form.' Upload the JSON config file 'web-form-config.json' found under the {0} folder of this project. You will need to activate the web form before proceeding. Press Continue after doing so."
1923-
}
1924-
]
1925-
}
1926-
]
1927-
}
1928-
]
1894+
}
1895+
]
1896+
},
1897+
{
1898+
"Name":"WebForms",
1899+
"Groups":[
1900+
{
1901+
"Name":"Web forms",
1902+
"Examples":[
1903+
{
1904+
"ExampleNumber":1,
1905+
"ExampleName":"Create and embed an instance of a web form",
1906+
"ExampleDescription":"Creates an instance of a web form and embeds it on an HTML page.",
1907+
"LinksToAPIMethod":[
1908+
{
1909+
"Path":"",
1910+
"PathName":"WebForms:ListWebForms"
1911+
},
1912+
{
1913+
"Path":"",
1914+
"PathName":"WebForms:CreateInstance"
1915+
}
1916+
],
1917+
"AdditionalPage":[
1918+
{
1919+
"Name":"create_web_form_template",
1920+
"ResultsPageText":"First the launcher will create a new template in your account that will be used to create the web form."
1921+
},
1922+
{
1923+
"Name":"create_web_form",
1924+
"ResultsPageText":"Go to your Docusign account to create the Web Form. Go to 'Templates' in your developer account, select 'Start,' select 'Web Forms,' and choose 'Upload Web Form.' Upload the JSON config file 'web-form-config.json' found under the {0} folder of this project. You will need to activate the web form before proceeding. Press Continue after doing so."
1925+
}
1926+
]
1927+
}
1928+
]
19291929
}
19301930
]
19311931
},

0 commit comments

Comments
 (0)