diff options
author | Valerio Virgillito | 2012-05-15 16:05:41 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-15 16:05:41 -0700 |
commit | 17bbf73c73eadf018b03bb21a7da571901b5a389 (patch) | |
tree | bd478adcc531685d874ec186cbb20ea277f55c61 /js/io/templates/descriptor.json | |
parent | 3be58f9391cc2ef7f1d27ec69c98ea600cb93a22 (diff) | |
parent | 1c91748d8517656c0982c6fc194cd0010d02fb63 (diff) | |
download | ninja-17bbf73c73eadf018b03bb21a7da571901b5a389.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/io/templates/descriptor.json')
-rw-r--r-- | js/io/templates/descriptor.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/js/io/templates/descriptor.json b/js/io/templates/descriptor.json index 0b2b70e5..9c9c4ac8 100644 --- a/js/io/templates/descriptor.json +++ b/js/io/templates/descriptor.json | |||
@@ -13,7 +13,7 @@ | |||
13 | "name":"Template", | 13 | "name":"Template", |
14 | "uri":"/template", | 14 | "uri":"/template", |
15 | "type":"directory", | 15 | "type":"directory", |
16 | "children":["js/io/templates/files/banner.txt"] | 16 | "children":["js/io/templates/files/banner.txt", "js/io/templates/files/animation.txt"] |
17 | }, | 17 | }, |
18 | 18 | ||
19 | "js/io/templates/files/html.txt":{ | 19 | "js/io/templates/files/html.txt":{ |
@@ -90,7 +90,7 @@ | |||
90 | "uri":"js/io/templates/files/banner.txt", | 90 | "uri":"js/io/templates/files/banner.txt", |
91 | "type":"file", | 91 | "type":"file", |
92 | "fileExtension":".html", | 92 | "fileExtension":".html", |
93 | "children":["120x600", "160x600", "200x200", "250x250", "300x250", "336x280", "550x400"] | 93 | "children":["120x600", "160x600", "200x200", "250x250", "300x250", "336x280"] |
94 | }, | 94 | }, |
95 | 95 | ||
96 | "120x600":{ | 96 | "120x600":{ |
@@ -123,8 +123,17 @@ | |||
123 | "uri": "336x280", | 123 | "uri": "336x280", |
124 | "type":"file" | 124 | "type":"file" |
125 | }, | 125 | }, |
126 | "550x400":{ | 126 | |
127 | "name": "Animation Default", | 127 | "js/io/templates/files/animation.txt":{ |
128 | "name":"Animation", | ||
129 | "uri":"js/io/templates/files/animation.txt", | ||
130 | "type":"file", | ||
131 | "fileExtension":".html", | ||
132 | "children":["550x400"] | ||
133 | }, | ||
134 | |||
135 | "550x400":{ | ||
136 | "name": "Default", | ||
128 | "uri": "550x400", | 137 | "uri": "550x400", |
129 | "type":"file" | 138 | "type":"file" |
130 | } | 139 | } |