-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdemo_tf_custom_welcome.json
27 lines (27 loc) · 1.08 KB
/
demo_tf_custom_welcome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"v":"1.2",
"vcs":"git",
"vcsurl":"http://codenvy.com/git/58/2f/e6/workspaceffx83mkyz8jeiem3/angularjs",
"commitid":"de9f42085666e5c25070f35e2c419c1302cf4bf5",
"contactmail":"[email protected]",
"author":"Stevan Le Meur",
"orgid":"accountya9vidwqbifhqd9p",
"projectattributes":{
"pname":"AngularJS-Custom",
"ptype":"JavaScript"
},
"openfile":"index.html",
"style":"Advanced with Counter",
"welcome":{
"authenticated": {
"title":"TodoMVC - AngularJS Implementation",
"iconurl":"https://dl.dropboxusercontent.com/u/2187905/Codenvy/SampleCustomizedWelcomeMessage/angularjs-icon.png",
"contenturl":"https://dl.dropboxusercontent.com/u/2187905/Codenvy/SampleCustomizedWelcomeMessage/angular_welcome_message_authenticated.html"
},
"nonauthenticated": {
"title":"TodoMVC - AngularJS Implementation",
"iconurl":"https://dl.dropboxusercontent.com/u/2187905/Codenvy/SampleCustomizedWelcomeMessage/angularjs-icon.png",
"contenturl":"https://dl.dropboxusercontent.com/u/2187905/Codenvy/SampleCustomizedWelcomeMessage/angular_welcome_message_not-authenticated.html"
}
}
}