We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44690f5 commit 8f0c49dCopy full SHA for 8f0c49d
component.json
@@ -1,15 +1,6 @@
1
{
2
"title": "XML",
3
"description": "Component to work with XML files",
4
- "credentials": {
5
- "fields": {
6
- "name": {
7
- "label": "My API Key",
8
- "required": true,
9
- "viewClass": "TextFieldView"
10
- }
11
12
- },
13
"actions": {
14
"parse": {
15
"title": "Parse w. XSD",
spec/actions/parse.spec.js
@@ -0,0 +1,6 @@
+describe('Given parse w. XSD action', function() {
+ "use strict";
+ beforeEach(function() {
+
+ })
+});
0 commit comments