Skip to content

Commit

Permalink
openknowledge-archive#8 Adds description field
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Feb 12, 2015
1 parent 3f50291 commit 41cd1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ <h1>DataPackage.json Creator</h1>
<label>Data Package Name</label>
<input type"text" name="name" />

<label>Data Package Description</label>
<textarea name="description" ></textarea>

<label>Data Package License</label>
<select name="license">
</select>
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ exports.simpleDefaults = function() {
var out = {
"name" : 'my-data-package',
"title": '',
"description": '',
"homepage": '',
"version" : '0.1.0',
"license" : 'PDDL-1.0',
Expand Down

0 comments on commit 41cd1bd

Please sign in to comment.