Skip to content

Commit

Permalink
Update step-1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraverheijen committed Oct 23, 2014
1 parent 86c8bdf commit 8504fa3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions icon/steps/step-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ var config = {
"default": "",
"propertyOrder": 1
},
"content": {
"type": "string",
"format": "html",
"options": {
"wysiwyg": true
},
"propertyOrder": 2
},
"category": {
"type": "string",
"enum": [
Expand All @@ -27,6 +19,14 @@ var config = {
"cat-five"
],
"default": "cat-one",
"propertyOrder": 2
},
"content": {
"type": "string",
"format": "html",
"options": {
"wysiwyg": true
},
"propertyOrder": 3
},
"icon": {
Expand Down

0 comments on commit 8504fa3

Please sign in to comment.