Skip to content

Commit

Permalink
Add order to accordion setup properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jul 14, 2015
1 parent a986127 commit f2ecb51
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions install.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
{
"location":
{
"order": 1,
"title": "Location",
"type": "object",
"format": "element",
"order": 1
"format": "element"
},
"images":
{
"order": 2,
"title": "Accordion Setup",
"description": "Add up to 5 images to the accordion.",
"type": "array",
"maxItems": 5,
"order": 2,
"items":
{
"title": "Image",
Expand All @@ -39,22 +39,26 @@
{
"url":
{
"order": 1,
"title": "URL",
"type": "string",
"format": "image"
},
"title":
{
"order": 2,
"title": "Title",
"type": "string"
},
"caption":
{
"order": 3,
"title": "Caption",
"type": "string"
},
"linkHref":
{
"order": 4,
"title": "Link",
"description": "Optionally make the image a link.",
"type": "string"
Expand Down Expand Up @@ -83,9 +87,9 @@
},
"height":
{
"order": 3,
"title": "Accordion Height",
"type": "integer",
"order": 3,
"default": 250
}
}
Expand Down

0 comments on commit f2ecb51

Please sign in to comment.