Skip to content

Commit

Permalink
Removed old readme text.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmars committed Sep 5, 2016
1 parent d3a12f4 commit 534b3be
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,3 @@ Set up development server with test data:
```javascript
npm run dev
```

## TODO: Implement input form for alternatives and xAPI statements

Semantic:
```javascript
{
"name": "inputAlternative",
"type": "boolean",
"widget": "conditional",
"label": "Enable input alternative",
"fields": [
{
"name": "altText",
"type": "text",
"label": "Alternative text"
},
{
"name": "placeholderText",
"type": "text",
"label": "Placeholder text"
}
]
}
```

Use editor dependency:
```javascript
"editorDependencies": [
{
"machineName": "H5PEditor.Conditional",
"majorVersion": 1,
"minorVersion": 0
}
]
```

0 comments on commit 534b3be

Please sign in to comment.