Skip to content

Commit

Permalink
Merge pull request #10 from zenduo/master
Browse files Browse the repository at this point in the history
Small tweaks to improve efficiency
  • Loading branch information
zenduo committed Oct 6, 2015
2 parents 114d637 + 24c8ab9 commit 32a4e32
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Binary file removed Source/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/graphic.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"attribution": "${12:Copyright © 2015}"
},
"_pageLevelProgress": {
"_isEnabled": ${13:true}
"_isEnabled": ${13:false}
},
"_isOptional": ${14:true}
}${15:,}
Expand Down
12 changes: 6 additions & 6 deletions Source/hotgraphic.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"_items": [
{
"title": "${17:Hotspot 1 title}",
"body": "${18:This is display text 1.}",
"strapline": "${18:strapline...}",
"body": "${19:This is display text 1.}",
"_graphic":
{
"src": "${19:image1.jpg}",
"alt": "${20:alt text}",
"_classes": "$21"
"src": "${20:image1.jpg}",
"alt": "${21:alt text}",
"_classes": "$22"
},
"pinAlt": "${22:alt text}",
"strapline": "${23:strapline...}",
"pinAlt": "${23:alt text}",
"_classes": "top-left",
"_top": ${24:5},
"_left": ${25:20}
Expand Down
14 changes: 7 additions & 7 deletions Source/narrative.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"displayTitle": "${6:Narrative component}",
"body": "$7",
"instruction": "$8",
"_hasNavigationInTextArea": ${9:false},
"mobileInstruction": "$10",
"mobileInstruction": "$9",
"_hasNavigationInTextArea": ${10:false},
"_setCompletionOn": "${11:allItems}",
"_items": [
{
"title": "${12:Narrative stage 1 title}",
"body": "$13",
"strapline": "${13:Here is the first...}",
"body": "$14",
"_graphic":
{
"src": "${14:course/en/images/image-slider-1.jpg}",
"alt": "${15:First graphic}"
},
"strapline": "${16:Here is the first...}"
"src": "${15:course/en/images/image-slider-1.jpg}",
"alt": "${16:First graphic}"
}
}],
"_pageLevelProgress": {
"_isEnabled": ${17:true}
Expand Down
8 changes: 4 additions & 4 deletions Source/textinput.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
{
"prefix": "${15:B:}",
"suffix": "${16:%}",
"placeholder": "${17:Enter answer here}",
"_answers": [
"${17:2}",
"${18:two}"
],
"placeholder": "${19:Enter answer here}"
"${18:2}",
"${19:two}"
]
}],
"_buttons":
{
Expand Down

0 comments on commit 32a4e32

Please sign in to comment.